summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 #6646 from nextcloud/federation-activeRoeland Jago Douma2017-09-261-3/+5
|\
| * Highlight active federation scope menu entry with bold headingJan-Christoph Borchardt2017-09-261-3/+5
* | Merge pull request #6650 from nextcloud/tooltip-shadow-use-variableJan-Christoph Borchardt2017-09-261-1/+1
|\ \
| * | Fit the tooltip shadow to the default variableJohn Molakvoæ (skjnldsv)2017-09-261-1/+1
* | | Merge pull request #6647 from nextcloud/scss-no-take-only-throwJohn Molakvoæ2017-09-261-0/+2
|\ \ \
| * | | Do not stop on scss compilation failureJohn Molakvoæ (skjnldsv)2017-09-261-0/+2
| |/ /
* | | Merge pull request #6643 from nextcloud/improved-redis-warningMorris Jobke2017-09-262-1/+13
|\ \ \ | |_|/ |/| |
| * | Improve exception handlingMorris Jobke2017-09-262-1/+13
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-09-2614-4/+68
* | Merge pull request #6544 from nextcloud/fix/duplicate-session-tokenMorris Jobke2017-09-252-0/+9
|\ \ | |/ |/|
| * Fix duplicate session token after remembered loginChristoph Wurst2017-09-202-0/+9
* | Merge pull request #6372 from nextcloud/scss-normalizationJohn Molakvoæ2017-09-2520-1466/+1342
|\ \
| * | Fixed testsJohn Molakvoæ (skjnldsv)2017-09-251-8/+9
| * | Fix busy state loading animation in filesJohn Molakvoæ (skjnldsv)2017-09-232-5/+11
| * | Removed unused filter for opacity, fix #6408John Molakvoæ (skjnldsv)2017-09-2312-78/+0
| * | Settings button as nav entryJohn Molakvoæ (skjnldsv)2017-09-231-11/+15
| * | Replaced colours by variablesJohn Molakvoæ (skjnldsv)2017-09-238-109/+83
| * | Settings scssJohn Molakvoæ (skjnldsv)2017-09-232-1312/+1284
| * | Removed unneeded bgs and borders. Replaced hard coded colours byJohn Molakvoæ (skjnldsv)2017-09-237-33/+30
* | | Merge pull request #6632 from nextcloud/do_not_show_hyphenRoeland Jago Douma2017-09-253-3/+3
|\ \ \
| * | | expect call of getSlogan() exactly twiceStephan Müller2017-09-251-1/+1
| * | | do not show hyphen after instance name in emails if slogan does not existStephan Müller2017-09-252-2/+2
* | | | Merge pull request #6627 from nextcloud/icon-on-apps-settingsJoas Schilling2017-09-2514-6/+73
|\ \ \ \
| * | | | Fix typoJohn Molakvoæ (skjnldsv)2017-09-251-2/+2
| * | | | Icons & default classesJohn Molakvoæ (skjnldsv)2017-09-2414-7/+74
* | | | | Merge pull request #6630 from nextcloud/same_site_cookie_middlewareMorris Jobke2017-09-259-18/+313
|\ \ \ \ \
| * | | | | Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-249-18/+313
* | | | | | Merge pull request #6633 from nextcloud/dav-remove-like-when-not-neededJoas Schilling2017-09-251-1/+5
|\ \ \ \ \ \