summaryrefslogtreecommitdiffstats
Commit message (Expand)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 testsblizzz2017-10-091-1/+1
|/
* 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 sharesJoas Schilling2017-10-0511-30/+96
* | [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 nextcloud/allow-multiple-settings-and-sections-...Joas Schilling2017-10-064-18/+67
|\ \
| * | Allow multiple settings and sections per appJoas Schilling2017-10-054-18/+67
* | | [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 rc3Roeland Jago Douma2017-10-041-4/+4
| |/
* / [tx-robot] updated from transifexNextcloud bot2017-10-0592-258/+368
|/
* Merge pull request #6700 from nextcloud/accessibility-fixesJulius Härtl2017-10-047-29/+27
|\
| * Add empty alt text to avatars as they are decorative next to usernamesJan-Christoph Borchardt2017-09-291-2/+2
| * Improve accessibility of Contacts menuJan-Christoph Borchardt2017-09-291-5/+6
| * Remove unneeded tabindex, add keyboard focus feedback for app listJan-Christoph Borchardt2017-09-292-6/+6
| * Remove redundant alternative textJan-Christoph Borchardt2017-09-291-1/+1
| * Merge legacy app title h1 into Nextcloud h1, ref #5822Jan-Christoph Borchardt2017-09-291-8/+1
| * Add proper labels to various form elements and buttonsJan-Christoph Borchardt2017-09-293-6/+10
| * Add alt text to app icons in headerJan-Christoph Borchardt2017-09-291-1/+1
* | Merge pull request #6750 from nextcloud/fix-language-when-setting-passwordJoas Schilling2017-10-041-8/+8
|\ \
| * | Fix language when trying to change passwordJoas Schilling2017-10-041-8/+8
* | | Merge pull request #6328 from nextcloud/split-sharees-api-logicblizzz2017-10-0424-2123/+3286
|\ \ \
| * | | adapt attribute name (changed letter case style)Arthur Schiwon2017-09-271-1/+1
| * | | reduce nesting of the required app XMLArthur Schiwon2017-09-271-3/+12
| * | | add tests for Lookup PluginArthur Schiwon2017-09-264-4/+181
| * | | shareeAPIController unit test clean up and last fixesArthur Schiwon2017-09-262-57/+22
| * | | remove unused methodArthur Schiwon2017-09-262-43/+0
| * | | move splitUserRemote unit testsArthur Schiwon2017-09-262-72/+75
| * | | adapt unit test for ensuring exceptionArthur Schiwon2017-09-261-2/+2
| * | | split off former searchSharee unit testArthur Schiwon2017-09-264-184/+235
| * | | adjust ShareeAPIController invalid-input search unit testArthur Schiwon2017-09-261-16/+15
| * | | adjust ShareeAPIController search testArthur Schiwon2017-09-262-32/+22
| * | | split off getEmail testsArthur Schiwon2017-09-263-245/+338
| * | | split off getRemote unit testsArthur Schiwon2017-09-263-222/+316
| * | | split off getGroups unit testsArthur Schiwon2017-09-262-392/+491
| * | | split off getUsers unit testsArthur Schiwon2017-09-263-320/+447
| * | | minor fixesArthur Schiwon2017-09-262-1/+2
| * | | add missing PHP docArthur Schiwon2017-09-261-1/+16
| * | | updated autoloaderArthur Schiwon2017-09-262-2/+2
| * | | finetune the appinfo parserArthur Schiwon2017-09-261-1/+4
| * | | allow more than one plugin per share typeArthur Schiwon2017-09-262-8/+12
| * | | make it possible to register plugins and kick out the circle oneArthur Schiwon2017-09-265-62/+32
| * | | don't keep result types hard codedArthur Schiwon2017-09-2611-58/+122
| * | | missing PHP doc for public interfacesArthur Schiwon2017-09-263-2/+18
| * | | update autoloaderArthur Schiwon2017-09-262-0/+22
| * | | Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon2017-09-2613-558/+1062
* | | | Merge pull request #6740 from nextcloud/apps-management-sorting-updatesJan-Christoph Borchardt2017-10-041-2/+4
|\ \ \ \