aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #9024 from nextcloud/fix/app-fetcher-major-minor-versionsMorris Jobke2018-04-116-17/+225
|\ \ \ \ | | | | | | | | | | Fix version comparison with minor and patch level requirements
| * | | | Bump autoloaderRoeland Jago Douma2018-04-112-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Log possible exception caused by wrong version numberMorris Jobke2018-04-111-10/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Fix version comparison with minor and patch level requirementsChristoph Wurst2018-04-114-14/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an app requires a specific minor or path level server version, the version_compare prevented the installation as only the major version had been compared and that checks obviously returns `false`. Now the full version is used for comparison, making it possible to release apps for a specific minor or patch level version of Nextcloud. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #7800 from Abijeet/bug-7281Morris Jobke2018-04-116-104/+242
|\ \ \ \ \ | | | | | | | | | | | | Fixes the usability issues with the comment section delete and edit
| * | | | | 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 #9147 from nextcloud/log-previous-exceptionMorris Jobke2018-04-111-12/+23
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | log previous exception
| * | | | | log previous exceptionRobin Appelman2018-04-111-12/+23
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #8946 from nextcloud/log-exceptions-as-nested-array-2Morris Jobke2018-04-114-58/+129
|\ \ \ \ \ | | | | | | | | | | | | Log exceptions as nested array instead of encoded json
| * | | | | adjust tests to new exception log formatRobin Appelman2018-04-112-14/+31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Log exceptions as nested array instead of encoded jsonRobin Appelman2018-04-103-50/+104
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #9143 from nextcloud/disable-broken-swiftMorris Jobke2018-04-111-6/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Disable unreliable swift tests
| * | | | | | Disable unreliable swift testsMorris Jobke2018-04-111-6/+6
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #9074 from nextcloud/ARGON2IMorris Jobke2018-04-112-45/+122
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add ARGON2I support to the hasher
| * | | | | Add ARGON2I support to the hasherRoeland Jago Douma2018-04-042-45/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When on php7.2 we can use the new and improved ARGON2I hashing. This adds support for that to the hasher. When verifying an old hash we'll update rehash to move all hashes eventually to the new hash function. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-04-1122-70/+160
| | | | | |
* | | | | | 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 #9137 from nextcloud/default-log-rotate-sizeMorris Jobke2018-04-114-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Set the default log rotate size to 100 MB
| * | | | | | | Set the default log rotate size to 100 MBMorris Jobke2018-04-114-5/+5
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #8910 from nextcloud/fix-login-errorMorris Jobke2018-04-111-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Avoid to leak a user ID that is not a string to reach a user backend
| * | | | | | | Use proper typesRoeland Jago Douma2018-04-111-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | Avoid to leak a user ID that is not a string to reach a user backendMorris Jobke2018-04-111-0/+4
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooksMorris Jobke2018-04-1116-19/+156
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | 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-059-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | admin_audit and dav listen to announce and revoke signalsArthur Schiwon2018-04-056-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #9128 from nextcloud/bugfix/9076/make_oracle_happyRoeland Jago Douma2018-04-111-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Also make the uid_lower migration work on oracle
| * | | | | | | Also make it the uid_lower migration work on oracleRoeland Jago Douma2018-04-101-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #9132 from nextcloud/remove-navigation-ajaxMorris Jobke2018-04-113-33/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Replace the ajax navigationdetect endpoint with the new one from NavigationController
| * | | | | | Use new navigation endpoint and get rid of the legacy navigationdetect ajaxJulius Härtl2018-04-103-33/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #9130 from nextcloud/fix/app-fetcher-phpdocRoeland Jago Douma2018-04-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix AppFetcher::setVersion phpdoc
| * | | | | | Fix AppFetcher::setVersion phpdocChristoph Wurst2018-04-101-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #9002 from nextcloud/whitespaceJan-Christoph Borchardt2018-04-104-34/+38
|\ \ \ \ \ \ | |/ / / / / |/| | | | | More whitespace: Increase header height from 45px to 50