| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused constructor argument | Christoph Wurst | 2018-09-27 | 1 | -1/+0 |
* | Reduce settings manager complexity by loading sections via DI | Christoph Wurst | 2018-09-27 | 1 | -9/+1 |
* | cache isCached state for scss resources | Robin Appelman | 2018-07-24 | 1 | -1/+2 |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -1/+3 |
* | start to get fed group shares into the share dialog | Bjoern Schiessle | 2018-07-11 | 1 | -0/+2 |
* | send accept share notification (WIP) | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
* | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
* | check if cloud federation api is ready | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
* | start implementing federated sharing 2.0 | Bjoern Schiessle | 2018-07-02 | 1 | -0/+38 |
* | Merge pull request #9773 from nextcloud/feature/noid/resource_booking | Morris Jobke | 2018-06-29 | 1 | -0/+20 |
|\ |
|
| * | hook up calendar resource managers/backends with server container | Georg Ehrke | 2018-06-25 | 1 | -0/+20 |
* | | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 1 | -12/+1 |
|/ |
|
* | Abstract the Provider via a manager | Roeland Jago Douma | 2018-06-18 | 1 | -9/+1 |
* | Add info message if an exception occurs during the svg to png conversion | Julius Härtl | 2018-06-14 | 1 | -1/+1 |
* | Generate PNG version of the theming app logo for mails | Julius Härtl | 2018-06-05 | 1 | -1/+1 |
* | Expose isCLI to DI | Roeland Jago Douma | 2018-05-08 | 1 | -0/+3 |
* | use SystemConfig, less dependencies, and not publicly needed | Arthur Schiwon | 2018-04-26 | 1 | -4/+3 |
* | revert Log's dependency to SystemConfig to work during Installation | Arthur Schiwon | 2018-04-26 | 1 | -2/+1 |
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 1 | -1/+15 |
* | destaticfy Log classes | Arthur Schiwon | 2018-04-26 | 1 | -2/+3 |
* | Move to more generic image handling and add extra images | Julius Härtl | 2018-04-19 | 1 | -3/+4 |
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -1/+7 |
* | Merge pull request #8804 from nextcloud/remove_httphelper | Roeland Jago Douma | 2018-03-14 | 1 | -17/+0 |
|\ |
|
| * | Remove deprecated HTTPHelper | Roeland Jago Douma | 2018-03-13 | 1 | -17/+0 |
* | | Properly provide local memcache check to ICacheFactory | Morris Jobke | 2018-03-13 | 1 | -2/+2 |
|/ |
|
* | Remove unused and deprecated class and interface AppHelper | Morris Jobke | 2018-03-12 | 1 | -10/+0 |
* | Actually clear cache values for all base urls | Julius Härtl | 2018-03-07 | 1 | -2/+2 |
* | Move base url from global cache prefix to frontend related ones | Julius Härtl | 2018-03-07 | 1 | -3/+3 |
* | Fix proper types | Roeland Jago Douma | 2018-02-22 | 1 | -1/+1 |
* | Add repair step to clear frontend related caches | Julius Härtl | 2018-02-03 | 1 | -0/+12 |
* | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 1 | -2/+0 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -14/+17 |
* | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -3/+1 |
* | Dispatch event on twofactor failure and success | Roeland Jago Douma | 2018-01-25 | 1 | -1/+2 |
* | Don't polute log when loggin into dav with email | Roeland Jago Douma | 2018-01-23 | 1 | -1/+10 |
* | Remove old repair steps that aren't executed anymore | Morris Jobke | 2018-01-22 | 1 | -1/+0 |
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -1/+1 |
* | Use \OC\User\Manager internally in the avatarmanager | Roeland Jago Douma | 2018-01-14 | 1 | -3/+4 |
* | Remove generated avatar on displayname change | Roeland Jago Douma | 2017-12-19 | 1 | -1/+18 |
* | Merge pull request #7531 from nextcloud/ldap/createdistributed | Roeland Jago Douma | 2017-12-18 | 1 | -1/+1 |
|\ |
|
| * | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
* | | Let DI handle the background job | Roeland Jago Douma | 2017-12-18 | 1 | -10/+0 |
|/ |
|
* | The user displayNameResolver is specific to users, not the comments app | Arthur Schiwon | 2017-12-12 | 1 | -1/+15 |
* | Register ContactsStore using alias + run autoloaderchecker.sh | Tobia De Koninck | 2017-12-11 | 1 | -1/+3 |
* | Make ContactsStore a public API | Tobia De Koninck | 2017-12-11 | 1 | -0/+10 |
* | handle not found mounts when cleaning avatars | Robin Appelman | 2017-12-11 | 1 | -0/+3 |
* | Remove avatar on user deletion | Roeland Jago Douma | 2017-12-11 | 1 | -0/+23 |
* | Dispatch event on User predelete | Roeland Jago Douma | 2017-12-11 | 1 | -1/+5 |
* | Add public api for remote api | Robin Appelman | 2017-12-08 | 1 | -0/+27 |
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -0/+10 |