Seafile server 6.3 is ready for testing! A WYSIWYG Markdown editor and more

After reinstallation of this problem no longer exists, I suspect that it is memcached, it constantly reports errors.

@xiez, @daniel.pan
Why is the h1 header missing in the content, is it an error?
image

A plain text editor does not show all the text. If you click on it with the mouse, it is displayed completely.

Not an error. A document should have only one h1 at the top. No need to put it in the outline (contents).

This is a known bug on Windows. We will fix it soon.

Hmm, in my opinion it would be nice to add the header h1 to the content.
For example, my page looks like this (the same form is used by Google in github):
H1
text 1
H2
text 2
H2
text 3

In this case, from the content without the title h1, I can not go to text 1.

You then have an incorrect readme.markdown file on github, it contains 12 headers h1. (https://github.com/haiwen/seafile/blob/master/README.markdown)

What about h4-h6 headers? They are absent in the editor.

Error with a frozen hint.

  1. Open markdown file.
  2. Click on Edit button.
  3. Click on Save button.
    As a result, a hint appears which then does not disappear until the page is refreshed.

There are no hints for the button Content and the button Explorer.
When you move the mouse cursor over the inactive button Save, a hint does not appear.

quick question as it is not in the changelog: Is a search feature coming to seafile CE in 6.3? The current help files could allow the interpretation that only Microsoft Office may be fulled indexed in the pro edition but other files might be indexed in the CE edition as well (https://www.seafile.com/en/help/search/)

This a key feature really missing from the CE edition…

2 Likes

Have to admit that i liked the old design more. For example the new “add library” buttom placement seems a little weird.

According to one of the devs, there are no plans to add a search feature to the CE version of Seafile.

Hi everybody,
probably a silly question: what do I have to add to the seahub_settings.py to enable the guest invitation feature? I didn’t found anything on github or in seafile manual.

Best regards
Christoph

Hi,
On pro version

## Enable Guest invitation
ENABLE_GUEST_INVITATION = True

I don’t know if it works on CE version.

Thanks @gauburtin,
I am confused. 6.3. pro is not available, yet. Was this feature already available in 6.2?
Best regards
Christoph

Yes it was, on 6.0.6
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
https://manual.seafile.com/deploy_pro/roles_permissions.html

I updated to version 6.3.1 today, but this bug has not been fixed.
And what about these questions?

1 Like

hi,
I have upgraded to version 6.3 and seafile can´t start

seafile[19248]: Error: ‘/media/xxxxx13-dd9d-4869-b8b5-xxxxx/xxxxxx/conf/gunicorn.conf’ doesn’t exist

these file is new to me

Is it normal that v6.3.1 is much slower than 6.2.5?

1 Like
import os

daemon = True
workers = 5

default localhost:8000

bind = “0.0.0.0:8000”

Pid

pids_dir = ‘/home/seafile/pids’
pidfile = os.path.join(pids_dir, ‘seahub.pid’)

Logging

logs_dir = ‘/home/seafile/logs’
errorlog = os.path.join(logs_dir, ‘gunicorn_error.log’)
accesslog = os.path.join(logs_dir, ‘gunicorn_access.log’)

for file upload, we need a longer timeout value (default is only 30s, too short)

timeout = 1200

limit_request_line = 8190

This file is also new to me, but it’s existing.

Hi,

Same problem for me/
I do a minor update from 6.2.5 to 6.3.1 and get the same error.
Go back to 6.2.5…
Is there a solution?
Best

thanks.

now works!

is there any wiki about all the config options for that file?

Your problem is that there is no write permission for the folder from the user you’ve upgraded. Change it with chmod and upgrade another time.