summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add background job to refresh federated discoveryRoeland Jago Douma2018-04-184-1/+60
| | | | | | Once a day refresh the information automatically in cron Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* log more information about insufficient storage in dav pluginRobin Appelman2018-04-171-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #9162 from nextcloud/allow-lang-ocs-apiRoeland Jago Douma2018-04-171-1/+7
|\ | | | | Add language support for user creation
| * Fixed testsJohn Molakvoæ (skjnldsv)2018-04-161-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Add language support for user creationJohn Molakvoæ (skjnldsv)2018-04-161-1/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #9184 from nextcloud/bug-9150Morris Jobke2018-04-171-3/+6
|\ \ | | | | | | Fixes issue with the large cursor on Safari in the comment section.
| * | Fixes issue with the large cursor on Safari in the comment section.Abijeet2018-04-141-3/+6
| | | | | | | | | | | | | | | | | | This was being caused due to the `display: inline-block` on the contenteditable div. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Merge pull request #9206 from nextcloud/fix-select-textRoeland Jago Douma2018-04-171-6/+0
|\ \ \ | | | | | | | | Fix user selectable text for public links for text files
| * | | Fix user selectable text for public links for text filesMorris Jobke2018-04-161-6/+0
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-04-178-4/+8
| | |
* | | Return proper boolean user enabled state apiJohn Molakvoæ (skjnldsv)2018-04-162-3/+3
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / [tx-robot] updated from transifexNextcloud bot2018-04-164-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-04-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-138-0/+18
|
* Revert "Add language support for user creation in api"Morris Jobke2018-04-121-6/+1
|
* [tx-robot] updated from transifexNextcloud bot2018-04-12138-260/+270
|
* Merge pull request #8452 from sagorika1996/folderMorris Jobke2018-04-111-0/+2
|\ | | | | Descend into newly created folder by clicking enter again
| * updated jsSagorika Das2018-03-011-5/+1
| | | | | | | | Signed-off-by: Sagorika Das <sagorika1996@gmail.com>
| * New folder creation flowSagorika Das2018-03-011-0/+6
| | | | | | | | | | Descend into newly created folder by clicking enter again. Signed-off-by: Sagorika Das <sagorika1996@gmail.com>
* | Merge pull request #9144 from nextcloud/allow-lang-ocs-apiMorris Jobke2018-04-111-1/+6
|\ \ | | | | | | Add language support for user creation in api
| * | Add language support for user creationJohn Molakvoæ (skjnldsv)2018-04-111-1/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #9148 from nextcloud/dav-read-exceptionRoeland Jago Douma2018-04-111-1/+5
|\ \ \ | | | | | | | | transform exception during file read to sabre exceptions
| * | | transform exception during file read to sabre exceptionsRobin Appelman2018-04-111-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #9097 from nextcloud/bugfix/7661/use_mb_substrJulius Härtl2018-04-111-2/+2
|\ \ \ \ | | | | | | | | | | Use multibyte substring
| * | | | Use multibyte substringRoeland Jago Douma2018-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7661 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7800 from Abijeet/bug-7281Morris Jobke2018-04-115-103/+240
|\ \ \ \ \ | |_|/ / / |/| | | | Fixes the usability issues with the comment section delete and edit
| * | | | Fixing failing test cases due to change in functionality.Abijeet2018-03-272-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #8946 from nextcloud/log-exceptions-as-nested-array-2Morris Jobke2018-04-111-8/+18
|\ \ \ \ \ | | | | | | | | | | | | Log exceptions as nested array instead of encoded json
| * | | | | adjust tests to new exception log formatRobin Appelman2018-04-111-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-04-1112-70/+130
| | | | | |
* | | | | | Merge pull request #9136 from ↵Morris Jobke2018-04-112-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix_provisioning_integrationtests The integrationtests expect a string
| * | | | | | Fix testsRoeland Jago Douma2018-04-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | The integrationtests expect a stringRoeland Jago Douma2018-04-101-1/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooksMorris Jobke2018-04-1113-19/+147
|\ \ \ \ \ \ | |/ / / / / |/| | | | | add anounce- and (pre/|post)RevokeUser signals for non-native backends
| * | | | | DI for NC's user managerArthur Schiwon2018-04-056-14/+35
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | more consistent namingArthur Schiwon2018-04-056-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-053-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon2018-04-055-7/+68
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-04-1096-212/+244
| | | | |
* | | | | Merge pull request #9111 from nextcloud/use-proper-bool-user-disabled-stateMorris Jobke2018-04-092-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Return proper boolean and do not save enabled state in db
| * | | | | Fixed testsJohn Molakvoæ (skjnldsv)2018-04-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Properly return boolean on enable stateJohn Molakvoæ (skjnldsv)2018-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>