summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-10-106-22/+22
|
* Merge pull request #6790 from nextcloud/fix-pgsql-testsRoeland Jago Douma2017-10-091-1/+1
|\ | | | | fix postgresql tests
| * fix postgresql testsblizzz2017-10-091-1/+1
|/ | | | | we don't support pgsql 10 yet. because Doctrine does not either. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #6770 from nextcloud/check-user-group-exists-dav-sharesJoas Schilling2017-10-0911-30/+96
|\ | | | | Check if the user/group exists for dav shares
| * Check if the user/group exists for dav sharesJoas Schilling2017-10-0511-30/+96
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-10-094-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-082-0/+60
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-0726-2/+88
| |
* | Merge pull request #6759 from ↵Joas Schilling2017-10-064-18/+67
|\ \ | | | | | | | | | | | | nextcloud/allow-multiple-settings-and-sections-per-app Allow multiple settings and sections per app
| * | Allow multiple settings and sections per appJoas Schilling2017-10-054-18/+67
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-10-0642-34/+108
| |/ |/|
* | Merge pull request #6766 from nextcloud/php7.2-rc3Roeland Jago Douma2017-10-051-4/+4
|\ \ | | | | | | Update php7.2 container to rc3
| * | Update php7.2 container to rc3Roeland Jago Douma2017-10-041-4/+4
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2017-10-0592-258/+368
|/
* Merge pull request #6700 from nextcloud/accessibility-fixesJulius Härtl2017-10-047-29/+27
|\ | | | | Accessibility fixes
| * Add empty alt text to avatars as they are decorative next to usernamesJan-Christoph Borchardt2017-09-291-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Improve accessibility of Contacts menuJan-Christoph Borchardt2017-09-291-5/+6
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Remove unneeded tabindex, add keyboard focus feedback for app listJan-Christoph Borchardt2017-09-292-6/+6
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Remove redundant alternative textJan-Christoph Borchardt2017-09-291-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Merge legacy app title h1 into Nextcloud h1, ref #5822Jan-Christoph Borchardt2017-09-291-8/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Add proper labels to various form elements and buttonsJan-Christoph Borchardt2017-09-293-6/+10
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Add alt text to app icons in headerJan-Christoph Borchardt2017-09-291-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #6750 from nextcloud/fix-language-when-setting-passwordJoas Schilling2017-10-041-8/+8
|\ \ | | | | | | Fix language when trying to change password
| * | Fix language when trying to change passwordJoas Schilling2017-10-041-8/+8
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #6328 from nextcloud/split-sharees-api-logicblizzz2017-10-0424-2123/+3286
|\ \ \ | | | | | | | | Splits off the logic from sharees endpoint thus making it available from within Nc/via PHP.
| * | | adapt attribute name (changed letter case style)Arthur Schiwon2017-09-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | reduce nesting of the required app XMLArthur Schiwon2017-09-271-3/+12
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | add tests for Lookup PluginArthur Schiwon2017-09-264-4/+181
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | shareeAPIController unit test clean up and last fixesArthur Schiwon2017-09-262-57/+22
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | remove unused methodArthur Schiwon2017-09-262-43/+0
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | move splitUserRemote unit testsArthur Schiwon2017-09-262-72/+75
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | adapt unit test for ensuring exceptionArthur Schiwon2017-09-261-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | split off former searchSharee unit testArthur Schiwon2017-09-264-184/+235
| | | | | | | | | | | | | | | | | | | | | | | | also moves registering default plugins to Server for proper unit testing Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | adjust ShareeAPIController invalid-input search unit testArthur Schiwon2017-09-261-16/+15
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | adjust ShareeAPIController search testArthur Schiwon2017-09-262-32/+22
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | split off getEmail testsArthur Schiwon2017-09-263-245/+338
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | split off getRemote unit testsArthur Schiwon2017-09-263-222/+316
| | | | | | | | | | | | | | | | | | | | | | | | adds two small fixes → they actually work \o/ Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | split off getGroups unit testsArthur Schiwon2017-09-262-392/+491
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | split off getUsers unit testsArthur Schiwon2017-09-263-320/+447
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | minor fixesArthur Schiwon2017-09-262-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | add missing PHP docArthur Schiwon2017-09-261-1/+16
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | updated autoloaderArthur Schiwon2017-09-262-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | finetune the appinfo parserArthur Schiwon2017-09-261-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | allow more than one plugin per share typeArthur Schiwon2017-09-262-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | however it does not dedupe (appears too complex/expensive while we don't havve the issue currently) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | make it possible to register plugins and kick out the circle oneArthur Schiwon2017-09-265-62/+32
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | don't keep result types hard codedArthur Schiwon2017-09-2611-58/+122
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | missing PHP doc for public interfacesArthur Schiwon2017-09-263-2/+18
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | update autoloaderArthur Schiwon2017-09-262-0/+22
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon2017-09-2613-558/+1062
| | | | | | | | | | | | | | | | | | | | | | | | within Nc/via PHP. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #6740 from nextcloud/apps-management-sorting-updatesJan-Christoph Borchardt2017-10-041-2/+4
|\ \ \ \ | | | | | | | | | | Show apps with available updates first