Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix recursive calls in logging via server methods | Joas Schilling | 2020-03-18 | 2 | -8/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move deprecated aliases over to new registration | Roeland Jago Douma | 2020-03-15 | 1 | -2/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add system config flag to manually set that a subscription is available | Julius Härtl | 2020-03-10 | 1 | -1/+17 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #19742 from nextcloud/bug/19740/add-msg-for-exception | blizzz | 2020-03-02 | 1 | -0/+17 |
|\ | | | | | Add message for DoesNotExistException | ||||
| * | Add message for DoesNotExistException | Daniel Kesselberg | 2020-03-02 | 1 | -0/+17 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | better tests for SimpleFolder | Robin Appelman | 2020-02-28 | 1 | -71/+48 |
|/ | | | | | | test behavior, not implementation Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Strip of users home path from share api message | Joas Schilling | 2020-02-20 | 1 | -0/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | when we receive intentional empty whats new info, do not try to show it | Arthur Schiwon | 2020-02-13 | 1 | -0/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | disable timeout on app install via cli | Arthur Schiwon | 2020-02-12 | 1 | -4/+8 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [3rdparty] Bump guzzlehttp/guzzle from 6.3.3 to 6.5.2 | John Molakvoæ (skjnldsv) | 2020-02-11 | 2 | -26/+26 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add Argon2id support | Roeland Jago Douma | 2020-02-07 | 1 | -18/+56 |
| | | | | | | When available we should use argon2id for hashing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #18926 from nextcloud/fix/18689/int-array-access | Joas Schilling | 2020-02-06 | 1 | -0/+62 |
|\ | | | | | Array access on int will fail on php7.4 | ||||
| * | Add test to trigger "Trying to access array offset on value of type int" | Daniel Kesselberg | 2020-01-23 | 1 | -0/+62 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Allow selecting the hashing algorithm | Roeland Jago Douma | 2020-02-03 | 1 | -2/+63 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #19241 from nextcloud/bug/noid/job-catch-throwable | Roeland Jago Douma | 2020-02-03 | 1 | -0/+21 |
|\ \ | | | | | | | Make sure to catch php errors during job execution | ||||
| * | | Make sure to catch php errors during job execution | Daniel Kesselberg | 2020-01-31 | 1 | -0/+21 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | Move Admin Settings also to info.xml | Roeland Jago Douma | 2020-01-31 | 1 | -13/+20 |
|/ / | | | | | | | | | | | | | More cleanup of the Settings apps. Makes the manager cleaner and a proper manager. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Move personal settings to proper registration | Roeland Jago Douma | 2020-01-30 | 1 | -10/+15 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Move password settings | Roeland Jago Douma | 2020-01-30 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #19176 from nextcloud/fix/contacts-menu-mailt-encoding | Roeland Jago Douma | 2020-01-30 | 1 | -1/+1 |
|\ \ | | | | | | | Do not encode contacts menu mailto links | ||||
| * | | Do not encode contacts menu mailto links | Christoph Wurst | 2020-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Move admin sections to settings app | Roeland Jago Douma | 2020-01-28 | 1 | -86/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Move the Personal sections to the settings app | Roeland Jago Douma | 2020-01-28 | 1 | -28/+2 |
|/ / | | | | | | | | | | | | | | | 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> | ||||
* | | Change avatar placeholder from single letter to 2 letters | Sergey Shliakhov | 2020-01-27 | 1 | -13/+45 |
| | | | | | | | | | | https://github.com/nextcloud/server/issues/18717 Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com> | ||||
* | | add hub bundle for easy post-installation | Arthur Schiwon | 2020-01-26 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #19035 from ↵ | Roeland Jago Douma | 2020-01-21 | 1 | -12/+12 |
|\ | | | | | | | | | nextcloud/bugfix/noid/increase-timeout-for-downloads Adjust unit test for #19017 | ||||
| * | Adjust unit test for #19017 | Joas Schilling | 2020-01-21 | 1 | -12/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Make getServerHost more robust to faulty user input | Daniel Kesselberg | 2020-01-16 | 1 | -0/+46 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | use `nodeExists` instead of catching exceptions | Robin Appelman | 2020-01-14 | 1 | -4/+8 |
| | | | | | | makes the intent of the code more clear imo Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #18805 from nextcloud/bugfix/direct-edit-create | Roeland Jago Douma | 2020-01-14 | 1 | -0/+15 |
|\ | | | | | Check if file already exists during file creation | ||||
| * | CHeck if file already exists during file creation | Julius Härtl | 2020-01-13 | 1 | -0/+15 |
| | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | AppFetcher: Distinguish between fileName and endpointName | Georg Ehrke | 2020-01-09 | 1 | -1305/+1387 |
|/ | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Clean up 2FA provider registry when a user is deleted | Christoph Wurst | 2020-01-08 | 2 | -0/+24 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix the LoggerTests for phpunit | Roeland Jago Douma | 2020-01-06 | 1 | -21/+21 |
| | | | | | | Less deprecation warnings. YAY. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Modify regex to match some other chromium browsers | Daniel Kesselberg | 2019-12-27 | 1 | -5/+26 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Restore old behavior allowing to set custom appstore | Georg Ehrke | 2019-12-22 | 2 | -1/+18 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Return empty template for default creators | Julius Härtl | 2019-12-16 | 1 | -1/+9 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #17018 from ↵ | Joas Schilling | 2019-12-16 | 2 | -24/+34 |
|\ | | | | | | | | | nextcloud/feature/noid/allow-to-force-enable-via-cli Allow to force enable apps via CLI | ||||
| * | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 2 | -24/+34 |
| | | | | | | | | | | | | Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #18384 from ↵ | Roeland Jago Douma | 2019-12-16 | 1 | -43/+57 |
|\ \ | | | | | | | | | | | | | nextcloud/fix/18255/global_config_to_always_accept config.php setting to always accept internal shares | ||||
| * | | config.php setting to always accept internal shares | Roeland Jago Douma | 2019-12-16 | 1 | -43/+57 |
| |/ | | | | | | | | | | | Part of #18255 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #17494 from nextcloud/fix/16340/ignore-invalid-json | blizzz | 2019-12-13 | 1 | -7/+12 |
|\ \ | | | | | | | Return a default user record if json is broken | ||||
| * | | Log critical fallback to user default if we can't parse the JSON | Christoph Wurst | 2019-12-13 | 1 | -7/+12 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / | Add typed events for the filesystem/scanner | Christoph Wurst | 2019-12-13 | 2 | -9/+11 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #18236 from ↵ | Roeland Jago Douma | 2019-12-12 | 1 | -42/+77 |
|\ | | | | | | | | | nextcloud/bugfix/noid/always-detect-mimetype-by-content-in-workflows Allow to detect mimetype by content | ||||
| * | REVERT ME: comment out failing gz detection test | Roeland Jago Douma | 2019-12-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Update the unit test to dataProviders | Joas Schilling | 2019-12-10 | 1 | -42/+77 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix tests | John Molakvoæ (skjnldsv) | 2019-12-10 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Viewer should be always enabled | Roeland Jago Douma | 2019-12-10 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Pick a shorter name for the transfer ownership table | Joas Schilling | 2019-12-10 | 1 | -11/+11 |
|/ | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |