summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add an event to the Autocomplete Controller to allow to filter the resultsJoas Schilling2019-02-263-0/+101
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #14198 from nextcloud/bugfix/8647-exclude-file-name-patternsMorris Jobke2019-02-261-8/+29
|\ | | | | Exclude file name patterns; ignore gentoo webapp files
| * Use more precise regexDaniel Kesselberg2019-02-141-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Apply code style fixes from owncloud, revert regexDaniel Kesselberg2019-02-141-5/+8
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Exclude file name patterns; ignore gentoo webapp filesRomain Rivière2019-02-141-7/+25
| | | | | | | | Signed-off-by: Romain Rivière <lecoyote@lecoyote.org>
* | Update autoloader filesMorris Jobke2019-02-252-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-254-0/+59
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #14325 from ↵Roeland Jago Douma2019-02-251-1/+1
|\ \ | | | | | | | | | | | | nextcloud/fix/always_query_lookup_server_in_gs_mode Always query lookup server in GS mode
| * | Always query lookup server in GS modeRoeland Jago Douma2019-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Without the lookupserver GS is kind of useless. If the admin places their lookup sever outside of the reachable network that is not something we can help. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Login flow V2Roeland Jago Douma2019-02-254-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | This adds the new login flow. The desktop client will open up a browser and poll a returned endpoint at regular intervals to check if the flow is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #14337 from nextcloud/bugfix/noid/undefined-index-user-uidRoeland Jago Douma2019-02-221-4/+6
|\ \ \ | | | | | | | | Fix "Undefined index: user_uid" on login page
| * | | Fix "Undefined index: user_uid" on login pageJoas Schilling2019-02-221-4/+6
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling2019-02-227-13/+78
|\ \ \ | |/ / |/| | Get typed system values
| * | Make sure maintenance mode is always casted to boolJoas Schilling2019-02-225-13/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add methods to get casted system valuesJoas Schilling2019-02-222-0/+66
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-212-0/+32
| | |
* | | Merge pull request #14255 from nextcloud/fix-ocm-discoveryMorris Jobke2019-02-201-0/+1
|\ \ \ | | | | | | | | Fix ocm end-point discovery discovery
| * | | make sure that the ocm end-point discovery /ocm-provider is not redirected ↵Bjoern Schiessle2019-02-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | to the index.php Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #14178 from ↵Morris Jobke2019-02-201-0/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/get-current-user-for-guest-pages Fix OC.getCurrentUser() on guest pages
| * | | Fix OC.getCurrentUser() on guest pagesJoas Schilling2019-02-191-0/+4
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / According to the OCM specification the body needs to be JSON encodedBjoern Schiessle2019-02-191-3/+4
|/ / | | | | | | | | | | see: https://github.com/GEANT/OCM-API/pull/37 Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #14249 from ↵Morris Jobke2019-02-191-0/+11
|\ \ | | | | | | | | | | | | nextcloud/enhancement/noid/add-gotindex-to-indexdocument Add hasIndex() to OCP\FullTextSearch\Model\IndexDocument
| * | Add hasIndex() to OCP\FullTextSearch\Model\IndexDocumentMaxence Lange2019-02-191-0/+11
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Co-Authored-By: daita <maxence@artificial-owl.com>
* | | Merge pull request #14264 from nextcloud/null-is-not-a-booleanRoeland Jago Douma2019-02-191-1/+1
|\ \ \ | | | | | | | | Set false as default for requirePNG
| * | | Set false as default for requirePNGDaniel Kesselberg2019-02-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #14269 from nextcloud/cache-update-eventMorris Jobke2019-02-197-45/+164
|\ \ \ \ | |_|/ / |/| | | add event for cache update
| * | | add event for cache updateRobin Appelman2019-02-187-45/+164
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #14194 from ↵Morris Jobke2019-02-191-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/correctly-determinate-owner-in-case-of-shared-external-storages Correctly determinate the owner in case of shared external storages
| * | | | Correctly determinate the owner in case of shared external storagesJoas Schilling2019-02-181-2/+4
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #14210 from nextcloud/fix/14192/fix_empty_uploadsRoeland Jago Douma2019-02-181-2/+23
|\ \ \ \ | |_|/ / |/| | | Fix empty file uploads to S3 (and other streaming storages)
| * | | Fix empty file uploads to S3Roeland Jago Douma2019-02-151-2/+23
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #14248 from nextcloud/phpdoc/noid/getdocuments-returnsRoeland Jago Douma2019-02-181-1/+1
|\ \ \ \ | | | | | | | | | | Fixing phpdoc in FullTextSearch/Model/ISearchResult
| * | | | fixing phpdocMaxence Lange2019-02-161-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #14223 from nextcloud/enh/use_CountWrapperMorris Jobke2019-02-184-69/+2
|\ \ \ \ \ | | | | | | | | | | | | Use CountWrapper instead of almost identical CountReadStream
| * | | | | Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-154-69/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #14266 from nextcloud/enhancement/public-menuRoeland Jago Douma2019-02-182-2/+22
|\ \ \ \ \ | |_|_|/ / |/| | | | Add guest navigation type
| * | | | Add guest navigation typeJulius Härtl2019-02-182-2/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-02-172-4/+6
|/ / / /
* / / / [tx-robot] updated from transifexNextcloud bot2019-02-162-0/+2
|/ / /
* | | Merge pull request #14191 from ↵Morris Jobke2019-02-141-0/+4
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/make-testcase-overwrite-service-work-with-app-classes Make TestCase->overwriteService() work with App classes
| * | | Make TestCase->overwriteService() work with App classesJoas Schilling2019-02-141-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #14167 from ↵Roeland Jago Douma2019-02-141-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/update-php-parser-for-7.1-compat Update PHP-Parser for 7.1 compatibility
| * | | | Update PHP-Parser for 7.1 compatibilityJoas Schilling2019-02-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #14199 from nextcloud/enh/core_scss_to_webpackMorris Jobke2019-02-141-2/+0
|\ \ \ \ \ | |/ / / / |/| | | | Move 2 always loaded styles to webpack bundle
| * | | | Move jquery.ocdialog.scss to bundleRoeland Jago Douma2019-02-141-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Move jquery-ui-fixes to bundleRoeland Jago Douma2019-02-141-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #13995 from nextcloud/feature/dont-call-get-repair-stepsRoeland Jago Douma2019-02-142-7/+11
|\ \ \ \ \ | |/ / / / |/| | | | Do not run getRepairSteps in register_commands
| * | | | Fix unit testDaniel Kesselberg2019-02-131-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Null is not longer possible as value for $dispatcher. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Make $repairSteps & $dispatcher mandatoryDaniel Kesselberg2019-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Do not run getRepairSteps in register_commandsDaniel Kesselberg2019-02-131-4/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | getRepairSteps is quite expensive (because every repair step is initialized and their dependencies are injected). Should not call it during register. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>