summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | fixing undefined index in delete()Thomas Müller2013-10-311-5/+7
| * | | | | | | adding unit tests for deleteThomas Müller2013-10-311-0/+16
| * | | | | | | PHPDoc comment updated - checkLoggedIn() removedThomas Müller2013-10-311-9/+10
| * | | | | | | unit tests for set addedThomas Müller2013-10-311-5/+38
| * | | | | | | no need to check if the user is logged inThomas Müller2013-10-311-1/+0
| * | | | | | | fixing php notice: Undefined index keyThomas Müller2013-10-311-1/+1
| * | | | | | | first two testsThomas Müller2013-10-311-0/+53
| * | | | | | | no need to check if the user is logged in - this is already done in the ocs d...Thomas Müller2013-10-311-6/+6
| * | | | | | | Merge branch 'master' into fix_privatedataThomas Müller2013-10-318-61/+81
| |\ \ \ \ \ \ \
| * | | | | | | | increase version number to trigger db migrationFrank Karlitschek2013-10-301-1/+1
| * | | | | | | | fix the privatedata key value storeFrank Karlitschek2013-10-303-43/+118
* | | | | | | | | Merge pull request #5591 from owncloud/home-storageJörn Friedrich Dreyer2013-10-314-2/+123
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'master' into home-storageThomas Müller2013-10-30738-6458/+15220
| |\ \ \ \ \ \ \ \
| * | | | | | | | | dont use the home storage for non-existing usersRobin Appelman2013-10-291-2/+2
| * | | | | | | | | use the new home storage backend when no existing local storage backend exist...Robin Appelman2013-10-292-2/+21
| * | | | | | | | | add specialized storage backend for home foldersRobin Appelman2013-10-292-0/+102
* | | | | | | | | | Merge pull request #5648 from owncloud/files-fixhidecontrolsinviewermodeMorris Jobke2013-10-311-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Corretly hide "no permissions" message in controls in viewer modeVincent Petry2013-10-311-0/+3
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | prefer closest over parentJörn Friedrich Dreyer2013-10-311-1/+1
* | | | | | | | | | Merge pull request #5531 from owncloud/upgrade-form-occAndreas Fischer2013-10-313-77/+90
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add some color to the occ upgrade output.Andreas Fischer2013-10-281-11/+11
| * | | | | | | | | | Use "else if" to remove one level of indentation.Andreas Fischer2013-10-281-13/+11
| * | | | | | | | | | Missed one write()->writeln(). Fixed.ringmaster2013-10-281-1/+1
| * | | | | | | | | | Use writeln() instead of write()ringmaster2013-10-281-11/+11
| * | | | | | | | | | Use the OutputInterface for output and return error codes.ringmaster2013-10-281-21/+30
| * | | | | | | | | | Move all upgrade routines into the command-line tool.ringmaster2013-10-282-78/+55
| * | | | | | | | | | Add `occ upgrade` command.ringmaster2013-10-242-0/+29
* | | | | | | | | | | use data-file to retrieve filenameJörn Friedrich Dreyer2013-10-311-1/+1
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #5638 from owncloud/admin-quotafieldMorris Jobke2013-10-313-6/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix translation stringsMorris Jobke2013-10-311-2/+2
| * | | | | | | | | | Fixed input field and tipsy positioning in singleselectVincent Petry2013-10-311-4/+3
| * | | | | | | | | | Improve quota input fieldVincent Petry2013-10-303-5/+27
* | | | | | | | | | | Adding link to documents repoThomas Müller2013-10-311-0/+1
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #5642 from owncloud/fixing-5271-masterVicDeo2013-10-301-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | we should check if a user is logged in before we check for admin privilegeThomas Müller2013-10-301-0/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #5634 from owncloud/admin-loglevellabelsThomas Müller2013-10-301-6/+14
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Changed wording in log level dropdownVincent Petry2013-10-301-5/+5
| * | | | | | | | | Changed log level labels in log level dropdownVincent Petry2013-10-301-6/+14
| |/ / / / / / / /
* | | | | | | | | Merge pull request #5615 from owncloud/fixing-5614-masterLukas Reschke2013-10-301-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added missing HTTP prefix to the $_SERVER variableLukas Reschke2013-10-301-1/+1
| * | | | | | | | | http header OCS-ApiRequest: true is required in case of session based OCS API...Thomas Müller2013-10-291-1/+2
* | | | | | | | | | Merge pull request #5628 from owncloud/files-fixsummaryVicDeo2013-10-301-6/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed summary visibility checkVincent Petry2013-10-301-6/+7
* | | | | | | | | | | Merge pull request #5633 from owncloud/files-createdropdownstayswithrightclickVincent Petry2013-10-301-1/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Prevent closing the create dropdown when right clicking in FirefoxVincent Petry2013-10-301-1/+5
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5632 from owncloud/allow_nested_link_sharesVincent Petry2013-10-301-2/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | allow to share a file/folder as public link also if one of it parents was alr...Bjoern Schiessle2013-10-301-2/+4
* | | | | | | | | | | Merge pull request #5625 from owncloud/fix-test-masterJörn Friedrich Dreyer2013-10-301-7/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix failing preview test on masterMorris Jobke2013-10-301-7/+5
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #5626 from owncloud/fix_search_in_shared_filesJörn Friedrich Dreyer2013-10-301-38/+42
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |