summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1651 from owncloud/backportsLukas Reschke2013-02-1211-3/+16
|\ | | | | Backports
| * [user_ldap] Add requesttokenLukas Reschke2013-02-122-0/+3
| |
| * [user_migrate] Add requesttokenLukas Reschke2013-02-124-1/+4
| |
| * [admin_migrate] Add requesttokenLukas Reschke2013-02-122-0/+4
| |
| * Check requesttokenLukas Reschke2013-02-122-0/+3
| |
| * [external] Encode HTMLLukas Reschke2013-02-121-2/+2
| |
* | Fixing php lint errorThomas Müller2013-02-121-18/+18
|/
* add callcheck in guesstimezone.phpGeorg Ehrke2013-02-101-0/+1
|
* improve calendar list viewGeorg Ehrke2013-01-191-1/+1
|
* Sanitize the exceptionLukas Reschke2013-01-191-1/+1
|
* Use the internal functionLukas Reschke2013-01-191-3/+1
|
* Encode the URILukas Reschke2013-01-151-3/+3
|
* backport fix admin checkFrank Karlitschek2012-12-173-1/+9
|
* Encode the URI properlyLukas Reschke2012-12-161-1/+1
| | | | Backport of eafa9b2
* support string values ('true' and 'false') for configuring the secure ↵Robin Appelman2012-11-054-3/+45
| | | | | | parameter on external storage backends fixes #78
* Sanitize file namesLukas Reschke2012-10-121-1/+1
|
* Sanitize file namesLukas Reschke2012-10-121-2/+2
|
* Don't try to add invalid cards via CardDAV.Thomas Tanghus2012-10-111-0/+3
|
* Remove the webodf sourcesLukas Reschke2012-10-06281-105051/+5
| | | | This is a backport of 683a0c1 /cc @DeepDiver1975
* Sanitize user inputLukas Reschke2012-10-061-3/+3
| | | | This is a backport of 4f7c7c6 /cc @DeepDiver1975
* LDAP: transliterate other latin characters to ASCII when creating owncloud ↵Arthur Schiwon2012-09-181-0/+4
| | | | names. Already created usernames are not being affected. Fixes ugly names with removed Umlauts, chars with accents and likes.
* Fix for cyrillic folder names. ref#oc-1683Victor Dubiniuk2012-09-111-1/+1
|
* back port better input validation in calendar from apps repoGeorg Ehrke2012-08-311-1/+7
|
* LDAP: check for existing username from other backends when creating one for ↵Arthur Schiwon2012-08-292-24/+31
| | | | an LDAP user or group. Fixes oc-1551 in stable4. Also optimizes groupExists() function as side effect.
* Sanitizing the user input to prevent a reflected XSS. Thanks to Nico Golde ↵Lukas Reschke2012-08-211-38/+38
| | | | (ngolde.de)
* Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534Arthur Schiwon2012-08-201-12/+18
|
* Add a missing exit();Lukas Reschke2012-08-181-0/+1
|
* Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this ↵Lukas Reschke2012-08-181-1/+1
| | | | prevents XSS in old browsers. Thanks to Nico Golde.
* 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
| |