summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #3350 from owncloud/fix_history_templateBjörn Schießle2013-05-141-4/+4
|\ \ | |/ |/| fix history template, print_unescaped() needs to include closing tags
| * fix history template, print_unescaped() needs to include closing tagsBjörn Schießle2013-05-141-4/+4
|/
* touch() needs to be performed relative to user/files otherwise ownCloud ↵Björn Schießle2013-05-142-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.6Frank Karlitschek2013-05-141-1/+1
|
* backport https://github.com/owncloud/core/pull/3329Frank Karlitschek2013-05-131-1/+1
|
* Add requesttoken to guest viewLukas Reschke2013-05-131-1/+1
| | | | Should fix #3321
* 5.0.6 RC2Frank Karlitschek2013-05-121-2/+2
|
* Merge pull request #3290 from owncloud/config-dataLukas Reschke2013-05-123-5/+5
| | | | Move config data to template
* don't emit rename hooks on partial file renamesJörn Friedrich Dreyer2013-05-101-2/+2
|
* rename isIgnoredFile to isPartialFile, remove check of blacklisted files in ↵Jörn Friedrich Dreyer2013-05-102-10/+16
| | | | isPartialFile, correct usage of isPartialFile and isFileBlacklisted
* Merge pull request #3282 from owncloud/fix_etag_updateBjörn Schießle2013-05-082-6/+14
|\ | | | | Fix etag update
| * don't call correctFolder() in touchHook, it will be called later in the ↵Björn Schießle2013-05-081-1/+0
| | | | | | | | writeUpdate()
| * rename a file if it gets restored so that it no longer exists as a version. ↵Björn Schießle2013-05-081-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 fileBjörn Schießle2013-05-081-1/+9
| |
| * touch file relative to users file folder, otherwise the hooks will be ignoredBjörn Schießle2013-05-081-4/+5
| |
* | Cache: only look for child entires when doing a move operation when moving a ↵Robin Appelman2013-05-082-15/+19
|/ | | | folder
* Merge pull request #3141 from owncloud/fix_2553Bart Visscher2013-05-082-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 Schiwon2013-04-261-2/+8
| | | | | | | | will access to productive location
| * Cache: mount user mountpoints to make sure that // exists before accessing ↵Arthur Schiwon2013-04-261-0/+1
| | | | | | | | it. Fixes #2553 and #2374
* | Merge pull request #3244 from owncloud/allow_set_quota_to_zeroMorris Jobke2013-05-071-5/+1
|\ \ | | | | | | allow to set quota to zero, issue #2696
| * | allow to set quota to zero, issue #2696Björn Schießle2013-05-061-5/+1
| | |
* | | 5.0.6 RCFrank Karlitschek2013-05-051-2/+2
| | |
* | | Merge pull request #3245 from owncloud/use-$viewLukas Reschke2013-05-061-2/+1
| | | | | | | | | | | | Use the internal ownCloud view
* | | Fix #2816 renaming shared filesMichael Gapczynski2013-05-061-5/+3
|/ /
* | Merge pull request #3143 from owncloud/ldap_guid_checkblizzz2013-05-061-1/+3
|\ \ | | | | | | LDAP: do not reset UUID attribute setting when guid is detected
| * | LDAP: do not reset UUID attribute setting when guid is detectedArthur Schiwon2013-04-261-1/+3
| | |
* | | LDAP: cachekey in set method needs to match with that one from getArthur Schiwon2013-05-031-1/+1
| | |
* | | respect format outputBernhard Posselt2013-05-031-2/+3
| | |
* | | logout before output to not run into header already sent problemsBernhard Posselt2013-05-031-1/+2
| | |
* | | fix bug that would only return error responses for 3rdparty appsBernhard Posselt2013-05-031-1/+5
| | |
* | | Dont task external storages with creating their own rootRobin Appelman2013-05-0310-46/+10
| | |
* | | LDAP: remove restriction from group names to be in line with core behaviour ↵Arthur Schiwon2013-05-031-1/+1
| | | | | | | | | | | | again
* | | Merge pull request #3197 from owncloud/fix_userlistblizzz2013-05-032-5/+16
|\ \ \ | | | | | | | | Fix retrieval of users with multiple backends
| * | | Fix retrieval of users with multiple backendsArthur Schiwon2013-04-302-5/+16
| | |/ | |/|
* | | It's a classLukas Reschke2013-04-291-1/+1
| | |
* | | Remove uneeded onclick handlerLukas Reschke2013-04-291-1/+1
| | |
* | | Move onclick handlerLukas Reschke2013-04-292-1/+5
| | |
* | | Files: Fix XSS when creating dropshadowRobin Appelman2013-04-281-3/+3
| | |
* | | Correct the api response when both a shipped app and/or a third party app failTom Needham2013-04-281-2/+2
| | |
* | | Fix typoTom Needham2013-04-281-1/+1
| | |
* | | Code style for ocs/routes.phpTom Needham2013-04-281-9/+65
| | |
* | | Change app identifier for core api routesTom Needham2013-04-281-8/+8
| | |
* | | Use correct variable when checking authTom Needham2013-04-281-1/+1
| |/ |/|
* | modify password clone to password type right on submit to prevent the ↵Morris Jobke2013-04-261-1/+10
| | | | | | | | browser remind the content
* | turn off autocompletion for password fieldMorris Jobke2013-04-261-1/+2
| | | | | | | | refs #2632
* | Merge pull request #3115 from owncloud/backport-3109-stable5-2Morris Jobke2013-04-2558-0/+220
|\ \ | | | | | | backport #3109 to stable5 - changed *.po and *.pot have been ignored
| * | backport #3109 to stable5 - changed *.po and *.pot have been ignoredJenkins for ownCloud2013-04-2458-0/+220
|/ /
* | Files: fix the order fileactions are computed for a fileRobin Appelman2013-04-241-7/+7
| |
* | fix wrong shared icon descriptionMorris Jobke2013-04-241-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 ressourcesLukas Reschke2013-04-242-2/+3
| |