Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+26 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -25/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+25 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -3/+3 |
| | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | Get rid of `stripslashes()` | Lukas Reschke | 2015-01-13 | 1 | -3/+3 |
| | | | | This conversions are actually totally unneeded and probably left-overs from ages where the safe_mode was still a valid thing. | ||||
* | Catch exceptions when moving files | Vincent Petry | 2014-09-05 | 1 | -4/+10 |
| | | | | | | | | When moving files on storages that don't expose permissions, the storage itself might throw an exception when the permission is denied. This fix ensures that exceptions are caught and forwarded to the client instead of just hanging. | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | ||||
* | close the session on all file operations | Thomas Müller | 2014-03-10 | 1 | -3/+1 |
| | |||||
* | don't allow to create a file or folder named 'Shared' in the root folder, ↵ | Bjoern Schiessle | 2014-03-05 | 1 | -1/+1 |
| | | | | also exclude all combinations of lower and upper case letters | ||||
* | Files: explicitly define | Robin Appelman | 2013-02-08 | 1 | -0/+2 |
| | |||||
* | Files: add translation support back to move/rename | Robin Appelman | 2013-02-07 | 1 | -3/+3 |
| | |||||
* | Files: fix moving files by DnD | Robin Appelman | 2013-01-31 | 1 | -2/+2 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-30 | 1 | -3/+3 |
|\ | |||||
| * | use post instead of get | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -3/+3 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2013-01-15 | 1 | -0/+5 |
|\| | |||||
| * | more translations | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -2/+3 |
| | | |||||
| * | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-30 | 1 | -2/+2 |
|\| | |||||
| * | Update apps/files/ajax/move.php | denis-b | 2012-10-29 | 1 | -1/+1 |
| | | | | | | fix moving dirs containing "+" | ||||
| * | don't move file into subdirectory if a file with the same name already ↵ | Georg Ehrke | 2012-10-28 | 1 | -0/+5 |
| | | | | | | | | exists (fixes #92) | ||||
* | | merge master into filesystem | Robin Appelman | 2012-10-25 | 1 | -1/+1 |
|\| | |||||
| * | urldecode target directory | Björn Schießle | 2012-10-24 | 1 | -1/+1 |
| | | |||||
* | | cleanup OC_Files a bit | Robin Appelman | 2012-10-24 | 1 | -4/+9 |
|/ | |||||
* | apply coding style | Thomas Mueller | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | CSRF checks | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 1 | -3/+3 |
| | |||||
* | move files to app folder | Georg Ehrke | 2012-04-18 | 1 | -0/+20 |