Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused constructor argument | Christoph Wurst | 2018-09-27 | 1 | -1/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Reduce settings manager complexity by loading sections via DI | Christoph Wurst | 2018-09-27 | 1 | -9/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | cache isCached state for scss resources | Robin Appelman | 2018-07-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -1/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | start to get fed group shares into the share dialog | Bjoern Schiessle | 2018-07-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send accept share notification (WIP) | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | check if cloud federation api is ready | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | start implementing federated sharing 2.0 | Bjoern Schiessle | 2018-07-02 | 1 | -0/+38 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #9773 from nextcloud/feature/noid/resource_booking | Morris Jobke | 2018-06-29 | 1 | -0/+20 |
|\ | | | | | resource booking | ||||
| * | hook up calendar resource managers/backends with server container | Georg Ehrke | 2018-06-25 | 1 | -0/+20 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 1 | -12/+1 |
|/ | | | | | | | | | | | This adds persistence to the Nextcloud server 2FA logic so that the server knows which 2FA providers are enabled for a specific user at any time, even when the provider is not available. The `IStatefulProvider` interface was added as tagging interface for providers that are compatible with this new API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Abstract the Provider via a manager | Roeland Jago Douma | 2018-06-18 | 1 | -9/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add info message if an exception occurs during the svg to png conversion | Julius Härtl | 2018-06-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Generate PNG version of the theming app logo for mails | Julius Härtl | 2018-06-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Expose isCLI to DI | Roeland Jago Douma | 2018-05-08 | 1 | -0/+3 |
| | | | | | | | | This allows apps/backgroundjobs to find out if they are run from the CLI or not. Some apps/backgroundjobs might do more if they are not at risk of timing out. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | use SystemConfig, less dependencies, and not publicly needed | Arthur Schiwon | 2018-04-26 | 1 | -4/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | revert Log's dependency to SystemConfig to work during Installation | Arthur Schiwon | 2018-04-26 | 1 | -2/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 1 | -1/+15 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | destaticfy Log classes | Arthur Schiwon | 2018-04-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Move to more generic image handling and add extra images | Julius Härtl | 2018-04-19 | 1 | -3/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -1/+7 |
| | | | | | | For cli scripts we don't have the assumption that the universe will be cleaned up soon Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #8804 from nextcloud/remove_httphelper | Roeland Jago Douma | 2018-03-14 | 1 | -17/+0 |
|\ | | | | | Remove deprecated HTTPHelper | ||||
| * | Remove deprecated HTTPHelper | Roeland Jago Douma | 2018-03-13 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | * Remove the HTTP Helper * Remove from Server Containter * Removed legacy share tests that use it Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Properly provide local memcache check to ICacheFactory | Morris Jobke | 2018-03-13 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unused and deprecated class and interface AppHelper | Morris Jobke | 2018-03-12 | 1 | -10/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Actually clear cache values for all base urls | Julius Härtl | 2018-03-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move base url from global cache prefix to frontend related ones | Julius Härtl | 2018-03-07 | 1 | -3/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix proper types | Roeland Jago Douma | 2018-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add repair step to clear frontend related caches | Julius Härtl | 2018-02-03 | 1 | -0/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 1 | -2/+0 |
| | | | | | | | This caused more troubles then it had benefits, especially when an app got disabled or was removed without being disabled. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -14/+17 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -3/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Dispatch event on twofactor failure and success | Roeland Jago Douma | 2018-01-25 | 1 | -1/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Don't polute log when loggin into dav with email | Roeland Jago Douma | 2018-01-23 | 1 | -1/+10 |
| | | | | | | | | | | * We first try the email as username but this fails * Then we get the uid from the email and try again We should not log the first attempt since it polutes the log with failed login attempts while the login actually is valid. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove old repair steps that aren't executed anymore | Morris Jobke | 2018-01-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use \OC\User\Manager internally in the avatarmanager | Roeland Jago Douma | 2018-01-14 | 1 | -3/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove generated avatar on displayname change | Roeland Jago Douma | 2017-12-19 | 1 | -1/+18 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #7531 from nextcloud/ldap/createdistributed | Roeland Jago Douma | 2017-12-18 | 1 | -1/+1 |
|\ | | | | | don't use deprecated method for requesting memcache | ||||
| * | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Let DI handle the background job | Roeland Jago Douma | 2017-12-18 | 1 | -10/+0 |
|/ | | | | | | Fixes #7548 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | The user displayNameResolver is specific to users, not the comments app | Arthur Schiwon | 2017-12-12 | 1 | -1/+15 |
| | | | | | | | Other apps like spreed rely on it, and only can resolver per type can be registered anyhow. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Register ContactsStore using alias + run autoloaderchecker.sh | Tobia De Koninck | 2017-12-11 | 1 | -1/+3 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Make ContactsStore a public API | Tobia De Koninck | 2017-12-11 | 1 | -0/+10 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | handle not found mounts when cleaning avatars | Robin Appelman | 2017-12-11 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Remove avatar on user deletion | Roeland Jago Douma | 2017-12-11 | 1 | -0/+23 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Dispatch event on User predelete | Roeland Jago Douma | 2017-12-11 | 1 | -1/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add public api for remote api | Robin Appelman | 2017-12-08 | 1 | -0/+27 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -0/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> |