aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * Dashboard: remove header fadeJan C. Borchardt2020-08-071-6/+1
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Dashboard: Remove icons from greetingJan C. Borchardt2020-08-071-8/+5
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | Merge pull request #22117 from nextcloud/activity-settings-groupingMorris Jobke2020-08-119-90/+56
|\ \ | | | | | | allow grouping of activity settings
| * | allow grouping of activity settingsRobin Appelman2020-08-059-90/+56
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #21775 from nextcloud/bugfix/noid/transfer-object-storageMorris Jobke2020-08-111-1/+1
|\ \ \ | | | | | | | | Do not exit if available space cannot be determined on file transfer
| * | | Use constant instead of magic number Morris Jobke2020-08-111-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Do not exit if available space cannot be determined on file transferJulius Härtl2020-08-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #22176 from ↵Morris Jobke2020-08-112-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/debt/noid/table-render-too-many-arguments Remove unexpected argument
| * | | | Remove unexpected argumentDaniel Kesselberg2020-08-102-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #22175 from nextcloud/fix/noid/warning-continue-breakMorris Jobke2020-08-111-5/+5
|\ \ \ \ \ | | | | | | | | | | | | use break not continue in switch to avoid warning
| * | | | | use break not continue in switch to avoid warningArthur Schiwon2020-08-101-5/+5
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #22169 from nextcloud/enh/noid/prefer-typed-eventsMorris Jobke2020-08-113-4/+6
|\ \ \ \ \ | |_|/ / / |/| | | | Prefer typed event over string based ones
| * | | | Prefer typed event over string based onesMorris Jobke2020-08-103-4/+6
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-08-116-2/+72
| | | |
* | | | Merge pull request #22159 from nextcloud/enh/22014/generate-passwords-policyMorris Jobke2020-08-102-5/+69
|\ \ \ \ | | | | | | | | | | Generate password on addUser by password_policy app