Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22242 from nextcloud/techdebt/noid/remove-deprecated-methods | Gary Kim | 2020-08-14 | 1 | -10/+0 |
|\ | | | | | Remove deprecated and unused method calls | ||||
| * | Remove setCustomJs of the files_external FrontendDefinitionTrait | Morris Jobke | 2020-08-13 | 1 | -10/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #22128 from nextcloud/bugfix/noid/cleanup-chunks-on-failure | Morris Jobke | 2020-08-13 | 2 | -10/+19 |
|\ \ | | | | | | | Delete chunks if the move on an upload failed | ||||
| * | | Return proper status when file didn't exist before | Julius Härtl | 2020-08-13 | 2 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Adjust chunking test for non-existing target node | Julius Härtl | 2020-08-12 | 1 | -3/+7 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Delete chunks if the move on an upload failed | Julius Härtl | 2020-08-12 | 1 | -6/+10 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Fix name of app config option to properly reflect what it does | Morris Jobke | 2020-08-13 | 1 | -1/+1 |
| |/ |/| | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Bump outdated dashboard bundles | Julius Härtl | 2020-08-13 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #21788 from nextcloud/debt/noid/unused-method | Roeland Jago Douma | 2020-08-13 | 1 | -9/+0 |
|\ \ | | | | | | | Remove unused method uploadFile | ||||
| * | | Remove unused method uploadFile | Daniel Kesselberg | 2020-08-13 | 1 | -9/+0 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | Merge pull request #22205 from nextcloud/activity-settings-cleanup | Morris Jobke | 2020-08-13 | 15 | -345/+72 |
|\ \ \ | |/ / |/| | | merge file activity settings into a single 'favorite changed' item | ||||
| * | | merge file activity settings into a single 'favorite changed' item | Robin Appelman | 2020-08-13 | 12 | -309/+20 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | move share notifcation settings to files group | Robin Appelman | 2020-08-13 | 6 | -36/+52 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-13 | 12 | -26/+30 |
|/ / | |||||
* | | Merge pull request #22206 from nextcloud/enh/noid/tests-recent-contact-mapper | Morris Jobke | 2020-08-12 | 1 | -0/+134 |
|\ \ | | | | | | | Add some tests for RecentContactMapper | ||||
| * | | Add some tests for RecentContactMapper | Daniel Kesselberg | 2020-08-12 | 1 | -0/+134 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | Merge pull request #22217 from ↵ | Morris Jobke | 2020-08-12 | 1 | -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" email | Morris Jobke | 2020-08-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #22199 from ↵ | Morris Jobke | 2020-08-12 | 182 | -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 Jobke | 2020-08-12 | 182 | -980/+970 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #22211 from nextcloud/fix/noid/rm-useless-log | blizzz | 2020-08-12 | 1 | -8/+5 |
|\ \ \ \ | | | | | | | | | | | remove logging message carrying no valuable information | ||||
| * | | | | remove logging message carrying no valuable information | Arthur Schiwon | 2020-08-12 | 1 | -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_ints | Morris Jobke | 2020-08-12 | 1 | -2/+8 |
|\ \ \ \ | |/ / / |/| | | | SSE enhancement of file signature | ||||
| * | | | SSE enhancement | Roeland Jago Douma | 2020-08-11 | 1 | -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 transifex | Nextcloud bot | 2020-08-12 | 12 | -6/+18 |
| |_|/ |/| | | |||||
* | | | Merge pull request #21559 from nextcloud/fix/noid/ldap-group-shortcut-ad | blizzz | 2020-08-11 | 4 | -2/+68 |
|\ \ \ | |_|/ |/| | | shortcut in reading nested group members when IN_CHAIN is available | ||||
| * | | do not flip available state to unavailable, allow empty results | Arthur Schiwon | 2020-08-11 | 3 | -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 available | Arthur Schiwon | 2020-08-11 | 3 | -0/+38 |
| |/ | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Generate password by password_policy app | Daniel Kesselberg | 2020-08-11 | 2 | -52/+29 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #22143 from nextcloud/design/dashboard-design | Jan C. Borchardt | 2020-08-11 | 8 | -20/+139 |
|\ \ | |/ |/| | Dashboard design enhancements | ||||
| * | Dashboard: Add photo credit | Jan C. Borchardt | 2020-08-11 | 1 | -1/+12 |
| | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> | ||||
| * | Dashboard: Fix wording issue on greetings | Jan C. Borchardt | 2020-08-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> | ||||
| * | Dynamically generate background image url | Julius Härtl | 2020-08-11 | 3 | -15/+65 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Dashboard: Fix dark mode, add background | Jan C. Borchardt | 2020-08-08 | 4 | -5/+28 |
| | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> | ||||
| * | Dashboard: add background image, improve panel design | Jan C. Borchardt | 2020-08-07 | 4 | -4/+47 |
| | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> | ||||
| * | Dashboard: remove header fade | Jan C. Borchardt | 2020-08-07 | 1 | -6/+1 |
| | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> | ||||
| * | Dashboard: Remove icons from greeting | Jan C. Borchardt | 2020-08-07 | 1 | -8/+5 |
| | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> | ||||
* | | Merge pull request #22117 from nextcloud/activity-settings-grouping | Morris Jobke | 2020-08-11 | 9 | -90/+56 |
|\ \ | | | | | | | allow grouping of activity settings | ||||
| * | | allow grouping of activity settings | Robin Appelman | 2020-08-05 | 9 | -90/+56 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #21775 from nextcloud/bugfix/noid/transfer-object-storage | Morris Jobke | 2020-08-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Do not exit if available space cannot be determined on file transfer | ||||
| * | | | Use constant instead of magic number | Morris Jobke | 2020-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | Do not exit if available space cannot be determined on file transfer | Julius Härtl | 2020-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #22176 from ↵ | Morris Jobke | 2020-08-11 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/debt/noid/table-render-too-many-arguments Remove unexpected argument | ||||
| * | | | | Remove unexpected argument | Daniel Kesselberg | 2020-08-10 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | | Merge pull request #22175 from nextcloud/fix/noid/warning-continue-break | Morris Jobke | 2020-08-11 | 1 | -5/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | use break not continue in switch to avoid warning | ||||
| * | | | | | use break not continue in switch to avoid warning | Arthur Schiwon | 2020-08-10 | 1 | -5/+5 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | Merge pull request #22169 from nextcloud/enh/noid/prefer-typed-events | Morris Jobke | 2020-08-11 | 3 | -4/+6 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Prefer typed event over string based ones | ||||
| * | | | | Prefer typed event over string based ones | Morris Jobke | 2020-08-10 | 3 | -4/+6 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-11 | 6 | -2/+72 |
| | | | | |||||
* | | | | Merge pull request #22159 from nextcloud/enh/22014/generate-passwords-policy | Morris Jobke | 2020-08-10 | 2 | -5/+69 |
|\ \ \ \ | | | | | | | | | | | Generate password on addUser by password_policy app |