summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Added localhost as trusted domainVincent Petry2014-03-061-0/+5
| | | | | | | | | | | | | | | | Backport of f1b948d from stable6
| * | | Show warning page when accessing server from an untrusted domainVincent Petry2014-03-062-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 Reschke2014-03-061-1/+1
| | | | | | | | | | | | This reverts commit aef1e5112f0f4a64f814d78fccd738a842bd5730.
* | | Use $installedVersion instead of $currentVersionLukas Reschke2014-03-061-1/+1
|/ /
* | increase internal version number once moreFrank Karlitschek2014-03-031-1/+1
| |
* | 5.0.15v5.0.15Frank Karlitschek2014-03-011-2/+2
| |
* | Merge pull request #7463 from owncloud/stable5-webdav-logexceptionsThomas Müller2014-02-284-1/+89
|\ \ | | | | | | [stable5] Backport exception logger for Sabre connector
| * | Backported sabre exception loggerVincent Petry2014-02-273-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 stable6Vincent Petry2014-02-271-0/+37
| | |
* | | Merge pull request #7169 from owncloud/storage-cleanup-stable5Vincent Petry2014-02-282-0/+25
|\ \ \ | |/ / |/| | Remove the filecache for a users home storage when the user is deleted
| * | Also remove home storagesRobin Appelman2014-02-271-1/+2
| | |
| * | Remove the filecache for a users home storage when the user is deletedRobin Appelman2014-02-122-0/+24
| | |
* | | only add "received_from" if a share was foundBjoern Schiessle2014-02-261-6/+6
| | |
* | | 5.0.15 RC1v5.0.15RC1Frank Karlitschek2014-02-251-2/+2
| | |
* | | Merge pull request #7387 from owncloud/stable5-fixhostnamewithportVincent Petry2014-02-251-1/+1
|\ \ \ | | | | | | | | Fix case where port is missing
| * | | Fix case where port is missingVincent Petry2014-02-251-1/+1
| | | |
* | | | Merge pull request #7268 from owncloud/stable5-fix-ocsprivFrank Karlitschek2014-02-254-50/+264
|\ \ \ \ | |/ / / |/| | | Use separate table for privatedata attributes
| * | | Change to using OC_User::setUserID() instead of OC::'tomneedham2014-02-221-1/+1
| | | |
| * | | testing update and deleteThomas Müller2014-02-181-0/+39
| | | |
| * | | adding unit tests for deleteThomas Müller2014-02-181-0/+16
| | | |
| * | | unit tests for set addedThomas Müller2014-02-181-5/+38
| | | |
| * | | first two testsThomas Müller2014-02-181-0/+53
| | | |
| * | | Get rid of the SELECT query. Try UPDATE, on failure INSERT.Andreas Fischer2014-02-181-8/+4
| | | |
| * | | fixing undefined index in delete()Thomas Müller2014-02-181-5/+7
| | | |
| * | | PHPDoc comment updated - checkLoggedIn() removedThomas Müller2014-02-181-9/+10
| | | |
| * | | no need to check if the user is logged inThomas Müller2014-02-181-1/+0
| | | |
| * | | fixing php notice: Undefined index keyThomas Müller2014-02-181-1/+1
| | | |
| * | | no need to check if the user is logged in - this is already done in the ocs ↵Thomas Müller2014-02-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | dispatcher itself adding @return
| * | | fix the privatedata key value storeFrank Karlitschek2014-02-183-43/+118
| | | |
* | | | Merge pull request #7365 from owncloud/backport-7305Vincent Petry2014-02-241-1/+1
|\ \ \ \ | | | | | | | | | | Added extra checks for ext storage class (Backport to stable5)
| * | | | Added extra checks for ext storage classLukas Reschke2014-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | Backport of #7305
* | | | | Merge pull request #7362 from owncloud/fix-7259-5Björn Schießle2014-02-244-16/+49
|\ \ \ \ \ | |/ / / / |/| | | | Backport #7259 to stable5
| * | | | Backport #7259 to stable5Lukas Reschke2014-02-224-16/+49
|/ / / /
* | | | Revert "Partially backport #7305 to stable5"Lukas Reschke2014-02-221-1/+1
| | | | | | | | | | | | | | | | This reverts commit 258997471e919be3e992fc78432397a546417a56.
* | | | Revert "Backport #7259 to stable5"Lukas Reschke2014-02-224-49/+16
| | | | | | | | | | | | | | | | This reverts commit 7bc69c7ea5ca73883ed1b8869929789bf7e85cd7.
* | | | Partially backport #7305 to stable5Lukas Reschke2014-02-221-1/+1
| | | |
* | | | Backport #7259 to stable5Lukas Reschke2014-02-224-16/+49
| | | |
* | | | LDAP: improve compilation of filtersArthur Schiwon2014-02-212-0/+14
| | | |
* | | | Merge pull request #7313 from owncloud/stable5_fix_folder_deleteVincent Petry2014-02-201-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 deletedBjoern Schiessle2014-02-201-4/+5
| | | | |
* | | | | Merge pull request #7185 from ↵Jan-Christoph Borchardt2014-02-2018-147/+160
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/backport_6777_mobile_style_for_public_pages_stable5 initial backport of #6777 - mobile public pages - to stable5
| * | | | | fix scrolling for mobile browsersJörn Friedrich Dreyer2014-02-191-1/+1
| | | | | |
| * | | | | unset box-shadow for mobile devices, unsupported in all but the latest ↵Jörn Friedrich Dreyer2014-02-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | mobile browsers
| * | | | | fix undefined indexJörn Friedrich Dreyer2014-02-132-0/+3
| | | | | |
| * | | | | add missing mobile.cssJörn Friedrich Dreyer2014-02-131-0/+49
| | | | | |
| * | | | | initial backport of #6777 - mobile public pages - to stable5Jörn Friedrich Dreyer2014-02-1315-146/+103
| | |_|/ / | |/| | |
* | | | | Merge pull request #6733 from owncloud/stable5-files-filenameescapingfixesLukas Reschke2014-02-208-54/+73
|\ \ \ \ \ | |_|/ / / |/| | | | [stable5] Backport: Fixed various file name escaping issues in core apps
| * | | | Fixed various file name escaping issues in core appsVincent Petry2014-01-128-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 setLukas Reschke2014-02-201-1/+4
| | | | |
* | | | | Check whether the Key is setLukas Reschke2014-02-201-1/+1
| | | | |