summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests of CodeChecker and MigrationServiceJoas Schilling2017-07-056-29/+84
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Register autoloading before running migrationsJoas Schilling2017-07-052-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update autoloadingJoas Schilling2017-07-052-0/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check the migration files for table, column and index length errorsJoas Schilling2017-07-053-3/+213
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-054-11/+148
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move twofactor_backupcodes to migrationsJoas Schilling2017-07-054-86/+103
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to check the schema in pre and post as wellJoas Schilling2017-07-054-15/+34
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a version to migrations, so parallel legacy branches can also have ↵Joas Schilling2017-07-052-9/+27
| | | | | | migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add author and copyrightJoas Schilling2017-07-053-0/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Do not allow to go back on productive systemsJoas Schilling2017-07-052-2/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix code issuesJoas Schilling2017-07-051-11/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use autoloading instead of require_once from a different dirJoas Schilling2017-07-051-12/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust the code to use our interface and abstractJoas Schilling2017-07-054-78/+99
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use migrations when there is no database.xmlJoas Schilling2017-07-052-3/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Start migrationsJoas Schilling2017-07-0518-17/+1260
| | | | | | | | | | Fixme: - Install and update of apps - No revert on live systems (debug only) - Service adjustment to our interface - Loading via autoloader Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #5441 from nextcloud/custom-theme-updateMorris Jobke2017-07-055-0/+149
|\ | | | | Add command to apply updates to custom themes
| * Add command to apply updates to custom themesJulius Härtl2017-07-055-0/+149
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #5557 from ↵blizzz2017-07-053-29/+17
|\ \ | | | | | | | | | | | | nextcloud/dont-log-passwords-on-dav-exceptions-either Don't log passwords on dav exceptions
| * | Don't log passwords on dav exceptionsJoas Schilling2017-06-293-29/+17
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #5569 from GitHubUser4234/ldap_password_renew_nc12fixMorris Jobke2017-07-054-2/+8
|\ \ \ | | | | | | | | Ldap password renewal fixes for NC12
| * | | suppress superflous php error on rejected password changeRoger Szabo2017-06-301-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | set needsPasswordReset flag correctlyRoger Szabo2017-06-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | css for button adjustment for nc12Roger Szabo2017-06-221-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | pass missing function parameterRoger Szabo2017-06-211-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | | | [tx-robot] updated from transifexNextcloud bot2017-07-0548-86/+112
| | | |
* | | | Merge pull request #5549 from nextcloud/update-infoMorris Jobke2017-07-041-0/+1
|\ \ \ \ | | | | | | | | | | Update admin.php
| * | | | Update admin.phpJos Poortvliet2017-06-271-0/+1
| | | | | | | | | | | | | | | add a note on our staged roll-out.
* | | | | Merge pull request #5556 from nextcloud/files_external_sftp_2048_4096Morris Jobke2017-07-043-9/+30
|\ \ \ \ \ | | | | | | | | | | | | [Files external] Add support for 2048 and 4096 bit RSA key generation
| * | | | | Remove unused memberRoeland Jago Douma2017-06-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Allow 2048 and 4096 bit SFTP keysRoeland Jago Douma2017-06-293-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #5407 from nextcloud/5157-simple-logoMorris Jobke2017-07-0410-28/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Simplified Nextcloud logo icon #2
| * | | | | | Revert background-size as requested, issue will be fixed separatelyMarin Treselj2017-07-022-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin.treselj@forlagshuset.no>
| * | | | | | Simplified Nextcloud logo iconMarin Treselj2017-07-0210-32/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | | | | | Merge pull request #5591 from nextcloud/move-client-info-to-firstrunwizardMorris Jobke2017-07-045-151/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move sync client to the firstrunwizard app
| * | | | | | | Move sync client to the firstrunwizard appJoas Schilling2017-07-045-151/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2017-07-046-44/+60
|/ / / / / / /
* / / / / / / [tx-robot] updated from transifexNextcloud bot2017-07-0326-40/+92
|/ / / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-07-0212-0/+614
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-07-0154-44/+242
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-06-30204-6892/+7042
| | | | | |
* | | | | | Merge pull request #4890 from nextcloud/unify-settingsblizzz2017-06-2971-741/+2439
|\ \ \ \ \ \ | | | | | | | | | | | | | | Unify settings
| * | | | | | … and their tests needed adjustments, tooArthur Schiwon2017-06-295-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | move admin templates to the right placeArthur Schiwon2017-06-2712-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | move encryption to security (and behind two factor things)Arthur Schiwon2017-06-274-123/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | try to lower the timeout in an acceptance testArthur Schiwon2017-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | We're on 13 now…Arthur Schiwon2017-06-263-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix typos and unnecessary white spacesArthur Schiwon2017-06-262-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | forgotten test adjustmentsArthur Schiwon2017-06-231-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | take out additional (legacy) settings section from testsArthur Schiwon2017-06-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because it is dependent whether anything else registers into it and \OC_App is static Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix setting up encryption sectionArthur Schiwon2017-06-232-78/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>