Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Server error/hint pages with a 500 error code to avoid it being seen instead ... | Morris Jobke | 2018-06-26 | 3 | -9/+9 |
* | Change status code when config is write protected | Eric Masseran | 2018-06-26 | 2 | -3/+9 |
* | Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providers | Morris Jobke | 2018-06-25 | 9 | -84/+473 |
|\ | |||||
| * | Make new classes strict and fix license header | Christoph Wurst | 2018-06-25 | 2 | -0/+2 |
| * | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 9 | -84/+471 |
* | | Merge pull request #9526 from Blaok/files-scan-shallow | Robin Appelman | 2018-06-25 | 1 | -2/+2 |
|\ \ | |||||
| * | | feat: allow files:scan --shallow | Blaok | 2018-05-18 | 1 | -2/+2 |
* | | | Merge pull request #9955 from nextcloud/bug/noid/onedrive_propfind | Roeland Jago Douma | 2018-06-22 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Request a valid property for DAV opendir | Roeland Jago Douma | 2018-06-21 | 1 | -1/+1 |
* | | | | Merge pull request #9868 from nextcloud/user-backend-table | Roeland Jago Douma | 2018-06-21 | 1 | -9/+13 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | make table name configurable for db user backend | Robin Appelman | 2018-06-19 | 1 | -9/+13 |
* | | | | Merge pull request #9518 from nextcloud/feature/5986/public_share_controller_... | Roeland Jago Douma | 2018-06-21 | 8 | -2/+465 |
|\ \ \ \ | |||||
| * | | | | 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 |
| * | | | | Add PublicShareMiddlewareTest | Roeland Jago Douma | 2018-06-20 | 1 | -1/+1 |
| * | | | | Don't allow public share pages if link sharing is disabled | Roeland Jago Douma | 2018-06-20 | 1 | -1/+27 |
| * | | | | Move public auth page over | Roeland Jago Douma | 2018-06-20 | 1 | -3/+6 |
| * | | | | Move public preview endpoint over | Roeland Jago Douma | 2018-06-20 | 2 | -2/+3 |
| * | | | | Add the new PublicShareController and PublicShareMiddleware | Roeland Jago Douma | 2018-06-20 | 7 | -1/+433 |
| | |_|/ | |/| | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-21 | 6 | -2/+72 |
* | | | | Split css variables and fix url variables | John Molakvoæ (skjnldsv) | 2018-06-20 | 1 | -0/+1 |
* | | | | Merge pull request #9900 from nextcloud/feature/noid/wait-for-cron-to-finish | Morris Jobke | 2018-06-20 | 2 | -9/+55 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Wait for cron to finish before running upgrade command | Morris Jobke | 2018-06-19 | 2 | -9/+55 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-20 | 2 | -0/+2 |
* | | | | Added new search standard | John Molakvoæ (skjnldsv) | 2018-06-19 | 1 | -0/+1 |
* | | | | Better design for core search, fixes and style to scss | John Molakvoæ (skjnldsv) | 2018-06-19 | 1 | -0/+1 |
* | | | | Don't pretend we can add/remove users to/from groups when we can't | Robin Appelman | 2018-06-19 | 3 | -1/+42 |
| |/ / |/| | | |||||
* | | | Merge pull request #9881 from nextcloud/user-db-backend-querybuilder | Morris Jobke | 2018-06-19 | 3 | -13/+38 |
|\ \ \ | |||||
| * | | | use query builder in all places in the db user backend | Robin Appelman | 2018-06-15 | 1 | -13/+26 |
| * | | | Add count to function builder | Robin Appelman | 2018-06-14 | 2 | -0/+12 |
* | | | | Merge pull request #9485 from nextcloud/feature/9441/multiple_token_providers | blizzz | 2018-06-19 | 11 | -51/+984 |
|\ \ \ \ | |||||
| * | | | | Comments | Roeland Jago Douma | 2018-06-19 | 5 | -6/+20 |
| * | | | | Add getProvider helper function | Roeland Jago Douma | 2018-06-18 | 1 | -35/+17 |
| * | | | | Use constant for token version | Roeland Jago Douma | 2018-06-18 | 6 | -20/+22 |
| * | | | | Add more tests | Roeland Jago Douma | 2018-06-18 | 3 | -3/+14 |
| * | | | | Generate the new publicKey tokens by default! | Roeland Jago Douma | 2018-06-18 | 1 | -2/+1 |
| * | | | | Actually convert the token | Roeland Jago Douma | 2018-06-18 | 3 | -40/+94 |
| * | | | | Add publickey provider to manager | Roeland Jago Douma | 2018-06-18 | 1 | -47/+52 |
| * | | | | SetPassword on PublicKeyTokens | Roeland Jago Douma | 2018-06-18 | 1 | -2/+12 |
| * | | | | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 6 | -52/+26 |
| * | | | | Add first tests | Roeland Jago Douma | 2018-06-18 | 1 | -1/+10 |
| * | | | | Initial PKT implementation | Roeland Jago Douma | 2018-06-18 | 8 | -11/+678 |
| * | | | | Add new authtoken v2 columns to the authtoken table | Roeland Jago Douma | 2018-06-18 | 2 | -0/+2 |
| * | | | | Abstract the Provider via a manager | Roeland Jago Douma | 2018-06-18 | 4 | -9/+213 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-19 | 2 | -2/+74 |
|/ / / / | |||||
* | | | | Merge pull request #9884 from nextcloud/groups-search-use-proper-keys | Julius Härtl | 2018-06-18 | 1 | -2/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Keep userids as keys on group search | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -2/+2 |
* | | | | Merge pull request #9823 from nextcloud/bufgix/noid/update_token_on_session_i... | blizzz | 2018-06-18 | 5 | -6/+41 |
|\ \ \ \ |