| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix app password updating out of bounds | Roeland Jago Douma | 2020-09-04 | 2 | -0/+2 |
* | Correctly remove usergroup shares on removing group members | Joas Schilling | 2020-07-30 | 2 | -0/+2 |
* | Clean up auth tokens when user is deleted | Christoph Wurst | 2020-06-18 | 2 | -0/+2 |
* | update autoloader | Robin Appelman | 2020-05-20 | 2 | -0/+2 |
* | log Flow activity | Arthur Schiwon | 2020-02-10 | 2 | -0/+2 |
* | add hub bundle for easy post-installation | Arthur Schiwon | 2020-01-27 | 2 | -0/+2 |
* | Clean up 2FA provider registry when a user is deleted | Christoph Wurst | 2020-01-09 | 2 | -0/+2 |
* | Use the new Events in Flow | Roeland Jago Douma | 2020-01-02 | 2 | -0/+6 |
* | Merge pull request #18505 from nextcloud/bugfix/18481/avatars-always-return-2... | Roeland Jago Douma | 2019-12-22 | 2 | -0/+2 |
|\ |
|
| * | Always set the generated flag to false when an avatar is being set | Joas Schilling | 2019-12-20 | 2 | -0/+2 |
* | | Merge pull request #18080 from nextcloud/enhancement/noid/add-timeout | blizzz | 2019-12-20 | 2 | -0/+2 |
|\ \
| |/
|/| |
|
| * | +ManuallyLockedException | Maxence Lange | 2019-12-12 | 2 | -0/+2 |
* | | Merge pull request #18384 from nextcloud/fix/18255/global_config_to_always_ac... | Roeland Jago Douma | 2019-12-16 | 2 | -0/+2 |
|\ \ |
|
| * | | config.php setting to always accept internal shares | Roeland Jago Douma | 2019-12-16 | 2 | -0/+2 |
* | | | Add typed events for the filesystem/scanner | Christoph Wurst | 2019-12-13 | 2 | -0/+14 |
|/ / |
|
* | | Add a dedicated page for the recommended apps installation | Christoph Wurst | 2019-12-12 | 2 | -0/+2 |
* | | Merge pull request #18350 from nextcloud/enhancement/typed-group-events-II | Roeland Jago Douma | 2019-12-11 | 2 | -0/+16 |
|\ \ |
|
| * | | Add typed events for all group hooks and legacy events | Christoph Wurst | 2019-12-11 | 2 | -0/+16 |
* | | | Merge pull request #18348 from nextcloud/enhancement/typed-user-events-II | Christoph Wurst | 2019-12-11 | 2 | -0/+24 |
|\ \ \ |
|
| * | | | Add typed events for all user hooks and legacy events | Christoph Wurst | 2019-12-11 | 2 | -0/+24 |
| |/ / |
|
* | | | Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-path | Roeland Jago Douma | 2019-12-11 | 2 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use file path for direct editing | Julius Härtl | 2019-12-05 | 2 | -0/+2 |
| |/ |
|
* | | Add interface for notification handler for dimissed events | Roeland Jago Douma | 2019-12-10 | 2 | -0/+2 |
* | | Decouple resource provider registration | Daniel Kesselberg | 2019-12-07 | 2 | -0/+4 |
|/ |
|
* | Merge pull request #17443 from nextcloud/enh/expired_token_on_invalid_pass | Roeland Jago Douma | 2019-12-03 | 2 | -0/+2 |
|\ |
|
| * | Throw an invalid token exception is token is marked outdated | Roeland Jago Douma | 2019-12-02 | 2 | -0/+2 |
* | | Add typed create user events | Christoph Wurst | 2019-12-03 | 2 | -0/+4 |
|/ |
|
* | add convenience interfaces so entities can provide presentable details | Arthur Schiwon | 2019-11-28 | 2 | -0/+8 |
* | Direct editing API to allow file editing using a one-time token for | Julius Härtl | 2019-11-27 | 2 | -0/+20 |
* | Merge pull request #18019 from nextcloud/enhancement/password-policy-events | Roeland Jago Douma | 2019-11-27 | 2 | -0/+4 |
|\ |
|
| * | Add typed events for password_policy | Christoph Wurst | 2019-11-27 | 2 | -0/+4 |
* | | add Nextcloud specific GenericEvent implementation | Arthur Schiwon | 2019-11-26 | 2 | -0/+2 |
|/ |
|
* | Make the post login event public | Christoph Wurst | 2019-11-20 | 2 | -2/+2 |
* | Merge remote-tracking branch 'origin/master' into filecache-extension | Roeland Jago Douma | 2019-11-18 | 2 | -0/+4 |
|\ |
|
| * | relax dependency on GenericEvent, instead stay compatible with old events | Arthur Schiwon | 2019-11-13 | 2 | -0/+4 |
* | | Update autoloaders | Roeland Jago Douma | 2019-11-13 | 2 | -0/+2 |
|/ |
|
* | Make it possible to broadcast events to (web) clients | Christoph Wurst | 2019-10-28 | 2 | -0/+8 |
* | Allow group displaynames in the database backend (#17221) | John Molakvoæ | 2019-10-05 | 2 | -0/+4 |
|\ |
|
| * | Update autoloader | Joas Schilling | 2019-09-27 | 2 | -0/+4 |
* | | Move settings to an app | Christoph Wurst | 2019-09-28 | 3 | -74/+0 |
|/ |
|
* | Merge pull request #16682 from nextcloud/enh/12790/workflow-backend | Roeland Jago Douma | 2019-09-11 | 2 | -0/+16 |
|\ |
|
| * | let a dedicate service serve a stateful process | Arthur Schiwon | 2019-09-09 | 2 | -2/+4 |
| * | seperate setFileInfo from ICheck | Arthur Schiwon | 2019-09-09 | 2 | -0/+2 |
| * | introduce GenericEntityEvent and adapt File entity | Arthur Schiwon | 2019-09-09 | 2 | -0/+2 |
| * | merge IOperator with IOperation for simplicity | Arthur Schiwon | 2019-09-09 | 2 | -6/+4 |
| * | add operator interfaces / API | Arthur Schiwon | 2019-09-09 | 2 | -0/+6 |
| * | introducing Entity interfaces and a File one as first implementation | Arthur Schiwon | 2019-09-09 | 2 | -0/+4 |
| * | open the WFE to deal with other subjects but files | Arthur Schiwon | 2019-09-09 | 2 | -0/+2 |
* | | Split personal security settings in code | Roeland Jago Douma | 2019-09-10 | 2 | -0/+2 |
|/ |
|
* | Kill repair step for cypress tests | Daniel Kesselberg | 2019-09-02 | 2 | -2/+0 |