Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #3350 from owncloud/fix_history_template | Björn Schießle | 2013-05-14 | 1 | -4/+4 | |
|\ \ | |/ |/| | fix history template, print_unescaped() needs to include closing tags | |||||
| * | fix history template, print_unescaped() needs to include closing tags | Björn Schießle | 2013-05-14 | 1 | -4/+4 | |
|/ | ||||||
* | touch() needs to be performed relative to user/files otherwise ownCloud ↵ | Björn Schießle | 2013-05-14 | 2 | -1/+5 | |
| | | | | doesn't execute the hooks which means that etags aren't updated properly; backport of https://github.com/owncloud/core/pull/3303 | |||||
* | 5.0.6v5.0.6 | Frank Karlitschek | 2013-05-14 | 1 | -1/+1 | |
| | ||||||
* | backport https://github.com/owncloud/core/pull/3329 | Frank Karlitschek | 2013-05-13 | 1 | -1/+1 | |
| | ||||||
* | Add requesttoken to guest view | Lukas Reschke | 2013-05-13 | 1 | -1/+1 | |
| | | | | Should fix #3321 | |||||
* | 5.0.6 RC2 | Frank Karlitschek | 2013-05-12 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #3290 from owncloud/config-data | Lukas Reschke | 2013-05-12 | 3 | -5/+5 | |
| | | | | Move config data to template | |||||
* | don't emit rename hooks on partial file renames | Jörn Friedrich Dreyer | 2013-05-10 | 1 | -2/+2 | |
| | ||||||
* | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in ↵ | Jörn Friedrich Dreyer | 2013-05-10 | 2 | -10/+16 | |
| | | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted | |||||
* | Merge pull request #3282 from owncloud/fix_etag_update | Björn Schießle | 2013-05-08 | 2 | -6/+14 | |
|\ | | | | | Fix etag update | |||||
| * | don't call correctFolder() in touchHook, it will be called later in the ↵ | Björn Schießle | 2013-05-08 | 1 | -1/+0 | |
| | | | | | | | | writeUpdate() | |||||
| * | rename a file if it gets restored so that it no longer exists as a version. ↵ | Björn Schießle | 2013-05-08 | 1 | -1/+1 | |
| | | | | | | | | Otherwise it can happen that the expire() function removes all other versions so that we end up with only one version which is exactly the same as the original file | |||||
| * | update etag for for the touched file | Björn Schießle | 2013-05-08 | 1 | -1/+9 | |
| | | ||||||
| * | touch file relative to users file folder, otherwise the hooks will be ignored | Björn Schießle | 2013-05-08 | 1 | -4/+5 | |
| | | ||||||
* | | Cache: only look for child entires when doing a move operation when moving a ↵ | Robin Appelman | 2013-05-08 | 2 | -15/+19 | |
|/ | | | | folder | |||||
* | Merge pull request #3141 from owncloud/fix_2553 | Bart Visscher | 2013-05-08 | 2 | -2/+9 | |
|\ | | | | | Cache: mount user mountpoints to make sure that $data/$user/ exists before accessi... | |||||
| * | Cache Test: set datadir to temporary location, otherwise initmountpoints ↵ | Arthur Schiwon | 2013-04-26 | 1 | -2/+8 | |
| | | | | | | | | will access to productive location | |||||
| * | Cache: mount user mountpoints to make sure that // exists before accessing ↵ | Arthur Schiwon | 2013-04-26 | 1 | -0/+1 | |
| | | | | | | | | it. Fixes #2553 and #2374 | |||||
* | | Merge pull request #3244 from owncloud/allow_set_quota_to_zero | Morris Jobke | 2013-05-07 | 1 | -5/+1 | |
|\ \ | | | | | | | allow to set quota to zero, issue #2696 | |||||
| * | | allow to set quota to zero, issue #2696 | Björn Schießle | 2013-05-06 | 1 | -5/+1 | |
| | | | ||||||
* | | | 5.0.6 RC | Frank Karlitschek | 2013-05-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #3245 from owncloud/use-$view | Lukas Reschke | 2013-05-06 | 1 | -2/+1 | |
| | | | | | | | | | | | | Use the internal ownCloud view | |||||
* | | | Fix #2816 renaming shared files | Michael Gapczynski | 2013-05-06 | 1 | -5/+3 | |
|/ / | ||||||
* | | Merge pull request #3143 from owncloud/ldap_guid_check | blizzz | 2013-05-06 | 1 | -1/+3 | |
|\ \ | | | | | | | LDAP: do not reset UUID attribute setting when guid is detected | |||||
| * | | LDAP: do not reset UUID attribute setting when guid is detected | Arthur Schiwon | 2013-04-26 | 1 | -1/+3 | |
| | | | ||||||
* | | | LDAP: cachekey in set method needs to match with that one from get | Arthur Schiwon | 2013-05-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | respect format output | Bernhard Posselt | 2013-05-03 | 1 | -2/+3 | |
| | | | ||||||
* | | | logout before output to not run into header already sent problems | Bernhard Posselt | 2013-05-03 | 1 | -1/+2 | |
| | | | ||||||
* | | | fix bug that would only return error responses for 3rdparty apps | Bernhard Posselt | 2013-05-03 | 1 | -1/+5 | |
| | | | ||||||
* | | | Dont task external storages with creating their own root | Robin Appelman | 2013-05-03 | 10 | -46/+10 | |
| | | | ||||||
* | | | LDAP: remove restriction from group names to be in line with core behaviour ↵ | Arthur Schiwon | 2013-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | again | |||||
* | | | Merge pull request #3197 from owncloud/fix_userlist | blizzz | 2013-05-03 | 2 | -5/+16 | |
|\ \ \ | | | | | | | | | Fix retrieval of users with multiple backends | |||||
| * | | | Fix retrieval of users with multiple backends | Arthur Schiwon | 2013-04-30 | 2 | -5/+16 | |
| | |/ | |/| | ||||||
* | | | It's a class | Lukas Reschke | 2013-04-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove uneeded onclick handler | Lukas Reschke | 2013-04-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | Move onclick handler | Lukas Reschke | 2013-04-29 | 2 | -1/+5 | |
| | | | ||||||
* | | | Files: Fix XSS when creating dropshadow | Robin Appelman | 2013-04-28 | 1 | -3/+3 | |
| | | | ||||||
* | | | Correct the api response when both a shipped app and/or a third party app fail | Tom Needham | 2013-04-28 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix typo | Tom Needham | 2013-04-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Code style for ocs/routes.php | Tom Needham | 2013-04-28 | 1 | -9/+65 | |
| | | | ||||||
* | | | Change app identifier for core api routes | Tom Needham | 2013-04-28 | 1 | -8/+8 | |
| | | | ||||||
* | | | Use correct variable when checking auth | Tom Needham | 2013-04-28 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | modify password clone to password type right on submit to prevent the ↵ | Morris Jobke | 2013-04-26 | 1 | -1/+10 | |
| | | | | | | | | browser remind the content | |||||
* | | turn off autocompletion for password field | Morris Jobke | 2013-04-26 | 1 | -1/+2 | |
| | | | | | | | | refs #2632 | |||||
* | | Merge pull request #3115 from owncloud/backport-3109-stable5-2 | Morris Jobke | 2013-04-25 | 58 | -0/+220 | |
|\ \ | | | | | | | backport #3109 to stable5 - changed *.po and *.pot have been ignored | |||||
| * | | backport #3109 to stable5 - changed *.po and *.pot have been ignored | Jenkins for ownCloud | 2013-04-24 | 58 | -0/+220 | |
|/ / | ||||||
* | | Files: fix the order fileactions are computed for a file | Robin Appelman | 2013-04-24 | 1 | -7/+7 | |
| | | ||||||
* | | fix wrong shared icon description | Morris Jobke | 2013-04-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | fix #2928 translation of string "Shared" has to be marked as located in "files" for the translation extractor | |||||
* | | Allow loading of external media ressources | Lukas Reschke | 2013-04-24 | 2 | -2/+3 | |
| | |