Commit graph

20 commits

Author SHA1 Message Date
ryoon
0ed4e4faa2 Update to 4.5.3
* Change to 4.5 branch

Changelog:
Version 4.5.3 Nov 27th 2012
    Fix the new from url button
    Fix a memory overflow with downloading of big files via WebDAV
    Better error output in case of DB problems
    Fix problems with uploading files who have special characters in the name
    Improved reverse proxy and load balancer support
    Fix wrong folder size calculation
    Improved share link generation
    Fix the syncing of the Shared folder
    Fix Sharing by link from within Shared folder
    Several LDAP integration fixes
    Fix support for PostgreSQL
    Several WebDAV fixes
    Fix drag and drop uploading
    Improved translations
    Several Gallery fixes
    Several Contacts fixes
    Smaller fixes


Version 4.5.2 Nov 14th 2012
    Fix syncing of shared folder
    Various sharing bugs fixed
    Fix bug with deleting users
    Fix check if resharing is allowed
    Fix webdavauth app
    Several ldap fixes
    Fix data migration
    Fix folder uploads
    Fix generatino of etags
    Fix user specific mount configuration
    Several PostgreSQL fixes
    Improved performance of file updates
    Fix some php warnings
    Fix filesize calculation
    Add visual feedback if password is set
    Various smaller fixes
    Several critical security fixes
    XSS vulnerability in user_webdavauth (oC-SA-2012-003)
    Code Execution in /lib/migrate.php (oC-SA-2012-004)
    Code Execution in /lib/filesystem.php (oC-SA-2012-005)
2012-11-27 12:11:36 +00:00
ryoon
f7a9f984d8 Update to 4.0.8
Changelog:
Version 4.0.8 Oct 10th 2012

    Show Login Button when user and password are autocompleted
    Sanitize LDAP base, user and groups
    Security: Fix for insufficiently Random Values (CVE-2008-4107)
    Security: Fixed multiple XSS vulnerabilities (CVE-2012-5056)
    Security: Fixed a HTTP header injection (CVE-2012-5057)
    Security: Fixed an Auth bypass in /lib/base.php (CVE-2012-5336)
2012-11-07 21:30:45 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ryoon
c735224770 Update to 4.0.7
* It seems that http://secunia.com/advisories/49894 and
  http://secunia.com/advisories/50214 are fixed

Changelog:
Version 4.0.7 Aug 15th 2012

    Show Login Button when user and password are auto-completed
    Sanitize LDAP base, user and groups
    Fix non active Adressbooks
    Calendar: Remove double html encoding
    Fix label for versioning in admin settings
    Add parent directory into filecache if it ©¹doesn¡­t exist
    Handle non writable files correctly
    Disable webfinger completely if not activated
    Security: Disable user listings in DAV
    Check file blacklist for file renames
    Security: Fix XSS bug in Gallery
    Security: Several CSRF security fixes
    Security: Validate cookie to prevent auth bypasses
    Special thanks to Julien Cayssol for reporting several security problems

Version 4.0.6 Aug 1th 2012

    More robust LDAP integration during unexpected collisions
    Fix sharing for users with @ in username
    Additional error handling for emailing of private links
    Cleanup old session files
    Fix user space calculation
    Fix Ampache authentication
    Remove delete tipsy if file is deleted
    Don¡­t delete lot¡­s of session files during DAV requests
    Fix error when no adressbook is created
    Check if php-ldap is installed
    Security: Check for Admin user in appconfig.php
    Security: Several CSRF security fixes

Version 4.0.5 July 20th 2012

    Fix remember the username and autologin
    Offer an option to allow sharing outside the group.
    Fix for birthday format
    Fixes for several encoding fixes for unicode characters
    Fix invalid filesystem cache in the sharing folder
    Several calendar and contacts fixes
    Fix sending of emails
    Several fixes in the system log
    Several fixes for the external filesystem feature
    Several CSRF security fixes
2012-08-16 16:05:07 +00:00
ryoon
20d1f36757 Fix build and my mistake.
Thank you, marino@.
2012-07-11 12:14:59 +00:00
ryoon
ba4ae07d95 Update to 4.0.4
* php-sqlite is no longer needed at least fresh installation
* Tested with php54 and apache24
* php-xml is needed
* Update MESSAGE

Changelog:
Version 4.0.4 June 28rd 2012

    Fix assigning several groups to a user.
    Fix LDAP connector with AD servers
    Conserve some memory in Contacts App
    Fix a warning in Gallery when deleting files
    Fix a bug in the music scanner

Version 4.0.3 June 23rd 2012

    Added a check if the .htaccess file is working and the data directory is protected or not.
    Added a check if a user is allowed to edit a bookmark or not.
    Fix the bookmarklet
    Fix the timezone in the datepicker
    Fix mimetype detection for cdr files
    Fix the filecache for the /Shared folder
    Fix a potential data corruption bug in the encryption app
    Don¡­t show other users filenames during filesystem cache rebuild
    Fix several XSS bugs
    Performance improvements for WebDAV and Desktop Syncing
    Fix quota calculation
    Improve the LDAP integration and group management
    Fix problems with the pdf viewer
    Fix user account migration
    Implement several CSRF security checks
    Fix a gallery bug where first picture is repeated in the last picture.
    Lot¡­s of calendar fixes
    Fix problem with ¡È/¡É in filenames
    Updated translations
    Several fixes in Contacts
    Lot¡­s of fixes in the Tasks App
    Fix a bug in the filesystem cache with ghost entries

