summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate OC_App:isEnabledMorris Jobke2017-10-241-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6920 from nextcloud/appmanager-usageMorris Jobke2017-10-243-3/+3
|\ | | | | Use appmanager instead of OC_App for check for enabled app
| * Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-233-3/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Revert copyright changesJulius Härtl2017-10-234-2/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Doc: Fix phpDoc issuesJulius Härtl2017-10-2311-12/+9
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #6853 from nextcloud/apps_autoloaderLukas Reschke2017-10-191-4/+12
|\ | | | | Allow apps to have their own autoloader
| * Allow apps to have their own autoloaderRoeland Jago Douma2017-10-171-4/+12
| | | | | | | | | | | | | | | | | | | | This will allow apps to also have a proper classmap and authorative autoloader. Currently if a file: <appdir>/composer/autoload.php exists we will use it. Else we keep the current behavior. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Set the data from the templateJoas Schilling2017-10-181-3/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Introduce a public interface for MessageJoas Schilling2017-10-182-4/+18
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Set the subject with the email template to allow themingJoas Schilling2017-10-181-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow templating of email subjectsJoas Schilling2017-10-181-0/+20
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* propagate multipart upload exception when aborting uploadRobin Appelman2017-10-171-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #6837 from nextcloud/timespan-check-3blizzz2017-10-161-12/+49
|\ | | | | Fix future time spans
| * Fix future time spansdartcafe2017-10-151-12/+49
| | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
* | Merge pull request #6812 from nextcloud/upload-cache-pathRoeland Jago Douma2017-10-151-1/+3
|\ \ | |/ |/| also use configured 'cache_path' for new chunking
| * also use configured 'cache_path' for new chunkingRobin Appelman2017-10-111-1/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #6602 from nextcloud/s3-multipart-uploadRobin Appelman2017-10-111-1/+44
|\ \ | |/ |/| Add multipart upload for s3
| * set s3 part size to 500mbRobin Appelman2017-10-111-1/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Add tests for multipart uploadRobin Appelman2017-09-211-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * only do multipart upload for large filesRobin Appelman2017-09-211-0/+24
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * multipart upload for s3 object storageRobin Appelman2017-09-201-5/+22
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Do not return app names multiple timesJulius Härtl2017-10-101-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Allow multiple settings and sections per appJoas Schilling2017-10-052-16/+59
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #6328 from nextcloud/split-sharees-api-logicblizzz2017-10-0410-0/+879
|\ \ | | | | | | 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-261-1/+1
| | | | | | | | | | | | 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-264-62/+25
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | don't keep result types hard codedArthur Schiwon2017-09-268-47/+53
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon2017-09-269-0/+889
| | | | | | | | | | | | | | | | | | within Nc/via PHP. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | 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>
* | | Merge pull request #6563 from nextcloud/bigint-idsMorris Jobke2017-09-292-0/+98
|\ \ \ | | | | | | | | Migrate ID columns to bigint
| * | | Fix bigint handling on postgresJoas Schilling2017-09-292-0/+98
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Use full percentages in quota bar percentagesMorris Jobke2017-09-281-1/+1
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | 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 #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>