summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix TagService DI nameMorris Jobke2020-08-171-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Migrate files to the PSR containerChristoph Wurst2020-08-171-15/+22
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #22260 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.20Roeland Jago Douma2020-08-1716-24/+24
|\ | | | | Bump lodash from 4.17.19 to 4.17.20
| * Bump lodash from 4.17.19 to 4.17.20dependabot-preview[bot]2020-08-1716-24/+24
| | | | | | | | | | | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-08-176-6/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-1614-0/+14
|/
* [tx-robot] updated from transifexNextcloud bot2020-08-15146-1252/+1268
|
* Merge pull request #22221 from nextcloud/fix/19097/ldap-depracted-eventblizzz2020-08-145-5/+117
|\ | | | | provide event class and typed event to LDAP loaded event; also fixing a logged deprecation message
| * provide event class to LDAP loaded event to fix deprecation messageArthur Schiwon2020-08-125-5/+117
| | | | | | | | | | | | * and also dispatch the typed event as current approach to it Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Use appsidebar for appsJohn Molakvoæ (skjnldsv)2020-08-1415-130/+165
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Use appsidebar for appsJohn Molakvoæ (skjnldsv)2020-08-144-93/+174
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump vue-router from 3.3.4 to 3.4.3dependabot-preview[bot]2020-08-142-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.3.4 to 3.4.3. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.3.4...v3.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #22200 from cweiske/duplicated-sql-where-lineRoeland Jago Douma2020-08-141-1/+0
|\ \ | | | | | | Remove duplicated SQL addWhere line
| * | Remove duplicated SQL addWhere lineChristian Weiske2020-08-111-1/+0
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-08-14258-684/+900
| | |
* | | Merge pull request #22242 from nextcloud/techdebt/noid/remove-deprecated-methodsGary Kim2020-08-141-10/+0
|\ \ \ | | | | | | | | Remove deprecated and unused method calls
| * | | Remove setCustomJs of the files_external FrontendDefinitionTraitMorris Jobke2020-08-131-10/+0
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #22128 from nextcloud/bugfix/noid/cleanup-chunks-on-failureMorris Jobke2020-08-132-10/+19
|\ \ \ \ | | | | | | | | | | Delete chunks if the move on an upload failed
| * | | | Return proper status when file didn't exist beforeJulius Härtl2020-08-132-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Adjust chunking test for non-existing target nodeJulius Härtl2020-08-121-3/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Delete chunks if the move on an upload failedJulius Härtl2020-08-121-6/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Fix name of app config option to properly reflect what it doesMorris Jobke2020-08-131-1/+1
| |/ / / |/| | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Bump outdated dashboard bundlesJulius Härtl2020-08-132-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #21788 from nextcloud/debt/noid/unused-methodRoeland Jago Douma2020-08-131-9/+0
|\ \ \ \ | | | | | | | | | | Remove unused method uploadFile
| * | | | Remove unused method uploadFileDaniel Kesselberg2020-08-131-9/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #22205 from nextcloud/activity-settings-cleanupMorris Jobke2020-08-1315-345/+72
|\ \ \ \ \ | |/ / / / |/| | | | merge file activity settings into a single 'favorite changed' item
| * | | | merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-1312-309/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | move share notifcation settings to files groupRobin Appelman2020-08-136-36/+52
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-08-1312-26/+30
|/ / / /
* | | | Merge pull request #22206 from nextcloud/enh/noid/tests-recent-contact-mapperMorris Jobke2020-08-121-0/+134
|\ \ \ \ | | | | | | | | | | Add some tests for RecentContactMapper
| * | | | Add some tests for RecentContactMapperDaniel Kesselberg2020-08-121-0/+134
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #22217 from ↵Morris Jobke2020-08-121-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/noid/disable-admin-changed-email-appconfig Add app config option to disable "Email was changed by admin" email
| * | | | | Add app config option to disable "Email was changed by admin" emailMorris Jobke2020-08-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #22199 from ↵Morris Jobke2020-08-12182-980/+970
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/PHPUnit_Framework_MockObject_MockObject Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to …
| * | | | | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-12182-980/+970
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #22211 from nextcloud/fix/noid/rm-useless-logblizzz2020-08-121-8/+5
|\ \ \ \ \ | | | | | | | | | | | | remove logging message carrying no valuable information
| * | | | | remove logging message carrying no valuable informationArthur Schiwon2020-08-121-8/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the exception caught is not an error, but due to valid configuration and code flow is expecting this. For an admin it is confusing, and it carries no information worth for debugging. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #22196 from nextcloud/enh/sse/do_not_concatenate_intsMorris Jobke2020-08-121-2/+8
|\ \ \ \ \ | |/ / / / |/| | | | SSE enhancement of file signature
| * | | | SSE enhancementRoeland Jago Douma2020-08-111-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not blind concatenate ints. Lets add a _ between them. So that we can distrinquis them properly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-08-1212-6/+18
| |_|/ / |/| | |
* | | | Merge pull request #21559 from nextcloud/fix/noid/ldap-group-shortcut-adblizzz2020-08-114-2/+68
|\ \ \ \ | |_|/ / |/| | | shortcut in reading nested group members when IN_CHAIN is available
| * | | do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-113-13/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the detection relies that the first, requested result is not empty - it might be empty though – groups without members - protect switching from available to unavailable - switching the other way around was also not envisaged either Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-113-0/+38
| |/ / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | / Generate password by password_policy appDaniel Kesselberg2020-08-112-52/+29
| |/ |/| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #22143 from nextcloud/design/dashboard-designJan C. Borchardt2020-08-118-20/+139
|\ \ | |/ |/| Dashboard design enhancements
| * Dashboard: Add photo creditJan C. Borchardt2020-08-111-1/+12
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Dashboard: Fix wording issue on greetingsJan C. Borchardt2020-08-111-1/+1
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Dynamically generate background image urlJulius Härtl2020-08-113-15/+65
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Dashboard: Fix dark mode, add backgroundJan C. Borchardt2020-08-084-5/+28
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Dashboard: add background image, improve panel designJan C. Borchardt2020-08-074-4/+47
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>