summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19215 from nextcloud/bugfix/19146/webcal_not_updatedRoeland Jago Douma2020-01-311-1/+1
|\ | | | | WebcalRefreshJob: Fix reading refresh rate
| * JobList: Typecast last_run to integerGeorg Ehrke2020-01-301-1/+1
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Move personal settings to proper registrationRoeland Jago Douma2020-01-301-35/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move password settingsRoeland Jago Douma2020-01-301-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #19176 from nextcloud/fix/contacts-menu-mailt-encodingRoeland Jago Douma2020-01-301-1/+1
|\ | | | | Do not encode contacts menu mailto links
| * Do not encode contacts menu mailto linksChristoph Wurst2020-01-281-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #19174 from ↵Roeland Jago Douma2020-01-291-12/+1
|\ \ | | | | | | | | | | | | nextcloud/enh/settings/admin_sectorions_to_proper_app Move admin sections to settings app
| * | Move admin sections to settings appRoeland Jago Douma2020-01-281-12/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Make sure the default share provider does not execute for other thingsJoas Schilling2020-01-281-0/+3
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Move the Personal sections to the settings appRoeland Jago Douma2020-01-281-5/+1
|/ | | | | | | | There is no need to have weird magic in the manager. This should be properly registered in the right way. The settings code is messy anyways. This is a start to make it a tad more clean. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix tests after #18745Roeland Jago Douma2020-01-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Change avatar placeholder from single letter to 2 lettersSergey Shliakhov2020-01-271-9/+11
| | | | | https://github.com/nextcloud/server/issues/18717 Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com>
* add hub bundle for easy post-installationArthur Schiwon2020-01-262-0/+44
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Migrate leafo/scssphp to scssphp/scssphpChristoph Wurst2020-01-231-6/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19023 from nextcloud/enh+fix/17131/hasher-configblizzz2020-01-231-0/+14
|\ | | | | expose Argon2 options (as we did for bcrypt)
| * ignore values that undershoot the minimum, go with defaultArthur Schiwon2020-01-221-5/+13
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * use getSystemValueIntblizzz2020-01-211-3/+3
| | | | | | | | | | | | Co-Authored-By: kesselb <mail@danielkesselberg.de> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * expose Argon2 options (as we did for bcrypt)Arthur Schiwon2020-01-201-0/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Fix loaded controller checkJoas Schilling2020-01-211-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #19017 from ↵Roeland Jago Douma2020-01-201-1/+1
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/increase-timeout-for-downloads Increase the timeout for app downloads
| * Increase the timeout for app downloadsJoas Schilling2020-01-201-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Make getServerHost more robust to faulty user inputDaniel Kesselberg2020-01-161-7/+7
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #18892 from nextcloud/fix/17828/smaller_text_previewsRoeland Jago Douma2020-01-151-1/+1
|\ | | | | Proper text previews
| * Proper text previewsRoeland Jago Douma2020-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fixes #17828 * Modified the preview provider to provider smaller fonts for the previes (so it is not so screaming) * Modified the sidebar to show plain text and markdown files full size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | use `nodeExists` instead of catching exceptionsRobin Appelman2020-01-141-3/+2
|/ | | | | | makes the intent of the code more clear imo Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #18862 from ↵Roeland Jago Douma2020-01-141-3/+5
|\ | | | | | | | | nextcloud/bugfix/talk-2663/register-with-potentially-updated-namespace Register with potentially updated namespace
| * Allow to force register the namespaceJoas Schilling2020-01-131-3/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Register the namespace after reading the new fileJoas Schilling2020-01-131-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #18805 from nextcloud/bugfix/direct-edit-createRoeland Jago Douma2020-01-141-7/+13
|\ \ | | | | | | Check if file already exists during file creation
| * | CHeck if file already exists during file creationJulius Härtl2020-01-131-7/+13
| | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #18860 from nextcloud/fix/license-headersRoeland Jago Douma2020-01-135-2/+7
|\ \ \ | |_|/ |/| | Fix license headers
| * | Fix license headersChristoph Wurst2020-01-135-2/+7
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / AppFetcher: Distinguish between fileName and endpointNameGeorg Ehrke2020-01-093-1/+5
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-083-0/+66
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Accept shares when you open mailRoeland Jago Douma2020-01-061-1/+1
| | | | | | | | | Fixes #18380 When you open a direct share to yourself. We should autoaccept the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Modify regex to match some other chromium browsersDaniel Kesselberg2019-12-271-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix broken upgrade caused by undefined method callJulius Härtl2019-12-231-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #18536 from nextcloud/enhancement/preview-center-verticallyRoeland Jago Douma2019-12-231-1/+1
|\ | | | | Also center vertically when cropping previews
| * Also center vertically when cropping previewsJohn Molakvoæ (skjnldsv)2019-12-221-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #18442 from nextcloud/bugfix/noid/broken_appstoreurl_configRoeland Jago Douma2019-12-223-9/+5
|\ \ | | | | | | Restore old behavior allowing to set custom appstore
| * | Restore old behavior allowing to set custom appstoreGeorg Ehrke2019-12-223-9/+5
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #18511 from Al2Klimov/bugfix/movie-getthumbnailRoeland Jago Douma2019-12-221-2/+2
|\ \ \ | |/ / |/| | Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not false
| * | Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not falseAlexander A. Klimov2019-12-211-2/+2
| | | | | | | | | | | | Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
* | | Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-idRoeland Jago Douma2019-12-221-0/+5
|\ \ \ | | | | | | | | Do not generate tokens for editor IDs that do not exist
| * | | Do not generate tokens for editor IDs that do not existChristoph Wurst2019-12-191-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #18505 from ↵Roeland Jago Douma2019-12-223-1/+67
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/18481/avatars-always-return-201-status-code Always set the generated flag to false when an avatar is being set
| * | | | Always set the generated flag to false when an avatar is being setJoas Schilling2019-12-203-1/+67
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | | Update license headers for 18Christoph Wurst2019-12-2021-4/+28
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | when downloading from web, skip files that are not accessibleArthur Schiwon2019-12-192-5/+15
| | | | | | | | | | | | | | | | | | | | | * avoids a 403, but enables download of resources that are not restricted * single file downloads still cause 403 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | use Nodes API for zip streamingArthur Schiwon2019-12-191-17/+30
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>