Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1651 from owncloud/backports | Lukas Reschke | 2013-02-12 | 11 | -3/+16 |
|\ | | | | | Backports | ||||
| * | [user_ldap] Add requesttoken | Lukas Reschke | 2013-02-12 | 2 | -0/+3 |
| | | |||||
| * | [user_migrate] Add requesttoken | Lukas Reschke | 2013-02-12 | 4 | -1/+4 |
| | | |||||
| * | [admin_migrate] Add requesttoken | Lukas Reschke | 2013-02-12 | 2 | -0/+4 |
| | | |||||
| * | Check requesttoken | Lukas Reschke | 2013-02-12 | 2 | -0/+3 |
| | | |||||
| * | [external] Encode HTML | Lukas Reschke | 2013-02-12 | 1 | -2/+2 |
| | | |||||
* | | Fixing php lint error | Thomas Müller | 2013-02-12 | 1 | -18/+18 |
|/ | |||||
* | add callcheck in guesstimezone.php | Georg Ehrke | 2013-02-10 | 1 | -0/+1 |
| | |||||
* | improve calendar list view | Georg Ehrke | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | Sanitize the exception | Lukas Reschke | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | Use the internal function | Lukas Reschke | 2013-01-19 | 1 | -3/+1 |
| | |||||
* | Encode the URI | Lukas Reschke | 2013-01-15 | 1 | -3/+3 |
| | |||||
* | backport fix admin check | Frank Karlitschek | 2012-12-17 | 3 | -1/+9 |
| | |||||
* | Encode the URI properly | Lukas Reschke | 2012-12-16 | 1 | -1/+1 |
| | | | | Backport of eafa9b2 | ||||
* | support string values ('true' and 'false') for configuring the secure ↵ | Robin Appelman | 2012-11-05 | 4 | -3/+45 |
| | | | | | | parameter on external storage backends fixes #78 | ||||
* | Sanitize file names | Lukas Reschke | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | Sanitize file names | Lukas Reschke | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | Don't try to add invalid cards via CardDAV. | Thomas Tanghus | 2012-10-11 | 1 | -0/+3 |
| | |||||
* | Remove the webodf sources | Lukas Reschke | 2012-10-06 | 281 | -105051/+5 |
| | | | | This is a backport of 683a0c1 /cc @DeepDiver1975 | ||||
* | Sanitize user input | Lukas Reschke | 2012-10-06 | 1 | -3/+3 |
| | | | | This is a backport of 4f7c7c6 /cc @DeepDiver1975 | ||||
* | LDAP: transliterate other latin characters to ASCII when creating owncloud ↵ | Arthur Schiwon | 2012-09-18 | 1 | -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-1683 | Victor Dubiniuk | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | back port better input validation in calendar from apps repo | Georg Ehrke | 2012-08-31 | 1 | -1/+7 |
| | |||||
* | LDAP: check for existing username from other backends when creating one for ↵ | Arthur Schiwon | 2012-08-29 | 2 | -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 Reschke | 2012-08-21 | 1 | -38/+38 |
| | | | | (ngolde.de) | ||||
* | Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534 | Arthur Schiwon | 2012-08-20 | 1 | -12/+18 |
| | |||||
* | Add a missing exit(); | Lukas Reschke | 2012-08-18 | 1 | -0/+1 |
| | |||||
* | Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this ↵ | Lukas Reschke | 2012-08-18 | 1 | -1/+1 |
| | | | | prevents XSS in old browsers. Thanks to Nico Golde. | ||||
* | Disable user enumeration | Lukas Reschke | 2012-08-14 | 2 | -8/+14 |
| | |||||
* | Disable listing of all users | Lukas Reschke | 2012-08-13 | 2 | -6/+13 |
| | |||||
* | Check if webfinger is enabled | Lukas Reschke | 2012-08-10 | 2 | -1/+9 |
| | |||||
* | Don't return file handle if the mode supports writing and the file is not ↵ | Michael Gapczynski | 2012-08-10 | 1 | -0/+19 |
| | | | | | | | writable Conflicts: apps/files_sharing/sharedstorage.php | ||||
* | Missed an "echo" | Lukas Reschke | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Sanitize user input | Lukas Reschke | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4 | Arthur Schiwon | 2012-08-05 | 3 | -3/+4 |
|\ | |||||
| * | fix label for versioning in admin settings | Georg Ehrke | 2012-08-04 | 1 | -1/+1 |
| | | |||||
| * | Calendar: remove double html encoding | Bart Visscher | 2012-08-03 | 1 | -2/+2 |
| | | |||||
| * | Contacts: Fix no active Addressbooks | Bart Visscher | 2012-08-03 | 1 | -0/+1 |
| | | |||||
* | | LDAP: sanitize base, user and group trees. fixes oc-1302 | Arthur Schiwon | 2012-08-03 | 1 | -3/+3 |
|/ | |||||
* | LDAP: don't die on unexpected collisions, handle empty display-name ↵ | Arthur Schiwon | 2012-07-30 | 2 | -11/+28 |
| | | | | attributes properly | ||||
* | Add additional error handling for emailing private links | Michael Gapczynski | 2012-07-30 | 2 | -6/+19 |
| | |||||
* | Correction for 'Fix group detection for sharing in case username contains ↵ | Michael Gapczynski | 2012-07-30 | 1 | -3/+6 |
| | | | | '@', fix for oc-1270' | ||||
* | Remove delete tipsy if file is deleted, fixes bug oc-958 | Michael Gapczynski | 2012-07-30 | 1 | -0/+1 |
| | |||||
* | Set filter to empty if not set by Ampache client | Michael Gapczynski | 2012-07-30 | 1 | -3/+2 |
| | | | | | Conflicts: apps/media/lib_ampache.php | ||||
* | Set the user id when authenticating user for Ampache, fixes bug oc-219 | Michael Gapczynski | 2012-07-30 | 1 | -0/+2 |
| | |||||
* | Fix group detection for sharing in case username contains '@', fix for oc-1270 | Michael Gapczynski | 2012-07-30 | 2 | -2/+7 |
| | |||||
* | Only call mkdir() if the root folder does not exist for FTP external storage | Michael Gapczynski | 2012-07-30 | 1 | -2/+3 |
| | |||||
* | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-30 | 1 | -1/+1 |
| | | | | | Conflicts: lib/filesystemview.php | ||||
* | Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4 | Thomas Tanghus | 2012-07-30 | 45 | -10/+90 |
|\ | |||||
| * | apply fix suggested in oc-1132 - bugfix for oc-1132 | Georg Ehrke | 2012-07-26 | 1 | -1/+1 |
| | |