Version 4.0.2 June 11th 2012

    Lot¡Çs of gallery fixes
    More 3rd party apps visible
    Fixed update notifications
    Several calendar fixes
    Several XSS fixes in calendar
    Several improvements in contacts
    Fix infinite redirect during setup for windows hosts
    Several XSS fixes in contacts
    New user password salting
    Several LDAP fixes
    Fix duplicate emails in sharing
    Improved compatibility with Android browser
    Fixed calendar links
    Fixed logging
    Allow ¡È/¡É in filenames
    Updated translations
    Fixed reverse proxy and custom hosts configuration
    Fix contact photo editing
    Don¡Çt allow renaming, deleting and resharing of shared folder
2012-07-10 13:20:19 +00:00
gdt
6b8140e2e0 Move pdo_sqlite3 dependency to under sqlite option.
Previously, I added a dependency on pdo_sqlite3 because an owncloud
instance failed to run without PDO.  This commit moves the dependency
to be conditional on the sqlite option, so that it doesn't apply if
mysql is selected.

The upstream method selection code is hard to follow, and in
particular I don't understand how dbtype=sqlite is expected to use
MDB2 and dbtype=sqlite3 PDO.  So with the sqlite option both chunks of
code are availale.  I suspect there is an upstream bug lurking, but I
can't point to it.
2012-06-17 18:27:19 +00:00
dholland
ed7688d974 Remove 52 from PHP_VERSIONS_ACCEPTED. 2012-06-16 22:34:23 +00:00
dholland
6685c6c078 php-sqlite referenced by default in options.mk does not support
php54, so mark this incompatible so pbulk stops croaking.

XXX: someone please fix this correctly
2012-06-16 09:37:21 +00:00
taca
25e71769c5 Add an emty line between including options.mk. 2012-06-16 05:28:07 +00:00
sbd
1b0e592d30 Add version to php-pdo_sqlite dependency 2012-06-14 10:30:02 +00:00
gdt
bd5e267b18 PKGREVISION++ for MESSAGE and dependency change. 2012-06-13 23:28:32 +00:00
gdt
a8eae8e9ea Add dependency on php-pdo_sqlite.
Without this module, errors were logged after an upgrade from owncloud 3.
Add a hint to enable the module to MESSAGE.
2012-06-13 23:16:01 +00:00
ryoon
2e79e9082e Update to 4.0.1
Changelog:
from http://owncloud.org/owncloud-4-0-1-release/

Verify if user exists when loggin (oc-863)
More efficient log file handling
PDO requirement check
Check if apps folder is writable
prevent division by zero problem during output of free space
better mysql error message
correctly configure ldap group backend (oc-887)
sort users and groups (oc-779)
LDAP. correctly handle group filter (oc-867)
try to switch magic quotes of globally
fix ategory error reporting (oc-874)
correctly handle reverse proxy / load balancer https handling
prevent session already started warning
fix the files breadcrumb
don¡Çt try to use smtp auth if config files says no
fix versioning path
security: fix a XSS problem in calendar
make LDAP pqsql compatible
fix pqsql database migration
fix ldap config interface
support for LDAP ¡Èmember¡É
don¡Çt hardcode /tmp
fix potential security problem for requested apps parameter
fix notes in contacts properly
fix timezone detection
fix interti_id in calendar
set DB prefix for pqsql
security: fix a XSS problem in contacts
correctly encode caldav link
allow longer path in gallery
disable not compatible apps during upgrade
fix HEAD request for downloads
fix private link sharing via email
use UTC as default timezone
style fixes for tasks app
2012-06-09 14:24:05 +00:00
ryoon
5b15ae5f78 Update to 3.0.3
* Add .htaccess file to package
* Fix MESSAGES, to be more useful

Changelog:
changelog is not available officially. The following is provided by SuSE.
- Security: Several CSRF fixes
- Security: .htaccess uploading blacklist
- Backport link in the Help center to the online documentatio
- Backport link in the Help center to the "Big Files" howto
- Check if JSon module is installed
- Check if GD module is installed
2012-05-15 20:18:34 +00:00
ryoon
fd1e0cf00d Update to 3.0.2
* Many bugfixes
* Translation updates
2012-04-19 15:39:24 +00:00
ryoon
fb8c654ca0 Update to 3.0.0
* Fix MESSAGE.
* Sort DEPENDS.

Changelog:
* Add some features (online text editing, PDF viewer, and Photo Gallery etc.).
* Some improvements.

See http://owncloud.org/owncloud-3-release/
2012-02-17 16:40:23 +00:00
gdt
c48a03ca8d Depend on php-dom, for CALDAV support.
The use of CALDAV (but not the builtin calendar) requires php classes
that are, in pkgsrc, part of php-dom.

ok ryoon@.
2011-12-20 01:59:44 +00:00
ryoon
1f106f4784 Make php-sqlite and php-mysql conditional. Default is sqlite.
Fix typo in MESSAGE.
Bump PKGREVISION.

Tnanks you, gdt@.
2011-12-18 08:38:14 +00:00
ryoon
af13aa489d Import php*-owncloud as www/php-owncloud.
ownCloud gives you universal access to your files through a web
interface or WebDAV. It also provides a platform to easily view &
sync your contacts, calendars and bookmarks across all your devices
and enables basic editing right on the web.
2011-12-11 14:29:20 +00:00