non port: www/seahub/Makefile |
Number of commits found: 82 |
Monday, 4 Dec 2023
|
14:59 Richard Gallamore (ultima)
Seafile: Update to 11.0.2
Changes: https://manual.seafile.com/changelog/server-changelog/
d5fa03f |
Saturday, 26 Aug 2023
|
17:24 Richard Gallamore (ultima)
www/seahub: Patch for new version of Pillow
PR: 272942
Reported by: Scott Kitchin (scott@kitchin.com), Boris Tassou
(boris.tassou@securmail.fr)
Submitted by: sunpoet
Obtained from: Seafile
ffaa8cd |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Monday, 31 Oct 2022
|
17:31 Richard Gallamore (ultima)
Seafile: Update to 9.0.9
Changes: https://manual.seafile.com/changelog/server-changelog/
b2a6d35 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 12 Aug 2022
|
07:17 Richard Gallamore (ultima)
Seafile: Update to 9.0.7
Changes: https://manual.seafile.com/changelog/server-changelog/
b6ff2bf |
Sunday, 29 May 2022
|
18:16 Richard Gallamore (ultima)
www/seahub: Add missing depend
Cryptodome dependency was missing which is required
to create links with passwords.
ba5fca9 |
Saturday, 7 May 2022
|
21:47 Richard Gallamore (ultima)
Seafile: Updated to 9.0.4
Changes: https://manual.seafile.com/changelog/server-changelog/
638ded7 |
Thursday, 28 Apr 2022
|
10:02 Kai Knoblich (kai)
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859
0cf5531 |
Sunday, 17 Apr 2022
|
18:09 Richard Gallamore (ultima)
www/seahub: Add missing depend
Added missing depend that was removed from upstream dependancy.
08a7ef4 |
Thursday, 7 Apr 2022
|
16:51 Richard Gallamore (ultima)
Seahub and Django depends: Update Django to 3.2
This is the initial commit for the migration from Django
2.2 to Django 3.2. This migration is needed due to Django 2.2
becoming is EOL as of 4/1/2022.
PR: 261313
Approved by: kai
Differential Revision: https://reviews.freebsd.org/D34456
32dfc9b |
Sunday, 20 Mar 2022
|
11:39 Danilo G. Baio (dbaio)
textproc/py-xmlschema: Update to 1.10.0
Changelog: https://github.com/sissaschool/xmlschema/blob/v1.10.0/CHANGELOG.rst
Update consumers to use Python >= 3.7 (avoid break bulk -a).
41745f9 |
Tuesday, 11 Jan 2022
|
01:32 Richard Gallamore (ultima)
Seafile|Seahub: Updated to 9.0.2
Changes: https://manual.seafile.com/changelog/server-changelog/
5b05cb7 |
Monday, 4 Oct 2021
|
17:10 Rainer Hurling (rhurlin) Author: Goran Mekic
www/py-pyjwt: Rename to www/py-pyjwt1
To make it possible to easily import py-pyjwt v2.x move the current port
to a versioned directory. Bump consumers after rename of the dependency.
PR: 254038
e6ec12f |
Sunday, 9 May 2021
|
02:45 Richard Gallamore (ultima)
www/seahub: Remove unneeded dependency
7938c51 |
Sunday, 25 Apr 2021
|
20:27 Richard Gallamore (ultima)
*: Updated to 8.0.4
Changes: https://manual.seafile.com/changelog/server-changelog/
242f744 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 26 Feb 2021
|
06:22 ultima
Update ports to Django22
django-post_office jsonfield depend has been renamed
upstream, the old django-jsonfield port does not support
django past 1.11.
PR: 245309
Approved by: sunpoet, kai, jhixson (timeout)
Differential Revision: https://reviews.freebsd.org/D28513
 |
Tuesday, 2 Feb 2021
|
19:11 ultima
Update re-tagged version
 |
Monday, 1 Feb 2021
|
02:26 ultima
Updated Seafile/Seahub to 8.0.3
Changed to -server branch, some errors were creeping over
from the pro version not being compatible with the community
edition. Previously this was never an issue as you must manually
upgrade to the pro version for the new features.
Disabled seafile-controller config checking prior to startup.
The check only ran on ccnet previously and this was changed to
seafile which never implemented the function.
https://forum.seafile.com/t/seafile-controller-t-functionality-broken-on-8-x/13738
This version adds compatible with Django 2.2, this will require
coordination with multiple port devs to migrate this over
properly.
Changes: https://manual.seafile.com/changelog/server-changelog/
PR: 252715
 |
