summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use constant for token versionRoeland Jago Douma2018-06-189-20/+27
| | | | | | | And don't set the version in the constructor. That would possible cause to many updates. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add more testsRoeland Jago Douma2018-06-187-34/+506
| | | | | | | | * Add a lot of tests * Fixes related to those tests * Fix tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Generate the new publicKey tokens by default!Roeland Jago Douma2018-06-181-2/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Actually convert the tokenRoeland Jago Douma2018-06-183-40/+94
| | | | | | | | | | * When getting the token * When rotating the token * Also store the encrypted password as base64 to avoid weird binary stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add publickey provider to managerRoeland Jago Douma2018-06-181-47/+52
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* SetPassword on PublicKeyTokensRoeland Jago Douma2018-06-183-14/+31
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-189-97/+34
| | | | | | We don't have user objects in the code everywhere Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add first testsRoeland Jago Douma2018-06-184-1/+785
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Initial PKT implementationRoeland Jago Douma2018-06-188-11/+678
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add new authtoken v2 columns to the authtoken tableRoeland Jago Douma2018-06-184-1/+57
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Abstract the Provider via a managerRoeland Jago Douma2018-06-184-9/+213
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9893 from kevgathuku/update-unshare-messageJulius Härtl2018-06-181-1/+1
|\ | | | | Update message shown when unsharing a file
| * Update message shown when unsharing a fileKevin Ndung'u2018-06-181-1/+1
| | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
* | Merge pull request #9884 from nextcloud/groups-search-use-proper-keysJulius Härtl2018-06-183-10/+11
|\ \ | | | | | | Add search to users details groups
| * | Tests fixJohn Molakvoæ (skjnldsv)2018-06-151-5/+5
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Keep userids as keys on group searchJohn Molakvoæ (skjnldsv)2018-06-152-5/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #9823 from ↵blizzz2018-06-186-7/+42
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/bufgix/noid/update_token_on_session_id_regenerate Update the token on session regeneration
| * | Allow updating the token on session regenerationRoeland Jago Douma2018-06-146-7/+42
| | | | | | | | | | | | | | | | | | | | | Sometimes when we force a session regeneration we want to update the current token for this session. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9717 from nextcloud/feature/actions-menuJohn Molakvoæ2018-06-1816-148/+338
|\ \ \ | | | | | | | | New Feature/actions file menu
| * | | Adds a test case for the loading symbol in deleted files.Abijeet2018-06-183-5/+10
| | | | | | | | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | | Fixes the restore loading icon appearing continuously.Abijeet2018-06-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | | Fixes issue with action being displayed incorrectly.Abijeet2018-06-182-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Also fixes the issue with the loading icon on copy & move. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | | Fix alignment of more iconMorris Jobke2018-06-181-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Fixes UI issues with the design,Abijeet2018-06-182-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Removes an unnecessary width 2. Content of the table header moving down on selection. Happening due to increase in height of header. 3. Invalid font-size for the actions menu. 4. Vertical position of the action menu Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | | Fixes issues found during running of test cases.Abijeet2018-06-184-41/+35
| | | | | | | | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | | Fixed failing test cases for the new actions menu.Abijeet2018-06-182-31/+74
| | | | | | | | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | | Fixes the position of the navigation toggle menu icon in mobile.Abijeet2018-06-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | | Added a new action menu in files and trash list.Abijeet2018-06-1811-132/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses the new file-multi-select-menu component. Towards #7647 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | | Adds an action dropdown that is shown on file selection.Abijeet2018-06-185-33/+157
|/ / / | | | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1810-4/+172
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1732-50/+112
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1622-30/+100
| |/ |/|
* | Merge pull request #9883 from nextcloud/return-user-groups-idsMorris Jobke2018-06-152-4/+4
|\ \ | | | | | | Return groups IDs and not Names
| * | Fixed testsJohn Molakvoæ (skjnldsv)2018-06-151-3/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Return groups IDs and not NamesJohn Molakvoæ (skjnldsv)2018-06-151-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #9258 from nextcloud/theming-logo-pngMorris Jobke2018-06-1512-78/+182
|\ \ \ | |/ / |/| | Convert theming app logo to PNG to show it properly in emails
| * | Add info message if an exception occurs during the svg to png conversionJulius Härtl2018-06-143-3/+19
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Minor fixes and cleanupJulius Härtl2018-06-069-39/+39
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Use svg opt out as parameterJulius Härtl2018-06-054-14/+17
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Adjust ImageManager tests for png generationJulius Härtl2018-06-052-13/+51
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Generate PNG version of the theming app logo for mailsJulius Härtl2018-06-055-22/+69
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #9197 from nextcloud/fix-avatar-centerMorris Jobke2018-06-155-41/+190
|\ \ \ | | | | | | | | Fix avatar generator centering
| * | | Removed debug stackJohn Molakvoæ (skjnldsv)2018-06-151-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix indentJohn Molakvoæ (skjnldsv)2018-06-131-44/+44
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Removed old route, fix tests and fix var typeJohn Molakvoæ (skjnldsv)2018-06-133-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Avatar imagick bumpJohn Molakvoæ (skjnldsv)2018-06-135-120/+63
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Embedded fontJohn Molakvoæ (skjnldsv)2018-06-131-2/+11
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixed since requirementJohn Molakvoæ (skjnldsv)2018-06-131-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Added new testsJohn Molakvoæ (skjnldsv)2018-06-131-0/+36
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Unify colour algorithm outputJohn Molakvoæ (skjnldsv)2018-06-132-8/+17
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>