summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-07-2626-84/+210
|
* Merge pull request #5864 from nextcloud/legacy_userLukas Reschke2017-07-2511-101/+10
|\ | | | | Remove legacy OC_User_Backend and OC_User_Interface
| * Fix commentsMorris Jobke2017-07-255-5/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma2017-07-246-96/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #5836 from nextcloud/preview_updateLukas Reschke2017-07-251-1/+7
|\ \ | | | | | | Empty search no longer works
| * | Empty search no longer worksRoeland Jago Douma2017-07-241-1/+7
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #5772 from nextcloud/migrations-installLukas Reschke2017-07-2519-2379/+1193
|\ \ \ | | | | | | | | Install nextcloud via migrations instead of the db_structure.xml
| * | | Trigger update to run the migrationJoas Schilling2017-07-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | "Only variables must be passed by reference"Joas Schilling2017-07-251-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add *lob support for all tablesJoas Schilling2017-07-251-14/+15
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | use template placeholders instead of htmlJoas Schilling2017-07-251-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Always order by all values, to make sure all entries are copied correctlyJoas Schilling2017-07-251-9/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Only migrate to the current stateJoas Schilling2017-07-251-6/+16
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Use order by to avoid problems when chunking finds a same item again...Joas Schilling2017-07-252-10/+31
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Remove generate change script which doesnt work with migrations anymoreJoas Schilling2017-07-254-92/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Use default connection parameters for utf8 4byte supportJoas Schilling2017-07-251-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Skip migrations table because it was already done when creating the schemaJoas Schilling2017-07-251-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Use migrations on convertJoas Schilling2017-07-251-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Core is converted, so this is dead codeJoas Schilling2017-07-251-9/+7
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | No more root fileJoas Schilling2017-07-251-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix autoloaderMorris Jobke2017-07-252-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Install from migrationsJoas Schilling2017-07-258-2248/+901
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add a script to generate a migration from database.xmlJoas Schilling2017-07-253-5/+215
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #5825 from nextcloud/more-move-testsMorris Jobke2017-07-251-36/+38
|\ \ \ | | | | | | | | add tests for renaming paths with multibyte utf8 characters
| * | | add tests for renaming paths with multibyte utf8 charactersRobin Appelman2017-07-221-36/+38
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #5863 from nextcloud/pimp_l10n_stringLukas Reschke2017-07-257-9/+19
|\ \ \ \ | | | | | | | | | | Move \OC_L10N_String to proper namespace
| * | | | Update autoloaderRoeland Jago Douma2017-07-242-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move \OC_L10N_String to proper \OC\L10N\L10NStringRoeland Jago Douma2017-07-245-9/+17
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | * Proper namespacing * Fixed phpdocs Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / | | [tx-robot] updated from transifexNextcloud bot2017-07-2556-18/+366
|/ / /
* | | Merge pull request #5857 from nextcloud/database-exception-cleanupMorris Jobke2017-07-242-13/+2
|\ \ \ | | | | | | | | Remove unneeded parameter in DatabaseException
| * | | Remove unneeded parameter in DatabaseExceptionMorris Jobke2017-07-242-13/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #5835 from nextcloud/cleanup_testing_appMorris Jobke2017-07-248-316/+333
|\ \ \ \ | | | | | | | | | | Cleanup testing app
| * | | | Proper DI for ILockingProviderRoeland Jago Douma2017-07-241-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move over locking controllerRoeland Jago Douma2017-07-244-274/+303
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move over ConfigRoeland Jago Douma2017-07-242-50/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move Application to AppInfoRoeland Jago Douma2017-07-242-2/+2
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #5514 from nextcloud/assembly-stream-seekMorris Jobke2017-07-241-56/+32
|\ \ \ \ | | | | | | | | | | refactor chunked assembly stream
| * | | | refactor chunked assembly streamRobin Appelman2017-07-211-56/+32
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #5855 from nextcloud/cleanup-legacy-user-classMorris Jobke2017-07-242-68/+2
|\ \ \ \ \ | | | | | | | | | | | | Cleanup legacy user class from unused methods
| * | | | | Cleanup legacy user class from unused methodsMorris Jobke2017-07-242-68/+2
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #5854 from nextcloud/improve-personal-page-codeMorris Jobke2017-07-242-54/+3
|\ \ \ \ \ | | | | | | | | | | | | Cleanup code of personal page to use public interfaces
| * | | | | Cleanup code of personal page to use public interfacesMorris Jobke2017-07-242-54/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * public interfaces instead of static code calls * drop static private namespace methods Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #5844 from nextcloud/phpstorm_inspect2Morris Jobke2017-07-2429-99/+99
|\ \ \ \ \ | | | | | | | | | | | | More phpstorm inspection fixes
| * | | | | More phpstorm inspection fixesRoeland Jago Douma2017-07-2429-99/+99
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #5845 from nextcloud/phpstorm_inspect3Morris Jobke2017-07-2423-51/+53
|\ \ \ \ \ | | | | | | | | | | | | Some app fixes of phpstorm inspections
| * | | | | Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-2423-51/+53
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #5850 from nextcloud/revert-5783-outlook-max-widthMorris Jobke2017-07-245-24/+6
|\ \ \ \ \ | |_|/ / / |/| | | | Revert 5783 outlook max width and add height="120"
| * | | | Remove unneeded stylesMorris Jobke2017-07-245-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Adjust to height=120Lukas Reschke2017-07-245-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Revert "Set max-width of image to 100px in Outlook as well"Lukas Reschke2017-07-245-18/+0
| |/ / /