Monday, 29 Jun 2020
|
12:18 ultima
Updated seafile to 7.1.4 and seahub to 7.1.5
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
 |
Friday, 29 May 2020
|
15:45 kai
www/py-djangorestframework: Update to 3.11.0
* Switch the port to Django 2.2 (current LTS release) as well because
Django 1.11 is End-of-Life since April. Do the same for www/py-drf-yasg.
* Repo-copy www/py-djangorestframework to www/py-djangorestframework311
which will be used as a transitional package by www/seahub until it gets
support for Django 2.2+ in the next weeks/months.
* Drop the Python 2.7 support of the remaining consumers to avoid breakage
of "bulk -a".
* Mark both repo-copied ports www/py-dj22-{djangorestframework,drf-yasg} as
deprecated because they're obsolete now.
PR: 245309
Reviewed by: sunpoet (earlier revision), ultima
Differential Revision: https://reviews.freebsd.org/D24850
 |
Saturday, 16 May 2020
|
23:08 ultima
Updated to 7.1.4
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
 |
Thursday, 16 Apr 2020
|
00:28 ultima
* Updated to 7.1.3
This minor version update no longer supports python 2.7.
The way mysql support is detected upstream has changed. Instead of patching
the configure.ac script, I used a couple hacks for this to be detected for
custom configurations. Didn't detect any issues with this method but I'm
open to change this in the future.
Added a SeaHub upgrade message to smooth out upgrading. For upgrading from
7.0.x,
if one does not clear the cache, http 500 will be returned.
The seafile_datadir no longer points to the seahub.ini, this has been changed
upstream and may cause upgrading issues if not using the default. This can
easily be changed by setting it in rc.conf.
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
 |
Tuesday, 24 Mar 2020
|
19:54 antoine
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai
 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
Monday, 24 Feb 2020
|
11:36 kai
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version
requirements of Pillow for www/py-wagtail.
Release Notes:
* https://pillow.readthedocs.io/en/latest/releasenotes/index.html
Backward Incompatible Changes (7.0.0):
*
https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes
Detailed Changelog:
* https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst
PR: 243665
Submitted by: sunpoet (patch for 7.0.0 and repo-copied version)
Reviewed by: koobs [1], sunpoet
Approved by: koobs (maintainer)
Differential Revision: https://reviews.freebsd.org/D23713
 |
Wednesday, 19 Feb 2020
|
17:59 antoine
Clean up USES
With hat: portmgr
 |
Monday, 2 Sep 2019
|
23:10 ultima
Updated to 7.0.8
Fixed runtime dependencies for seafdav
and remove depends not required for
seahub.
 |
Friday, 2 Aug 2019
|
22:16 ultima
Updated seafile to version 7.0.4 and seahub to 7.0.7
Changes: https://manual.seafile.com/changelog/server-changelog.html
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Monday, 10 Jun 2019
|
01:25 ultima
Updated seafile to 7.0.1
Updated seahub to 7.0.2
Changes: https://manual.seafile.com/changelog/server-changelog.html
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
 |
Sunday, 9 Jun 2019
|
05:47 ultima
Change currently unused init var seahub_host so
there is no breakage for current users of seahub.
Change hard coded 0.0.0.0 for gunicorn start to
seahub_host.
PR: 237366
Submitted by: Boris Tassou <boris.tassou@sec^>
 |
05:24 ultima
Bumped seahub version for init script to fix gunicorn binary name
Fix checksum due to retagged version
PR: 237367
 |
Saturday, 16 Mar 2019
|
17:59 ultima
* Updated to 6.3.13
* Added patch to SeaHub to revert regression
The regression breaks the search_user function.
More details about regression can be found at:
https://github.com/haiwen/seahub/issues/3001
PR: 236047
Reported by: Martin Waschbusch <martin@wasch^>
 |
Tuesday, 25 Dec 2018
|
21:35 ultima
* Updated seahub to 6.3.9
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Sunday, 23 Sep 2018
|
19:41 ultima
* Updated to 6.3.6
 |
Tuesday, 18 Sep 2018
|
05:24 ultima
* Fixed release version commit change
 |
Monday, 17 Sep 2018
|
19:57 ultima
* Updated Seafile to 6.3.4, Updated Seahub to 6.3.5.
* Removed flup6, this was required with fastcgi which
Seahub no longer supports
* Added django-webpack-loader and requests_oauthlib,
these were missing depends added in 6.3.x which can
errors if missing when Seahub starts.
* Removed PYTHONPATH for python2.6 and added additional
directories for Seahub "thirdpart". This can also prevent
seahub from starting.
Changes: https://manual.seafile.com/changelog/server-changelog.html
 |
Monday, 20 Aug 2018
|
03:06 ultima
Removed fastcgi, this is no longer supported in seafile 6.3+
and previous installs 6.3+ prior to this revision are broken
when using the seahub_fastcgi option.
 |
Wednesday, 13 Jun 2018
|
22:05 ultima
Update Seafile family to 6.3.1
As of Seafile 6.3.0, django has been upgraded
to 1.11. Seafile's dependencies have also been
switched to match this change.
Reviewed by: miwi
Differential Revision: https://reviews.freebsd.org/D15718
 |
Thursday, 19 Apr 2018
|
16:48 ultima
* Updated to 6.1.11
Affected ports: www/py-seafdav www/py-seafobj www/seahub
Changes:
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
 |
Tuesday, 17 Apr 2018
|
19:25 pi
New port: www/py-djangorestframework as version 3.8.x
- py-djangorestframework 3.6.x lives on as py-djangorestframework36
- seahub and django-annotations stay on -36
PR: 227319
Submitted by: Kai <freebsd_ports@k-worx.org>
Reviewed by: antoine, sunpoet
 |
Sunday, 8 Apr 2018
|
21:35 ultima
Move net-mgmt/seafile-server's message to seahub and
change it to clarify that Seahub is required for the
full application. This will prevent users from being
confused when installing net-mgmt/seafile-server.
PR: 227337
 |
Friday, 6 Apr 2018
|
05:14 ultima
Add compilation of i18n for multi-language support
during build phase. This will allow one to change
the language when using seahub.
Reported by: martin@wasch^
 |
Saturday, 24 Mar 2018
|
16:33 ultima
* Bump port revision for depend change (r465393)
Pointy hat: me!
 |
Friday, 23 Mar 2018
|
18:06 ultima
* Readd py-flup6 ad a depend
Running seahub in fastcgi mode requires flup6.
Pointy hat: lwhsu
 |
Monday, 26 Feb 2018
|
22:32 sunpoet
Simplify Makefile: use PY_FUTURES
With hat: python
 |
Thursday, 11 Jan 2018
|
17:38 ultima
* Update Seafile to 6.2.4
* Update Seahub to 6.2.5
* Reverted recent patches to work better with libevhtp
Affected ports: net-mgmt/ccnet-server net-mgmt/seafile-server www/py-seafdav
www/py-seafobj www/seahub
 |
Tuesday, 26 Dec 2017
|
18:37 lwhsu
- These ports do not need flup anymore
PR: 224332
Submitted by: Shane <FreeBSD@ShaneWare.Biz>
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Saturday, 14 Oct 2017
|
00:58 ultima
* Updated Seafile to 6.2.2, Seahub to 6.2.0
* Fixed gunicorn startup issue
Affected ports: net-mgmt/seafile-server net-mgmt/ccnet-server www/py-seafdav
www/py-seafobj www/seahub
Changes: https://manual.seafile.com/changelog/server-changelog.html
 |
Friday, 18 Aug 2017
|
06:39 ultima
* Updated to 6.1.7
* Cleaned up Makefiles
Affected ports: www/seahub www/py-seafdav www/py-seafobj
Approved by: lifanov (mentor, implicit)
 |
Monday, 3 Jul 2017
|
19:06 ultima
* Updated maintainer email
* Changed comment headers to match my name and FreeBSD email
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11466
 |
17:46 ultima
* Updated to 6.1.2
Affected ports: www/seahub www/py-seafdav www/py-seafobj
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11455
 |
Sunday, 2 Jul 2017
|
01:54 ultima
* Added py-requests to runtime depends
Reported by: Carsten Lohrmann
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11430
 |
