summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-11-072-2/+2
|
* Merge pull request #23821 from nextcloud/td/enh/no_fs_setup_by_defaultMorris Jobke2020-11-062-0/+2
|\ | | | | Do not setup the default FS on normal routes
| * Fix getstorage callRoeland Jago Douma2020-11-061-0/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Do not setup the default FS on normal routesRoeland Jago Douma2020-11-061-0/+1
| | | | | | | | | | | | | | This should help with load times hopefully. Only initialize the FS if we actually ned it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump css-loader from 3.6.0 to 5.0.1dependabot-preview[bot]2020-11-0680-70/+100
|/ | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 5.0.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #23347 from ↵John Molakvoæ2020-11-061-0/+3
|\ | | | | | | st3iny/enhancement/19526/new-share-pending-confirm-button
| * Add confirm button in new link share pending expire/password menuRichard Steinmetz2020-11-051-0/+3
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | [tx-robot] updated from transifexNextcloud bot2020-11-066-0/+10
| |
* | Merge pull request #23906 from ↵Morris Jobke2020-11-051-4/+2
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/simplify-can-change-user-pasword Simplify the check if admin can change password based on encryption status
| * | Simplify the check if admin can change password based on encryption statusMorris Jobke2020-11-051-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Found by Psalm: ``` /home/runner/work/server/server/apps/settings/lib/Controller/UsersController.php:324:8:error - RedundantCondition: Type true for $isEncryptionModuleLoaded is never falsy ``` Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #23004 from nextcloud/files-scan-backgroundJulius Härtl2020-11-052-121/+101
|\ \ \ | | | | | | | | only run the background scanner for users that have unscanned files
| * | | only run the background scanner for users that have unscanned filesRobin Appelman2020-10-202-121/+101
| | | | | | | | | | | | | | | | | | | | | | | | instead of looping trough all users and seeing if they have unscanned files, we do a single query to find all storages that need scanning and run trough the users for them Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Make link share avatar icon blue againVincent Petry2020-11-053-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Fix link share avatar iconVincent Petry2020-11-053-3/+3
| |_|/ |/| | | | | | | | | | | | | | | | | Use "icon-class" instead of "class" as this is how to tell the component that we don't want initials displayed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Remove old hide modules option for webpackChristoph Wurst2020-11-056-6/+9
| | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-11-0514-0/+26
| | |
* | | Merge pull request #23792 from ↵Morris Jobke2020-11-041-18/+27
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/techdebt/noid/group-unread-comment-count-query Add a function to get the unread count for multiple objects in one go
| * | Have the CommentsPropertiesPlugin use the new fancy methodRoeland Jago Douma2020-11-041-18/+27
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #23897 from nextcloud/bugfix/23236Christoph Wurst2020-11-043-15/+13
|\ \ \ | | | | | | | | Move help to separate stylesheet
| * | | Move help to separate stylesheetJulius Härtl2020-11-043-15/+13
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Make user status styles scopedJulius Härtl2020-11-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Cleanup ImageManager::getImage()Morris Jobke2020-11-041-6/+2
| |/ / |/| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-11-046-2/+38
| | |
* | | Merge pull request #21693 from ↵Morris Jobke2020-11-039-19/+98
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/noid/import-certificates-only-by-system Improve CertificateManager to not be user context dependent
| * | | Remove unneeded service - found by PsalmMorris Jobke2020-11-031-10/+0
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Add a background job that checks for potential user imported SSL ↵Morris Jobke2020-11-035-4/+95
| | | | | | | | | | | | | | | | | | | | | | | | certificates and shows a warning in the admin settings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Improve CertificateManager to not be user context dependentMorris Jobke2020-11-033-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removes the ability for users to import their own certificates (for external storage) * reliably returns the same certificate bundles system wide (and not depending on the user context and available sessions) The user specific certificates were broken in some cases anyways, as they are only loaded if the specific user is logged in and thus causing unexpected behavior for background jobs and other non-user triggered code paths. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #23866 from ↵Roeland Jago Douma2020-11-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/fix-grid-view-in-systemtags-view Fix grid view toggle in tags view
| * | | | Fix grid view in tags viewMorris Jobke2020-11-031-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #23798 from nextcloud/add/default_font_sizemarco2020-11-031-1/+1
|\ \ \ \ | |_|/ / |/| | | Add default font size
| * | | Add default font sizeGretaD2020-11-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | | | Merge pull request #23737 from nextcloud/fix-gif-login-imageJulius Härtl2020-11-031-1/+1
|\ \ \ \ | | | | | | | | | | Fix GIF being converted when used as a login image
| * | | | Add gif to if-statement to not convertJacob Neplokh2020-11-021-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | - SVGs are already there, so I just added it alongside it (as recommended by https://github.com/nextcloud/server/issues/16232#issuecomment-679920284) Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
* | | | Merge pull request #23842 from nextcloud/bugfix/noid/emptystatusmessageMorris Jobke2020-11-031-2/+2
|\ \ \ \ | | | | | | | | | | UserStatus: clear status message if message is null
| * | | | UserStatus: no message means clear status message. This fixes #23332Simon Spannagel2020-11-021-2/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Simon Spannagel <simonspa@kth.se>
* | | | [tx-robot] updated from transifexNextcloud bot2020-11-0316-6/+68
| |/ / |/| |
* | | Merge pull request #23799 from nextcloud/fix/noid/ldap-update-groups-nullblizzz2020-11-022-56/+286
|\ \ \ | |/ / |/| | LDAP: fix null where IUser is expected in update groups background job
| * | fix potentially passing null to events where IUser is expectedArthur Schiwon2020-10-301-2/+7
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | adds unit test for updategroups background jobArthur Schiwon2020-10-302-56/+281
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Add SVG support check to setup checknhirokinet2020-11-0242-47/+53
| | | | | | | | | | | | Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-11-0214-12/+36
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-11-0134-58/+208
| | |
* | | Merge pull request #23811 from ↵Roeland Jago Douma2020-10-3151-50/+65
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.4 Bump vue-loader from 15.9.3 to 15.9.4
| * | | Bump vue-loader from 15.9.3 to 15.9.4dependabot-preview[bot]2020-10-3151-50/+65
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.3 to 15.9.4. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.3...v15.9.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* / / [tx-robot] updated from transifexNextcloud bot2020-10-3170-82/+490
|/ /
* | Merge pull request #23742 from ↵Morris Jobke2020-10-302-6/+8
|\ \ | | | | | | | | | | | | nextcloud/enhancement/eventdispatcher-typed-listener-callable Type the event dispatcher listener callables with Psalm
| * | Fix invalid usages of the new dispatcherRoeland Jago Douma2020-10-292-6/+8
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-10-3052-36/+108
| | |
* | | Merge pull request #23778 from ↵Roeland Jago Douma2020-10-291-0/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/doc/22649/document-settings-before-template-event Document settings BeforeTemplateRenderedEvent
| * | | Document settings BeforeTemplateRenderedEventMorris Jobke2020-10-291-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>