Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #7268 from owncloud/stable5-fix-ocspriv | Frank Karlitschek | 2014-02-25 | 2 | -50/+60 | |
|\ \ \ | |/ / |/| | | Use separate table for privatedata attributes | |||||
| * | | Get rid of the SELECT query. Try UPDATE, on failure INSERT. | Andreas Fischer | 2014-02-18 | 1 | -8/+4 | |
| | | | ||||||
| * | | fixing undefined index in delete() | Thomas Müller | 2014-02-18 | 1 | -5/+7 | |
| | | | ||||||
| * | | PHPDoc comment updated - checkLoggedIn() removed | Thomas Müller | 2014-02-18 | 1 | -9/+10 | |
| | | | ||||||
| * | | no need to check if the user is logged in | Thomas Müller | 2014-02-18 | 1 | -1/+0 | |
| | | | ||||||
| * | | fixing php notice: Undefined index key | Thomas Müller | 2014-02-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | no need to check if the user is logged in - this is already done in the ocs ↵ | Thomas Müller | 2014-02-18 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | dispatcher itself adding @return | |||||
| * | | fix the privatedata key value store | Frank Karlitschek | 2014-02-18 | 2 | -43/+55 | |
| |/ | ||||||
* | | Backport #7259 to stable5 | Lukas Reschke | 2014-02-22 | 3 | -16/+46 | |
| | | ||||||
* | | Revert "Backport #7259 to stable5" | Lukas Reschke | 2014-02-22 | 3 | -46/+16 | |
| | | | | | | | | This reverts commit 7bc69c7ea5ca73883ed1b8869929789bf7e85cd7. | |||||
* | | Backport #7259 to stable5 | Lukas Reschke | 2014-02-22 | 3 | -16/+46 | |
| | | ||||||
* | | Merge pull request #7313 from owncloud/stable5_fix_folder_delete | Vincent Petry | 2014-02-20 | 1 | -4/+5 | |
|\ \ | | | | | | | don't send delete for every single file if a folder gets deleted | |||||
| * | | don't send delete for every single file if a folder gets deleted | Bjoern Schiessle | 2014-02-20 | 1 | -4/+5 | |
| |/ | ||||||
* / | initial backport of #6777 - mobile public pages - to stable5 | Jörn Friedrich Dreyer | 2014-02-13 | 1 | -1/+1 | |
|/ | ||||||
* | getData() always needs to return an array, backport of #6988 | Bjoern Schiessle | 2014-02-10 | 1 | -6/+12 | |
| | ||||||
* | Merge pull request #6859 from owncloud/always_log_db_error_verbose_stable5 | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -5/+3 | |
|\ | | | | | always be verbose when logging db error | |||||
| * | always be verbose when logging db error | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -5/+3 | |
| | | ||||||
* | | use 'download.zip' as default name for zip downloads instead of 'owncloud.zip' | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -1/+1 | |
|/ | ||||||
* | Fix mimetype detection | Jörn Friedrich Dreyer | 2014-01-17 | 2 | -1/+11 | |
| | ||||||
* | remove duplicate exe mimetype, add correct msi mimetype | Jörn Friedrich Dreyer | 2014-01-07 | 1 | -3/+2 | |
| | ||||||
* | 5.0.14av5.0.14a | Frank Karlitschek | 2013-12-18 | 1 | -2/+2 | |
| | ||||||
* | 5.0.14v5.0.14 | Frank Karlitschek | 2013-12-17 | 1 | -2/+2 | |
| | ||||||
* | add getOwner to Home Storage | Jörn Friedrich Dreyer | 2013-12-16 | 1 | -0/+10 | |
| | ||||||
* | 5.0.14 RC1 | Frank Karlitschek | 2013-12-13 | 1 | -2/+2 | |
| | ||||||
* | reuse etags when doing a background scan | Robin Appelman | 2013-12-08 | 1 | -1/+1 | |
| | ||||||
* | make rmdir recursive for mappellocal storage backend | Robin Appelman | 2013-12-03 | 1 | -3/+23 | |
| | | | | Backported from d051d6f9252de915a13e1b053c54f69bcd83f5ee | |||||
* | Make rmdir recursive for local storage | Robin Appelman | 2013-12-03 | 1 | -1/+21 | |
| | | | | Backport of 63c898c0 | |||||
* | Add post hooks for filesystem scanner | Robin Appelman | 2013-11-28 | 1 | -0/+5 | |
| | ||||||
* | Fix getRawPathInfo for the '/' edge case | Robin Appelman | 2013-11-28 | 1 | -1/+5 | |
| | ||||||
* | fix custom routes defined by apps | Robin Appelman | 2013-11-28 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #6042 from owncloud/backport-6035-oc5 | Morris Jobke | 2013-11-27 | 1 | -4/+28 | |
|\ | | | | | Backport 6035 oc5 | |||||
| * | fixing failing unit test | Thomas Müller | 2013-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | fixes #6050 | Thomas Müller | 2013-11-26 | 1 | -8/+21 | |
| | | ||||||
| * | in case uri and script name don't match we better throw an exception | Thomas Müller | 2013-11-25 | 1 | -2/+10 | |
| | | ||||||
| * | handle duplicate slashes in case of reverse proxy configuration | Thomas Müller | 2013-11-25 | 1 | -1/+4 | |
| | | | | | | | | | | Conflicts: tests/lib/request.php | |||||
* | | clear permissions cache when scanning a file | Robin Appelman | 2013-11-25 | 1 | -4/+16 | |
|/ | | | | | Conflicts: lib/files/cache/scanner.php | |||||
* | Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquota | Vincent Petry | 2013-11-22 | 5 | -8/+18 | |
|\ | | | | | [Stable5] Exclude ext storage from quota | |||||
| * | Fixed ext storage free space to not be restricted by quota | Vincent Petry | 2013-11-19 | 1 | -0/+5 | |
| | | ||||||
| * | Fixed quota calculation to also exclude ext storage | Vincent Petry | 2013-11-19 | 1 | -1/+1 | |
| | | ||||||
| * | External storage space is now not counted in total space | Vincent Petry | 2013-11-19 | 4 | -7/+12 | |
| | | | | | | | | | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Backport of 614e4d485c8b74f6879c401f8cbb93e9335bf9b3 | |||||
* | | Merge branch 'stable5' into fixing-4866-stable5 | Thomas Müller | 2013-11-22 | 25 | -157/+661 | |
|\ \ | ||||||
| * | | Emulate touch() for backends that don't support it | Robin Appelman | 2013-11-21 | 1 | -1/+5 | |
| |/ | | | | | | | Backport of 9738fae3cf1ad18593d21eb62e138e00c01f5f36 | |||||
| * | backport search scrollto & filter to stable5 | Jörn Friedrich Dreyer | 2013-11-18 | 2 | -2/+4 | |
| | | ||||||
| * | Merge pull request #5883 from owncloud/stable5-singledotdirs | Vincent Petry | 2013-11-15 | 1 | -3/+17 | |
| |\ | | | | | | | Stable5 single dot dirs | |||||
| | * | Fixed normalizePath() to strip out single dot dirs | Vincent Petry | 2013-11-15 | 1 | -3/+17 | |
| | | | | | | | | | | | | | | | | | | Now removing "/./" and trailing "/." from the paths when normalizing. Backport of c06d8bb0071839480f9e458e58630ca0c205b9cb | |||||
| * | | Merge pull request #5307 from nicokaiser/fixing-3694-stable5 | Frank Karlitschek | 2013-11-15 | 1 | -0/+2 | |
| |\ \ | | |/ | |/| | Fix OC_User::getDisplayName to persist between (browser) sessions. Fixes #3694 | |||||
| | * | Fix static function call. Sorry. | Nico Kaiser | 2013-10-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix OC_User::getDisplayName to persist between (browser) sessions. Fixes #3694 | Nico Kaiser | 2013-10-11 | 1 | -0/+2 | |
| | | | ||||||
| * | | fixes #5808 | Thomas Müller | 2013-11-11 | 1 | -6/+6 | |
| | | | ||||||
| * | | Merge pull request #5725 from owncloud/fix_enabling_apps_on_oracle_cornercase | Thomas Müller | 2013-11-11 | 1 | -3/+23 | |
| |\ \ | | | | | | | | | fix enabling apps for oracle - cornercase |