summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Disable user enumerationLukas Reschke2012-08-142-8/+14
|
* Disable listing of all usersLukas Reschke2012-08-132-6/+13
|
* Check if webfinger is enabledLukas Reschke2012-08-102-1/+9
|
* Don't return file handle if the mode supports writing and the file is not ↵Michael Gapczynski2012-08-101-0/+19
| | | | | | | writable Conflicts: apps/files_sharing/sharedstorage.php
* Missed an "echo"Lukas Reschke2012-08-091-1/+1
|
* Sanitize user inputLukas Reschke2012-08-091-1/+1
|
* Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Arthur Schiwon2012-08-053-3/+4
|\
| * fix label for versioning in admin settingsGeorg Ehrke2012-08-041-1/+1
| |
| * Calendar: remove double html encodingBart Visscher2012-08-031-2/+2
| |
| * Contacts: Fix no active AddressbooksBart Visscher2012-08-031-0/+1
| |
* | LDAP: sanitize base, user and group trees. fixes oc-1302Arthur Schiwon2012-08-031-3/+3
|/
* LDAP: don't die on unexpected collisions, handle empty display-name ↵Arthur Schiwon2012-07-302-11/+28
| | | | attributes properly
* Add additional error handling for emailing private linksMichael Gapczynski2012-07-302-6/+19
|
* Correction for 'Fix group detection for sharing in case username contains ↵Michael Gapczynski2012-07-301-3/+6
| | | | '@', fix for oc-1270'
* Remove delete tipsy if file is deleted, fixes bug oc-958Michael Gapczynski2012-07-301-0/+1
|
* Set filter to empty if not set by Ampache clientMichael Gapczynski2012-07-301-3/+2
| | | | | Conflicts: apps/media/lib_ampache.php
* Set the user id when authenticating user for Ampache, fixes bug oc-219Michael Gapczynski2012-07-301-0/+2
|
* Fix group detection for sharing in case username contains '@', fix for oc-1270Michael Gapczynski2012-07-302-2/+7
|
* Only call mkdir() if the root folder does not exist for FTP external storageMichael Gapczynski2012-07-301-2/+3
|
* Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-301-1/+1
| | | | | Conflicts: lib/filesystemview.php
* Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Thomas Tanghus2012-07-3045-10/+90
|\
| * apply fix suggested in oc-1132 - bugfix for oc-1132Georg Ehrke2012-07-261-1/+1
| |
| * convert through caldav transmitted rgba calendarcolor to rgbGeorg Ehrke2012-07-261-1/+7
| |
| * Updated packagesLukas Reschke2012-07-262-4/+2
| |
| * LDAP: check if php-ldap is installed. If not, give an error output. FIX: ↵Arthur Schiwon2012-07-251-0/+20
| | | | | | | | blank Users page when the module is not installed.
| * add some calendar sharing hooks in stable4 - bugfix for oc-1325Georg Ehrke2012-07-251-0/+4
| |
| * - remove namespace from file property name (webdav)Bjoern Schiessle2012-07-232-1/+12
| | | | | | | | - update script to fix broken properties in the database
| * Added CSRF checksLukas Reschke2012-07-2037-3/+44
| |
* | Fix errors when no addressbook.Thomas Tanghus2012-07-302-12/+19
|/
* Sharing: offer an option to allow sharing with everyone, i.e. do not check ↵Arthur Schiwon2012-07-176-27/+64
| | | | group memberships
* Added hooks for postCreateUser to add default address book and calendar. ↵Thomas Tanghus2012-07-172-0/+11
| | | | Fixes oc-1265.
* Added hook for postCreateUser. Probably fix for oc-1265.Thomas Tanghus2012-07-172-1/+15
| | | | | | Conflicts: apps/calendar/appinfo/app.php
* Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276.Thomas Tanghus2012-07-161-1/+8
|
* Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Thomas Tanghus2012-07-161-1/+1
|\
| * fix encoding fail in calendar app - bugfix for oc-1194Georg Ehrke2012-07-161-1/+1
| |
* | Corrected javascript definition.Thomas Tanghus2012-07-161-1/+1
|/
* latin1 => utf8. I thought I did this a month ago?Thomas Tanghus2012-07-165-6/+6
|
* update script to fix fscacheBjoern Schiessle2012-07-132-1/+17
|
* Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1
| | | | | Conflicts: apps/files_sharing/ajax/email.php
* Sanitize toaddress for emailing private linksMichael Gapczynski2012-07-111-3/+2
| | | | | Conflicts: apps/files_sharing/ajax/email.php
* Sanitizing file namesLukas Reschke2012-07-111-1/+1
|
* suppress error when using is_dir on non directory in smb backendRobin Appelman2012-07-101-1/+1
|
* improve caching smb results a bitRobin Appelman2012-07-101-0/+4
|
* improve filecache support for smbRobin Appelman2012-07-101-1/+43
|
* split share and root config for smb backend, also sanitize config a bit moreRobin Appelman2012-07-103-4/+21
|
* share code between smb and ftp filestorage backendsRobin Appelman2012-07-104-157/+92
|
* smb filestorage backendRobin Appelman2012-07-104-0/+158
|
* Make it possible to import files using CR as eol.Thomas Tanghus2012-07-081-0/+7
|
* Set the loading class on the property being changed, not on its container. ↵Thomas Tanghus2012-07-081-3/+3
| | | | Now on all the places relevant ;-)
* Set the loading class on the property being changed, not on its container.Thomas Tanghus2012-07-081-3/+3
|