Friday, 28 Apr 2017
|
15:09 lifanov
update seafile to 6.0.10 and seahub to 6.0.13
This is an update to seafile to the most current version, 6.0.10. This update
moves duplicate code to Makefile.include and also added a variable seahub_ver
which is set to 6.0.13. The pkglist was also regenerated for most or all
packages.
* Updated seafile_ver to 6.0.10
* Added seahub_ver and set to 6.0.13
* Moved duplicate code to Makefile.include
* Regenerated pkg-lists
- [fix] Fix a bug in listing libraries in admin panel
- Improve performance when checking group shared library permission
- [fix] Fix image popup in favourite page
- [fix] Fix generating sharing link with expiring time in file detailed view
page
- [fix] Don't allow to create library with '/' in name
- [fix] Fix two-factor authentication
- Add script to migrate between different storage backend
ports affected:
- net-mgmt/ccnet-server
- net-mgmt/seafile-server
- www/py-seafdav
- www/py-seafobj
- www/seahub
PR: 218932
Submitted by: ultima1252@gmail.com (maintainer)
 |
Friday, 31 Mar 2017
|
14:57 lifanov
update net-mgmt/seafile-server to 6.0.9
Changelog: https://seacloud.cc/group/3/wiki/server-changelog
- Show user' name instead of user's email in notifications sent out by email
- Add config items for setting favicon, disable wiki feature
- Add css id to easily hide user password reset and delete account button
- [fix] Fix UI bug in restoring a file from snapshot
- [fix] Fix after renaming a file, the old versions before file rename can't be
downloaded
- [security] Fix XSS problem of the "go back" button in history page and
snapshot view page
* unify versioning of dependent ports:
net-mgmt/seafile-server
net-mgmt/ccnet-server
www/py-seadav
www/py-seaobj
www/seahub
This replaces a rather ugly hack.
* add makesum-all target to ease maintenance
PR: 218245
Submitted by: ultima1252@gmail.com (maintainer)
 |
Monday, 6 Mar 2017
|
16:21 lifanov
update www/seahub to 6.0.8
Changes: https://github.com/haiwen/seahub/commits/v6.0.8-pro
PR: 217540
Submitted by: ultima1252@gmail.com (maintainer)
 |
Tuesday, 24 Jan 2017
|
19:38 lifanov
update www/seahub to 6.0.7
Changes: https://seacloud.cc/group/3/wiki/server-changelog
- [fix] Fix generating of password protected link in file view page
- [fix] Fix .jpg/.JPG image display in IE10
- Export quota usage in export Excel in user list admin page
- [fix] Fix admin can't delete broken libraries
- Add "back to previous page" link in trash page, history page
- [fix] Improve logo show in About page
- [fix] Fix file encoding for text file editing online
- [fix] Don't show operation buttons for broken libraries in normal users page
PR: 216349
Submitted by: ultima1252@gmail.com (maintainer)
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9284
 |
Friday, 30 Dec 2016
|
16:02 lifanov
* Updated to 6.0.5
- Merge pull request #1403 from haiwen/count-users
- update post args when generate encrypted share link
- [repo-folder-perm-admin] fix
- update encoding check when edit file
- [my libs] don't show operations for broken library
- [trash] added 'go back'
- [file revisions] added 'back'
- update admin del damaged repo
- add space usage/quota info when export user to excel
- [i18n] Update fr locale
PR: 215638
Submitted by: Ultima1252@gmail.com (maintainer)
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D8986
 |
Monday, 26 Dec 2016
|
13:44 riggs
Update to upstream version 6.0.4
Details:
- Update to upstream version 6.0.4
- Now depends on ccnet-server and seafile-server
after split into clients and server parts
PR: 215294
Submitted by: Ultima1252@gmail.com (maintainer)
 |
