aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixing failing test cases due to change in functionality.Abijeet2018-03-273-26/+27
| | | | | | Also fixes scrutinizer warnings. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Disabled comment changes opacity only for message text.Abijeet2018-03-271-1/+1
| | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Adds a tooltip for the submit / save button in comments.Abijeet2018-03-272-3/+3
| | | | | | | | Towards #7281 Also hiding the menu before triggering click action. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Added ellipsis for longer usernames.Abijeet2018-03-271-1/+6
| | | | | | Towards #7281 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Moves the edit and delete options into a dropdown menu.Abijeet2018-03-274-25/+151
| | | | | | | | | Fixes #7281 - Added a new View to render the dropdown. - Modified the existing code. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Converts the css file to scss file, and adds border-top to comments.Abijeet2018-03-271-0/+4
| | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Fixes the following UI issues,Abijeet2018-03-272-57/+52
| | | | | | | | | | | | | | | | 1. Increased the size of the delete, edit, close and submit buttons to take up 44x44px. 2. Now showing the delete button at all times when editing to avoid usability issues with touch screens. 3. Edit icon is also shown at all times, rather than only on hover. 4. Reduced the gap between comments a wee bit. 5. Fixed issues with focus event now working properly for edit and delete. 6. Removed absolute positioning of elements for alignment. 7. Fixed issue with tooltips becoming too high due to padding around actions. Occurred due to my changes. 8. Changed the position of the submit and close icons. 9. Fixed issue with jumping of the delete icon in Firefox. Occurred due to my changes. 10. Fixed issue with wrapping of content due to long author names. Occurred due to my changes. 11. Fixed issue with longer comments not appearing properly. This might have occurred due to my changes. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Fixes div being added placed directly under ul during editing of comments.Abijeet2018-03-271-4/+5
| | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Fixes issue where saving a non-modified comment kept the edit window open.Abijeet2018-03-271-0/+6
| | | | | | Now irrespective of the whether the comment has been modified we are going to go back to the view mode. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Merge pull request #8988 from ↵Roeland Jago Douma2018-03-261-56/+0
|\ | | | | | | | | nextcloud/techdep/noid/removeDeprecatedPrivateBackend Remove deprecated OC_Group_Backend
| * Remove deprecated OC_Group_BackendRoeland Jago Douma2018-03-261-56/+0
|/ | | | | | | * Private class * Has been deprecated since NC10 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-03-2612-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-03-2520-10/+154
|
* [tx-robot] updated from transifexNextcloud bot2018-03-2416-0/+22
|
* Merge pull request #8943 from nextcloud/dep_oc_jsonRoeland Jago Douma2018-03-2328-264/+96
|\ | | | | Remove \OCP\JSON
| * Update autoloaderRoeland Jago Douma2018-03-232-2/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Finally remove \OCP\JSONRoeland Jago Douma2018-03-234-178/+12
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-2225-96/+96
| | | | | | | | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8865 from nextcloud/ocs-groups-displaynameJoas Schilling2018-03-233-0/+59
|\ \ | | | | | | Return groups displayname in provisioning api
| * | Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-233-0/+59
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #8935 from nextcloud/backend_interfacesRoeland Jago Douma2018-03-2313-16/+435
|\ \ \ | | | | | | | | Backend interfaces
| * | | Update autoloaderRoeland Jago Douma2018-03-222-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Document parametersRoeland Jago Douma2018-03-229-0/+30
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move to ABackendRoeland Jago Douma2018-03-222-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move Database backend over to new User/Backend interfacesRoeland Jago Douma2018-03-221-16/+30
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Remove type declarations where not yet possibleRoeland Jago Douma2018-03-224-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Because we don't return consistent things yet :( Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Deprecate implementsActionsRoeland Jago Douma2018-03-221-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Fix phpdocRoeland Jago Douma2018-03-229-0/+62
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add abstract bakend to still be backwards compatible with the old logicRoeland Jago Douma2018-03-221-0/+62
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add interfaces for user backend functionalityRoeland Jago Douma2018-03-228-0/+232
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #8856 from nextcloud/ocs-api-new-user-password-emailMorris Jobke2018-03-232-12/+55
|\ \ \ \ | | | | | | | | | | Allow admin to create users without password by sending mail automatic…
| * | | | Allow admin to create users withoutpassword by sending mail automaticallyJohn Molakvoæ (skjnldsv)2018-03-222-12/+55
| | |_|/ | |/| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #8936 from nextcloud/fix-gallery-selectorsMorris Jobke2018-03-231-2/+5
|\ \ \ \ | | | | | | | | | | Fix gallery buttons selector
| * | | | Fix gallery buttons selectorJohn Molakvoæ (skjnldsv)2018-03-221-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-03-2334-10/+48
| | | | |
* | | | | Merge pull request #8948 from nextcloud/search-dav-selectable_displaynameMorris Jobke2018-03-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Make displayname selectable
| * | | | | Make displayname selectableRoeland Jago Douma2018-03-221-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | It is dav. so if it is not properly set we just return a 404 anyway.
* | | | | Merge pull request #8891 from nextcloud/fix_8890Roeland Jago Douma2018-03-222-12/+11
|\ \ \ \ \ | | | | | | | | | | | | Fix proper permissions for multiple file access
| * | | | | Fix testRoeland Jago Douma2018-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Fix proper permissions for multiple file accessRoeland Jago Douma2018-03-221-11/+10
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8890 In case you have access to a file via multiple ways, for example: 1. the file is shared with you with permission read only 2. the folder containing the file is shared with your read/write Requesting the getById function on the userFolder would give back two entries but both with the same permissions. Depending on the node you picked this is not right. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #8886 from nextcloud/navigation-indicatorMorris Jobke2018-03-221-2/+20
|\ \ \ \ \ | |_|/ / / |/| | | | Make active navigation indicator more obvious
| * | | | Make text of edit entry being aligned with other entriesJulius Härtl2018-03-221-2/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Make active navigation indicator more obviousJulius Härtl2018-03-221-2/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #8939 from nextcloud/fix-8701Roeland Jago Douma2018-03-221-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix search text overlapping close button
| * | | | | Fix search text overlapping clode buttonJulius Härtl2018-03-221-0/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | fixes #8701 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #8909 from ↵Morris Jobke2018-03-223-8/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/feature/noid/make-the-autocomplete-endpoint-ocs Make the new autocomplete endpoint OCS
| * | | | Make the new autocomplete endpoint OCSJoas Schilling2018-03-213-8/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #8506 from nextcloud/use-appmanagerMorris Jobke2018-03-226-20/+17
|\ \ \ \ \ | | | | | | | | | | | | Use isInstalled of AppManger instead of reimplement it
| * | | | | Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-216-20/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #8791 from nextcloud/cleanup-oc_jsonMorris Jobke2018-03-223-39/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Remove unused methods of OC_Json