summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Prevent XSS in links which open a new browser windowMarkus Staab2017-10-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-10-072-0/+2
|
* Merge pull request #6759 from ↵Joas Schilling2017-10-062-16/+59
|\ | | | | | | | | nextcloud/allow-multiple-settings-and-sections-per-app Allow multiple settings and sections per app
| * Allow multiple settings and sections per appJoas Schilling2017-10-052-16/+59
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-10-062-0/+2
|/
* Merge pull request #6328 from nextcloud/split-sharees-api-logicblizzz2017-10-0416-0/+1139
|\ | | | | 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-261-2/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * split off former searchSharee unit testArthur Schiwon2017-09-262-8/+16
| | | | | | | | | | | | also moves registering default plugins to Server for proper unit testing Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * split off getEmail testsArthur Schiwon2017-09-261-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * split off getRemote unit testsArthur Schiwon2017-09-261-2/+2
| | | | | | | | | | | | adds two small fixes → they actually work \o/ Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * split off getUsers unit testsArthur Schiwon2017-09-261-2/+2
| | | | | | | | 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-261-8/+10
| | | | | | | | | | | | | | 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-2610-57/+120
| | | | | | | | 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-2612-0/+1031
| | | | | | | | | | | | within Nc/via PHP. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #6742 from nextcloud/invalid-path-repair-from11Robin Appelman2017-10-041-3/+11
|\ \ | | | | | | dont run invalid path repair step when upgrading from 11.0.5.2 and later
| * | dont run invalid path repair step when upgrading from 11.0.5.2 and laterRobin Appelman2017-10-031-3/+11
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-10-046-12/+16
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-10-032-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-302-4/+4
| |
* | Merge pull request #6563 from nextcloud/bigint-idsMorris Jobke2017-09-295-0/+170
|\ \ | | | | | | Migrate ID columns to bigint
| * | Update autoloadingJoas Schilling2017-09-292-2/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix bigint handling on postgresJoas Schilling2017-09-292-0/+98
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Migrate all core id columns to bigintJoas Schilling2017-09-292-0/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add a base migration for easy updating to bigintsJoas Schilling2017-09-293-0/+68
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-09-2916-0/+16
| | |
* | | Use full percentages in quota bar percentagesMorris Jobke2017-09-281-1/+1
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-09-284-2/+4
| |
* | Merge pull request #6599 from nextcloud/fix_2523Morris Jobke2017-09-271-0/+6
|\ \ | | | | | | Add direct preview link
| * | Allow requesting the max previewRoeland Jago Douma2017-09-251-0/+6
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #6586 from nextcloud/fix/app-install-extract-checkRoeland Jago Douma2017-09-271-1/+8
|\ \ \ | | | | | | | | Check whether an app archive can be extracted
| * | | Check whether an app archive can be extractedChristoph Wurst2017-09-201-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If extraction fails we should not continue the installation/update process as the info.xml cannot be loaded and an unrelated error occurs. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #6645 from nextcloud/fix-6642-only-colons-for-ipv6Morris Jobke2017-09-271-48/+63
|\ \ \ \ | | | | | | | | | | Only allow colons in db host for IPv6 addresses
| * | | | Code clean upJoas Schilling2017-09-261-48/+47
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Only allow colons in db host for IPv6 addressesJoas Schilling2017-09-261-0/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #6660 from nextcloud/remove_saml_hackMorris Jobke2017-09-271-16/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove SAML hack from base.php
| * | | | | Remove SAML hack from base.phpRoeland Jago Douma2017-09-271-16/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is no longer required now that https://github.com/nextcloud/user_saml/pull/159 is in Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / | | | [tx-robot] updated from transifexNextcloud bot2017-09-272-2/+2
|/ / / /
* | | | Merge pull request #6647 from nextcloud/scss-no-take-only-throwJohn Molakvoæ2017-09-261-0/+2
|\ \ \ \ | | | | | | | | | | Do not stop on scss compilation failure
| * | | | Do not stop on scss compilation failureJohn Molakvoæ (skjnldsv)2017-09-261-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Improve exception handlingMorris Jobke2017-09-261-0/+3
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there is an exception in the template handling then a white page is shown. This improves the handling of this and shows text only about the internal error. To test this just setup redis as cache and then disable the php-redis module. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #6544 from nextcloud/fix/duplicate-session-tokenMorris Jobke2017-09-251-0/+1
|\ \ \ \ | |/ / / |/| | | Fix duplicate session token after remembered login