Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-02-26changed order of methodsTomasz Paluszkiewicz
Signed-off-by: Tomasz Paluszkiewicz <tomasz.paluszkiewicz@gmail.com>
2019-02-26Merge pull request #14198 from nextcloud/bugfix/8647-exclude-file-name-patternsMorris Jobke
Exclude file name patterns; ignore gentoo webapp files
2019-02-25Update autoloader filesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-25allow group backends to mark that a group should now be shown in search dialogsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-02-25Generate id for navigation itemDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-25Merge pull request #14325 from ↵Roeland Jago Douma
nextcloud/fix/always_query_lookup_server_in_gs_mode Always query lookup server in GS mode
2019-02-25Login flow V2Roeland Jago Douma
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>
2019-02-24fix(EMailTemplate): malformed HTML in some casesTomasz Paluszkiewicz
when an addBodyListItem() is not directly followed by addBodyButton(), resulting HTML is broken Signed-off-by: Tomasz Paluszkiewicz <tomasz.paluszkiewicz@gmail.com>
2019-02-22Parse multiple navigation itemsDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-22Merge pull request #14337 from nextcloud/bugfix/noid/undefined-index-user-uidRoeland Jago Douma
Fix "Undefined index: user_uid" on login page
2019-02-22Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling
Get typed system values
2019-02-22Fix "Undefined index: user_uid" on login pageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-22Make sure maintenance mode is always casted to boolJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-22Add methods to get casted system valuesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-21Always query lookup server in GS modeRoeland Jago Douma
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>
2019-02-21[tx-robot] updated from transifexNextcloud bot
2019-02-20Merge pull request #14255 from nextcloud/fix-ocm-discoveryMorris Jobke
Fix ocm end-point discovery discovery
2019-02-20Merge pull request #14178 from ↵Morris Jobke
nextcloud/bugfix/noid/get-current-user-for-guest-pages Fix OC.getCurrentUser() on guest pages
2019-02-20make sure that the ocm end-point discovery /ocm-provider is not redirected ↵Bjoern Schiessle
to the index.php Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-19According to the OCM specification the body needs to be JSON encodedBjoern Schiessle
see: https://github.com/GEANT/OCM-API/pull/37 Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-19Fix OC.getCurrentUser() on guest pagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-19Merge pull request #14249 from ↵Morris Jobke
nextcloud/enhancement/noid/add-gotindex-to-indexdocument Add hasIndex() to OCP\FullTextSearch\Model\IndexDocument
2019-02-19Merge pull request #14264 from nextcloud/null-is-not-a-booleanRoeland Jago Douma
Set false as default for requirePNG
2019-02-19Merge pull request #14269 from nextcloud/cache-update-eventMorris Jobke
add event for cache update
2019-02-19Add hasIndex() to OCP\FullTextSearch\Model\IndexDocumentMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Co-Authored-By: daita <maxence@artificial-owl.com>
2019-02-19Merge pull request #14194 from ↵Morris Jobke
nextcloud/bugfix/noid/correctly-determinate-owner-in-case-of-shared-external-storages Correctly determinate the owner in case of shared external storages
2019-02-18add event for cache updateRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-02-18Merge pull request #14210 from nextcloud/fix/14192/fix_empty_uploadsRoeland Jago Douma
Fix empty file uploads to S3 (and other streaming storages)
2019-02-18Merge pull request #14248 from nextcloud/phpdoc/noid/getdocuments-returnsRoeland Jago Douma
Fixing phpdoc in FullTextSearch/Model/ISearchResult
2019-02-18Merge pull request #14223 from nextcloud/enh/use_CountWrapperMorris Jobke
Use CountWrapper instead of almost identical CountReadStream
2019-02-18Merge pull request #14266 from nextcloud/enhancement/public-menuRoeland Jago Douma
Add guest navigation type
2019-02-18Correctly determinate the owner in case of shared external storagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-18Add guest navigation typeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-18Set false as default for requirePNGDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-17[tx-robot] updated from transifexNextcloud bot
2019-02-16fixing phpdocMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-16[tx-robot] updated from transifexNextcloud bot
2019-02-15Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-15Fix empty file uploads to S3Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14Merge pull request #14191 from ↵Morris Jobke
nextcloud/bugfix/noid/make-testcase-overwrite-service-work-with-app-classes Make TestCase->overwriteService() work with App classes
2019-02-14Merge pull request #14167 from ↵Roeland Jago Douma
nextcloud/techdebt/noid/update-php-parser-for-7.1-compat Update PHP-Parser for 7.1 compatibility
2019-02-14Merge pull request #14199 from nextcloud/enh/core_scss_to_webpackMorris Jobke
Move 2 always loaded styles to webpack bundle
2019-02-14Update PHP-Parser for 7.1 compatibilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14Merge pull request #13995 from nextcloud/feature/dont-call-get-repair-stepsRoeland Jago Douma
Do not run getRepairSteps in register_commands
2019-02-14Move jquery.ocdialog.scss to bundleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14Move jquery-ui-fixes to bundleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14Use more precise regexDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-14Apply code style fixes from owncloud, revert regexDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-14Exclude file name patterns; ignore gentoo webapp filesRomain Rivière
Signed-off-by: Romain Rivière <lecoyote@lecoyote.org>
2019-02-14Merge pull request #14185 from nextcloud/fix/init_shared_storage_for_recentsMorris Jobke
Fix recent files