Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 1 | -0/+65 | |
* | | | Fix direct access to authen page | Roeland Jago Douma | 2018-06-20 | 1 | -1/+3 | |
* | | | Update token on regeneration for public login | Roeland Jago Douma | 2018-06-20 | 1 | -1/+1 | |
* | | | Add AuthPublicShareControllerTest | Roeland Jago Douma | 2018-06-20 | 1 | -1/+0 | |
* | | | Add PublicShareControllerTests | Roeland Jago Douma | 2018-06-20 | 1 | -1/+1 | |
* | | | Move public auth page over | Roeland Jago Douma | 2018-06-20 | 1 | -3/+6 | |
* | | | Add the new PublicShareController and PublicShareMiddleware | Roeland Jago Douma | 2018-06-20 | 2 | -0/+326 | |
|/ / | ||||||
* | | Don't pretend we can add/remove users to/from groups when we can't | Robin Appelman | 2018-06-19 | 1 | -0/+12 | |
* | | Merge pull request #9881 from nextcloud/user-db-backend-querybuilder | Morris Jobke | 2018-06-19 | 1 | -0/+8 | |
|\ \ | ||||||
| * | | Add count to function builder | Robin Appelman | 2018-06-14 | 1 | -0/+8 | |
* | | | Merge pull request #9823 from nextcloud/bufgix/noid/update_token_on_session_i... | blizzz | 2018-06-18 | 1 | -2/+3 | |
|\ \ \ | ||||||
| * | | | Allow updating the token on session regeneration | Roeland Jago Douma | 2018-06-14 | 1 | -2/+3 | |
* | | | | Merge pull request #9197 from nextcloud/fix-avatar-center | Morris Jobke | 2018-06-15 | 1 | -0/+9 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix indent | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -44/+44 | |
| * | | | Avatar imagick bump | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -8/+0 | |
| * | | | Fixed since requirement | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -0/+1 | |
| * | | | Controller tests fixes | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -41/+57 | |
| |/ / | ||||||
* / / | Add stricter CSPs | Roeland Jago Douma | 2018-06-13 | 4 | -2/+192 | |
|/ / | ||||||
* | | Merge pull request #9565 from nextcloud/feature/noid/app-settings | Morris Jobke | 2018-06-06 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Move to AppFramework Controller | Julius Härtl | 2018-06-06 | 1 | -0/+1 | |
* | | | Add a hint that some indexes are not added yet | Morris Jobke | 2018-06-06 | 1 | -0/+1 | |
|/ / | ||||||
* | | Move caching logic to response | Roeland Jago Douma | 2018-06-04 | 1 | -2/+14 | |
* | | Add since tags | Roeland Jago Douma | 2018-05-30 | 1 | -0/+2 | |
* | | Add human readable description to migration steps | Robin Appelman | 2018-05-30 | 2 | -0/+32 | |
* | | Merge pull request #9488 from nextcloud/disabled-users-fix | blizzz | 2018-05-25 | 2 | -0/+44 | |
|\ \ | ||||||
| * | | Fixes since requirement | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -0/+1 | |
| * | | Fixed tests | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -0/+7 | |
| * | | Added disabled count per groups | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -0/+36 | |
* | | | Emit event when running ./occ db:add-missing-indices | Roeland Jago Douma | 2018-05-24 | 1 | -0/+3 | |
|/ / | ||||||
* / | Fix PHPDoc | Morris Jobke | 2018-05-22 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #9444 from nextcloud/techdep/noid/appframework_mapper_to_qb | Roeland Jago Douma | 2018-05-14 | 2 | -1/+286 | |
|\ | ||||||
| * | The column is not user input so suppress the phan warning | Roeland Jago Douma | 2018-05-14 | 1 | -0/+2 | |
| * | Add a QueryBuilder Mapper | Roeland Jago Douma | 2018-05-10 | 2 | -1/+284 | |
* | | Make Appdata static | Roeland Jago Douma | 2018-05-14 | 1 | -3/+3 | |
|/ | ||||||
* | Merge pull request #9388 from nextcloud/log-lock-state-on-conflict | Morris Jobke | 2018-05-07 | 1 | -3/+7 | |
|\ | ||||||
| * | Log more info about locking conflicts for memcache locking backends | Robin Appelman | 2018-05-04 | 1 | -3/+7 | |
* | | log to $datadir/audit.log by default and add rotation | Arthur Schiwon | 2018-04-26 | 1 | -0/+71 | |
* | | add missing php doc and type hints | Arthur Schiwon | 2018-04-26 | 1 | -2/+15 | |
* | | move IFileBased to public namespace, logreader needs it | Arthur Schiwon | 2018-04-26 | 1 | -0/+30 | |
* | | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 3 | -0/+94 | |
|/ | ||||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 2 | -2/+37 | |
* | Make the group backends also possible using interfaces | Roeland Jago Douma | 2018-04-23 | 8 | -0/+319 | |
* | Merge pull request #9129 from nextcloud/feature/noid/proper-comments-offset | Roeland Jago Douma | 2018-04-22 | 1 | -0/+18 | |
|\ | ||||||
| * | Fix docs | Joas Schilling | 2018-04-19 | 1 | -6/+7 | |
| * | Add proper comment offset support | Joas Schilling | 2018-04-18 | 1 | -0/+17 | |
* | | Fix PHPDoc | Morris Jobke | 2018-04-18 | 1 | -1/+1 | |
* | | Allow to skip retrieving from cache in the DiscoveryService | Roeland Jago Douma | 2018-04-18 | 1 | -1/+2 | |
|/ | ||||||
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+16 | |
* | Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooks | Morris Jobke | 2018-04-11 | 1 | -0/+3 | |
|\ | ||||||
| * | more consistent naming | Arthur Schiwon | 2018-04-05 | 1 | -3/+3 |