summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 missingVincent Petry2014-02-251-1/+1
* | Merge pull request #7268 from owncloud/stable5-fix-ocsprivFrank Karlitschek2014-02-254-50/+264
|\ \ | |/ |/|
| * 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 d...Thomas Müller2014-02-181-6/+6
| * 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 classLukas Reschke2014-02-231-1/+1
* | | Merge pull request #7362 from owncloud/fix-7259-5Björn Schießle2014-02-244-16/+49
|\ \ \ | |/ / |/| |
| * | Backport #7259 to stable5Lukas Reschke2014-02-224-16/+49
|/ /
* | Revert "Partially backport #7305 to stable5"Lukas Reschke2014-02-221-1/+1
* | Revert "Backport #7259 to stable5"Lukas Reschke2014-02-224-49/+16
* | 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 deletedBjoern Schiessle2014-02-201-4/+5
* | | Merge pull request #7185 from owncloud/backport_6777_mobile_style_for_public_...Jan-Christoph Borchardt2014-02-2018-147/+160
|\ \ \
| * | | fix scrolling for mobile browsersJörn Friedrich Dreyer2014-02-191-1/+1
| * | | unset box-shadow for mobile devices, unsupported in all but the latest mobile...Jörn Friedrich Dreyer2014-02-191-0/+4
| * | | 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
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed various file name escaping issues in core appsVincent Petry2014-01-128-54/+73
* | | | Check whether the app is setLukas Reschke2014-02-201-1/+4
* | | | Check whether the Key is setLukas Reschke2014-02-201-1/+1
* | | | An admin should not be able to add remote and public services on its own. Thi...Lukas Reschke2014-02-201-6/+18
* | | | Merge pull request #4782 from owncloud/tune_legacy_cache_webdav_properties_pr...Vincent Petry2014-02-181-10/+12
|\ \ \ \
| * | | | Concatenate string in SQL instead of PHPJörn Friedrich Dreyer2013-11-011-10/+12
* | | | | Make google drive client secret and dropbox api secret a password fieldJoas Schilling2014-02-181-2/+2
| |_|_|/ |/| | |
* | | | Use the proper content-typeLukas Reschke2014-02-181-0/+2
* | | | Merge pull request #7227 from owncloud/stable5-removeunusedversionsmd5Vincent Petry2014-02-172-22/+0
|\ \ \ \
| * | | | Removed unused versions md5 codeVincent Petry2014-02-172-22/+0
* | | | | Merge pull request #7188 from owncloud/fix_gitignore_stable5Thomas Müller2014-02-151-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix .gitignore for stable5Jörn Friedrich Dreyer2014-02-131-1/+1
|/ / / /
* | | | getData() always needs to return an array, backport of #6988Bjoern Schiessle2014-02-101-6/+12
* | | | remove needless element tagBjoern Schiessle2014-02-031-2/+1
* | | | use more accurate error codesBjoern Schiessle2014-01-281-5/+5
* | | | Merge pull request #6859 from owncloud/always_log_db_error_verbose_stable5Jörn Friedrich Dreyer2014-01-211-5/+3
|\ \ \ \