Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add getProvider helper function | Roeland Jago Douma | 2018-06-18 | 1 | -35/+17 |
* | Use constant for token version | Roeland Jago Douma | 2018-06-18 | 9 | -20/+27 |
* | Add more tests | Roeland Jago Douma | 2018-06-18 | 7 | -34/+506 |
* | 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 | 3 | -14/+31 |
* | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 9 | -97/+34 |
* | Add first tests | Roeland Jago Douma | 2018-06-18 | 4 | -1/+785 |
* | 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 | 4 | -1/+57 |
* | Abstract the Provider via a manager | Roeland Jago Douma | 2018-06-18 | 4 | -9/+213 |
* | Merge pull request #9893 from kevgathuku/update-unshare-message | Julius Härtl | 2018-06-18 | 1 | -1/+1 |
|\ | |||||
| * | Update message shown when unsharing a file | Kevin Ndung'u | 2018-06-18 | 1 | -1/+1 |
* | | Merge pull request #9884 from nextcloud/groups-search-use-proper-keys | Julius Härtl | 2018-06-18 | 3 | -10/+11 |
|\ \ | |||||
| * | | Tests fix | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -5/+5 |
| * | | Keep userids as keys on group search | John Molakvoæ (skjnldsv) | 2018-06-15 | 2 | -5/+6 |
* | | | Merge pull request #9823 from nextcloud/bufgix/noid/update_token_on_session_i... | blizzz | 2018-06-18 | 6 | -7/+42 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Allow updating the token on session regeneration | Roeland Jago Douma | 2018-06-14 | 6 | -7/+42 |
* | | | Merge pull request #9717 from nextcloud/feature/actions-menu | John Molakvoæ | 2018-06-18 | 16 | -148/+338 |
|\ \ \ | |||||
| * | | | Adds a test case for the loading symbol in deleted files. | Abijeet | 2018-06-18 | 3 | -5/+10 |
| * | | | Fixes the restore loading icon appearing continuously. | Abijeet | 2018-06-18 | 1 | -1/+1 |
| * | | | Fixes issue with action being displayed incorrectly. | Abijeet | 2018-06-18 | 2 | -2/+4 |
| * | | | Fix alignment of more icon | Morris Jobke | 2018-06-18 | 1 | -0/+4 |
| * | | | Fixes UI issues with the design, | Abijeet | 2018-06-18 | 2 | -6/+4 |
| * | | | Fixes issues found during running of test cases. | Abijeet | 2018-06-18 | 4 | -41/+35 |
| * | | | Fixed failing test cases for the new actions menu. | Abijeet | 2018-06-18 | 2 | -31/+74 |
| * | | | Fixes the position of the navigation toggle menu icon in mobile. | Abijeet | 2018-06-18 | 1 | -1/+1 |
| * | | | Added a new action menu in files and trash list. | Abijeet | 2018-06-18 | 11 | -132/+152 |
| * | | | Adds an action dropdown that is shown on file selection. | Abijeet | 2018-06-18 | 5 | -33/+157 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-18 | 10 | -4/+172 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-17 | 32 | -50/+112 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-16 | 22 | -30/+100 |
| |/ |/| | |||||
* | | Merge pull request #9883 from nextcloud/return-user-groups-ids | Morris Jobke | 2018-06-15 | 2 | -4/+4 |
|\ \ | |||||
| * | | Fixed tests | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -3/+3 |
| * | | Return groups IDs and not Names | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -1/+1 |
* | | | Merge pull request #9258 from nextcloud/theming-logo-png | Morris Jobke | 2018-06-15 | 12 | -78/+182 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add info message if an exception occurs during the svg to png conversion | Julius Härtl | 2018-06-14 | 3 | -3/+19 |
| * | | Minor fixes and cleanup | Julius Härtl | 2018-06-06 | 9 | -39/+39 |
| * | | Use svg opt out as parameter | Julius Härtl | 2018-06-05 | 4 | -14/+17 |
| * | | Adjust ImageManager tests for png generation | Julius Härtl | 2018-06-05 | 2 | -13/+51 |
| * | | Generate PNG version of the theming app logo for mails | Julius Härtl | 2018-06-05 | 5 | -22/+69 |
* | | | Merge pull request #9197 from nextcloud/fix-avatar-center | Morris Jobke | 2018-06-15 | 5 | -41/+190 |
|\ \ \ | |||||
| * | | | Removed debug stack | John Molakvoæ (skjnldsv) | 2018-06-15 | 1 | -1/+0 |
| * | | | Fix indent | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -44/+44 |
| * | | | Removed old route, fix tests and fix var type | John Molakvoæ (skjnldsv) | 2018-06-13 | 3 | -3/+2 |
| * | | | Avatar imagick bump | John Molakvoæ (skjnldsv) | 2018-06-13 | 5 | -120/+63 |
| * | | | Embedded font | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -2/+11 |
| * | | | Fixed since requirement | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -0/+1 |
| * | | | Added new tests | John Molakvoæ (skjnldsv) | 2018-06-13 | 1 | -0/+36 |