Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Added localhost as trusted domain | Vincent Petry | 2014-03-06 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | Backport of f1b948d from stable6 | |||||
| * | | | Show warning page when accessing server from an untrusted domain | Vincent Petry | 2014-03-06 | 2 | -18/+72 | |
| | |/ | |/| | | | | | | | | | | | | | | | | Added early check for the requested domain host and show a warning page if the domain is not trusted. Backport of 9b6b02a from stable6 | |||||
* | | | Revert "Use $installedVersion instead of $currentVersion" | Lukas Reschke | 2014-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit aef1e5112f0f4a64f814d78fccd738a842bd5730. | |||||
* | | | Use $installedVersion instead of $currentVersion | Lukas Reschke | 2014-03-06 | 1 | -1/+1 | |
|/ / | ||||||
* | | increase internal version number once more | Frank Karlitschek | 2014-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | 5.0.15v5.0.15 | Frank Karlitschek | 2014-03-01 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #7463 from owncloud/stable5-webdav-logexceptions | Thomas Müller | 2014-02-28 | 4 | -1/+89 | |
|\ \ | | | | | | | [stable5] Backport exception logger for Sabre connector | |||||
| * | | Backported sabre exception logger | Vincent Petry | 2014-02-27 | 3 | -1/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial backport of 11ef12a Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues. | |||||
| * | | Backported logException from stable6 | Vincent Petry | 2014-02-27 | 1 | -0/+37 | |
| | | | ||||||
* | | | Merge pull request #7169 from owncloud/storage-cleanup-stable5 | Vincent Petry | 2014-02-28 | 2 | -0/+25 | |
|\ \ \ | |/ / |/| | | Remove the filecache for a users home storage when the user is deleted | |||||
| * | | Also remove home storages | Robin Appelman | 2014-02-27 | 1 | -1/+2 | |
| | | | ||||||
| * | | Remove the filecache for a users home storage when the user is deleted | Robin Appelman | 2014-02-12 | 2 | -0/+24 | |
| | | | ||||||
* | | | only add "received_from" if a share was found | Bjoern Schiessle | 2014-02-26 | 1 | -6/+6 | |
| | | | ||||||
* | | | 5.0.15 RC1v5.0.15RC1 | Frank Karlitschek | 2014-02-25 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #7387 from owncloud/stable5-fixhostnamewithport | Vincent Petry | 2014-02-25 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix case where port is missing | |||||
| * | | | Fix case where port is missing | Vincent Petry | 2014-02-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #7268 from owncloud/stable5-fix-ocspriv | Frank Karlitschek | 2014-02-25 | 4 | -50/+264 | |
|\ \ \ \ | |/ / / |/| | | | Use separate table for privatedata attributes | |||||
| * | | | Change to using OC_User::setUserID() instead of OC::' | tomneedham | 2014-02-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | testing update and delete | Thomas Müller | 2014-02-18 | 1 | -0/+39 | |
| | | | | ||||||
| * | | | adding unit tests for delete | Thomas Müller | 2014-02-18 | 1 | -0/+16 | |
| | | | | ||||||
| * | | | unit tests for set added | Thomas Müller | 2014-02-18 | 1 | -5/+38 | |
| | | | | ||||||
| * | | | first two tests | Thomas Müller | 2014-02-18 | 1 | -0/+53 | |
| | | | | ||||||
| * | | | 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 | 3 | -43/+118 | |
| | | | | ||||||
* | | | | Merge pull request #7365 from owncloud/backport-7305 | Vincent Petry | 2014-02-24 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Added extra checks for ext storage class (Backport to stable5) | |||||
| * | | | | Added extra checks for ext storage class | Lukas Reschke | 2014-02-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Backport of #7305 | |||||
* | | | | | Merge pull request #7362 from owncloud/fix-7259-5 | Björn Schießle | 2014-02-24 | 4 | -16/+49 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Backport #7259 to stable5 | |||||
| * | | | | Backport #7259 to stable5 | Lukas Reschke | 2014-02-22 | 4 | -16/+49 | |
|/ / / / | ||||||
* | | | | Revert "Partially backport #7305 to stable5" | Lukas Reschke | 2014-02-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | This reverts commit 258997471e919be3e992fc78432397a546417a56. | |||||
* | | | | Revert "Backport #7259 to stable5" | Lukas Reschke | 2014-02-22 | 4 | -49/+16 | |
| | | | | | | | | | | | | | | | | This reverts commit 7bc69c7ea5ca73883ed1b8869929789bf7e85cd7. | |||||
* | | | | Partially backport #7305 to stable5 | Lukas Reschke | 2014-02-22 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Backport #7259 to stable5 | Lukas Reschke | 2014-02-22 | 4 | -16/+49 | |
| | | | | ||||||
* | | | | LDAP: improve compilation of filters | Arthur Schiwon | 2014-02-21 | 2 | -0/+14 | |
| | | | | ||||||
* | | | | 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 | |
| | | | | | ||||||
* | | | | | Merge pull request #7185 from ↵ | Jan-Christoph Borchardt | 2014-02-20 | 18 | -147/+160 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/backport_6777_mobile_style_for_public_pages_stable5 initial backport of #6777 - mobile public pages - to stable5 | |||||
| * | | | | | fix scrolling for mobile browsers | Jörn Friedrich Dreyer | 2014-02-19 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | unset box-shadow for mobile devices, unsupported in all but the latest ↵ | Jörn Friedrich Dreyer | 2014-02-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | mobile browsers | |||||
| * | | | | | fix undefined index | Jörn Friedrich Dreyer | 2014-02-13 | 2 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | add missing mobile.css | Jörn Friedrich Dreyer | 2014-02-13 | 1 | -0/+49 | |
| | | | | | | ||||||
| * | | | | | initial backport of #6777 - mobile public pages - to stable5 | Jörn Friedrich Dreyer | 2014-02-13 | 15 | -146/+103 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #6733 from owncloud/stable5-files-filenameescapingfixes | Lukas Reschke | 2014-02-20 | 8 | -54/+73 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | [stable5] Backport: Fixed various file name escaping issues in core apps | |||||
| * | | | | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-12 | 8 | -54/+73 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Refactored file tr lookup into FileList.findFileEl that uses filterAttr to avoid escaping issues in jQuery selectors - Fixed versions and sharing app to properly escape file names in attributes - Prevent uploading file name with invalid characters Backport to stable5 of 1042733 | |||||
* | | | | | Check whether the app is set | Lukas Reschke | 2014-02-20 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | Check whether the Key is set | Lukas Reschke | 2014-02-20 | 1 | -1/+1 | |
| | | | | |