summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* | | | Merge pull request #14185 from nextcloud/fix/init_shared_storage_for_recentsMorris Jobke2019-02-141-3/+32
|\ \ \ \ | |_|/ / |/| | | Fix recent files
| * | | Filter out versions and trashbinRoeland Jago Douma2019-02-131-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Loop for the recent searchRoeland Jago Douma2019-02-131-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | Else it might happen that less entries than requested are returned Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | We need to initialize the storage else the jailed path is always nullRoeland Jago Douma2019-02-131-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-146-2/+6
|/ / /
* / / [tx-robot] updated from transifexNextcloud bot2019-02-1318-52/+222
|/ /
* | Merge pull request #14149 from nextcloud/fix/throttler_bitmaskRoeland Jago Douma2019-02-121-2/+4
|\ \ | | | | | | Fix the thorrtler whitelist bitmask
| * | Fix the thorrtler whitelist bitmaskRoeland Jago Douma2019-02-111-2/+4
| | | | | | | | | | | | | | | | | | Before we actually didn't check each bit of the bitmask. Now we do. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-122-20/+58
|/ /
* | Update autoloadersRoeland Jago Douma2019-02-112-0/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke2019-02-113-4/+166
|\ \ | | | | | | Where is your data?
| * | Code style and comment fixesMichael Weimann2019-02-102-5/+7
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Make the where is your data section optionalMichael Weimann2019-01-291-6/+25
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Remove debug settingMichael Weimann2019-01-201-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Fix location sourceMichael Weimann2019-01-141-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Move server info to theming sectionMichael Weimann2019-01-143-7/+10
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Implement storing and loading the server infoMichael Weimann2019-01-142-9/+91
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Add the "server info" settingsMichael Weimann2019-01-143-1/+46
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Add the "where is your data?" frontendMichael Weimann2019-01-141-2/+13
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>