Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Update PHPDoc | Morris Jobke | 2018-06-29 | 1 | -1/+1 | |
| * | | docblock version fixes | Georg Ehrke | 2018-06-28 | 2 | -5/+5 | |
| * | | add findLocale() to public interface | Thomas Citharel | 2018-06-27 | 1 | -0/+7 | |
| * | | Fix review & tests | Thomas Citharel | 2018-06-27 | 1 | -0/+22 | |
| * | | Allow apps to specify locale for localisation | Thomas Citharel | 2018-06-27 | 1 | -0/+9 | |
* | | | Merge pull request #9773 from nextcloud/feature/noid/resource_booking | Morris Jobke | 2018-06-29 | 8 | -0/+492 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Calendar resource booking: unit tests / adding missing annotations | Georg Ehrke | 2018-06-25 | 5 | -0/+26 | |
| * | | periodically query calendar resource / room backends for updated resource / r... | Georg Ehrke | 2018-06-25 | 5 | -0/+46 | |
| * | | hook up calendar resource managers/backends with server container | Georg Ehrke | 2018-06-25 | 1 | -0/+18 | |
| * | | update resource booking interfaces and add managers | Georg Ehrke | 2018-06-25 | 6 | -14/+166 | |
| * | | add resource and room interfaces | Georg Ehrke | 2018-06-25 | 4 | -0/+250 | |
* | | | Add resource type phpDoc for putContent methods | Julius Härtl | 2018-06-26 | 2 | -2/+2 | |
* | | | Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providers | Morris Jobke | 2018-06-25 | 1 | -0/+65 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | 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 |