Sunday, 11 Sep 2016
|
06:54 pi
www/seahub: 5.1.11 -> 6.0.0
- Fixed link for avatars
- Added custom folder
- Add full screen Web UI
- Add file comment
- Improve zip downloading by adding zip progress
- Change of navigation labels
- Support Seafile Drive client
- [admin] Add group transfer function in admin panel
- [admin] Admin can set library permissions in admin panel
- Improve checking the user running Seafile must be the owner of
seafile-data. If seafile-data is symbolic link, check the destination
folder instead of the symbolic link.
- [UI] Improve rename operation
- Show name/contact email in admin panel and enable search user by
name/contact email
- Add printing style for markdown and doc/pdf
- The Seafile in "Welcome to Seafile" message can be customised by SITE_NAME
- Improve sorting of files with numbers
- [API] Add admin API to only return LDAP imported user list
- Code clean and update Web APIs
- Remove number of synced libraries in devices page for simplify
the interface and concept
- Update help pages
- [online preview] The online preview size limit setting
FILE_PREVIEW_MAX_SIZE will not affect videos and audio files. So
videos and audio with any size can be previewed online.
- [online preview] Add printing style for markdown
PR: 212560
Submitted by: Ultima1252@gmail.com (maintainer)
 |
Sunday, 4 Sep 2016
|
06:40 riggs
Update to upstream version 5.1.11
Detailed maintainer log:
- update import CLOUD_MODE setting
- [sysadmin] update rm org user
- [api] return licensed to info when get sysinfo
- [sysadmin] add search user by name & contact email
- [api2] update search user api
PR: 212297
Submitted by: Ultima1252@gmail.com (maintainer)
 |
Monday, 8 Aug 2016
|
19:13 pi
www/seahub: Small revision fix
This update is a small revision that fixes the web frontends seafile
version. Previously the version would mistakingly show the seahub
version, and it is intended to show the seafile port version.
PR: 211636
Submitted by: Ultima1252@gmail.com (maintainer)
 |
Tuesday, 12 Jul 2016
|
19:38 amdmi3
- Update to 5.1.10
- While here, add NO_ARCH
PR: 210975
Submitted by: ultima1252@gmail.com (maintainer)
 |
Wednesday, 15 Jun 2016
|
19:55 pi
www/seahub: 5.1.7 -> 5.1.8
- rm user check when delete dir share
- check total size before download multi file/dir
- Add search user and list admins
- Several bug fixes
PR: 210307
Submitted by: Ultima1252@gmail.com (maintainer)
 |
Saturday, 4 Jun 2016
|
15:48 pi
www/seahub: 5.1.6 -> 5.1.7
- Improve Web UI for password change
- Use contact email in user profile page
- Fix sometimes dirents duplicated in Firefox
PR: 210019
Submitted by: Ultima1252@gmail.com (maintainer)
 |
Monday, 30 May 2016
|
18:17 pi
www/seahub: 5.1.5 -> 5.1.6
- [security] Fix permission checking for generating share links
- Add an option (ENABLE_SETTINGS_VIA_WEB) to ignore settings via Web UI
(system admin->settings)
- [fix] Making user search (used in auto-completion) case insensitive
PR: 209863
Submitted by: Ultima1252@gmail.com (maintainer)
 |
Sunday, 29 May 2016
|
13:57 amdmi3
- Update to 5.1.5
- Multiple port improvements
PR: 203929
Submitted by: Ultima1252@gmail.com (maintainer)
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
13:18 mat
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 29 Oct 2015
|
02:23 junovitch
www/seahub: pass MAINTAINER to submitter
Reference: https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100923.html
PR: 204110
Approved by: Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by: Ricky Gallamore <ultima1252@gmail.com>
 |
Thursday, 8 Oct 2015
|
15:12 olgeni
Remove trailing whitespace from Makefiles, M-X.
 |
Tuesday, 28 Jul 2015
|
04:02 araujo
- Add an rc.d script to be able to start seahub.
- Bump PORTREVISION.
Differential Revision: D3211
Reviewed by: koobs, bapt
Sponsored by: gandi.net
 |
Thursday, 7 May 2015
|
20:24 mat
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 19 Mar 2015
|
16:44 bdrewery
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
 |
Sunday, 1 Mar 2015
|
18:09 marino
www/seahub: Upgrade version 3.1.3 => 4.0.5
PR: 197983
Submitted by: maintainer (Jingfeng Yan)
 |
Monday, 23 Feb 2015
|
09:49 marino
www/seahub: Relocate python files
Also use Djblets Pillow instead of Djblets PIL.
PR: 196920
Submitted by: maintainer (Jingfeng Yan)
 |
Friday, 28 Nov 2014
|
09:05 marino
Add new port www/seahub
PR: 193135
Submitted by: Jingfeng Yan
Seahub is the web frontend for seafile-server.
WWW: https://github.com/haiwen/seahub
 |
Number of commits found: 82 |