Commit graph

16 commits

Author SHA1 Message Date
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