summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Access needs UserManager, missed to add in #8833Arthur Schiwon2018-04-232-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-04-2132-4/+180
|
* Merge pull request #9254 from nextcloud/fix-app-sidebar-offsetMorris Jobke2018-04-201-1/+1
|\ | | | | Also adjust app sidebar offset to new header height
| * Also adjust app sidebar offset to new header heightJulius Härtl2018-04-201-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-04-2012-0/+22
|/
* Merge pull request #9224 from nextcloud/accessibility-improvementsMorris Jobke2018-04-1910-27/+55
|\ | | | | Add labels for Contacts menu and Settings, thanks to @MarcoZehe
| * Fix form labels and main landmark on log in pageJan-Christoph Borchardt2018-04-182-1/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Do not restrict zooming inJan-Christoph Borchardt2018-04-184-4/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Add aria-label to more-apps menu as wellJan-Christoph Borchardt2018-04-181-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Ensure proper color contrast according to WCAG AAJan-Christoph Borchardt2018-04-184-9/+17
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Add proper ARIA attributes and structure to header for accessibility, thanks ↵Jan-Christoph Borchardt2018-04-182-11/+27
| | | | | | | | | | | | to @MarcoZehe Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #9237 from ↵Morris Jobke2018-04-192-13/+41
|\ \ | | | | | | | | | | | | nextcloud/fix-ids-of-permission-checkboxes-for-shares Fix ids of permission checkboxes for shares
| * | Remove no longer needed escaping of special charactersDaniel Calviño Sánchez2018-04-181-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The escaping of special characters was needed when the ids of the permission checkboxes for shares were based on the "shareWith" field. Since they are based on the "shareId" field the escaping is no longer needed, as the "sharedId" is expected to always contain compatible characters. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Fix ids of permission checkboxes for sharesDaniel Calviño Sánchez2018-04-182-11/+41
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ids of permission checkboxes for shares were generated using the "shareWith" field of the share. The "shareWith" field can contain spaces (as spaces are allowed, for example, in user or circle names), so this could cause the id attribute of the HTML element to contain spaces too, which is forbidden by the HTML specification. It is not just a "formal" issue, though; when the list was rendered, if the id contained a space the selector to get the checkbox element was wrong (as it ended being something like "#canEdit-view1-name with spaces") and thus the initial state of the checkbox was not properly set. Besides that, "shareWith" can contain too single quotes, which would even cause the jQuery selector to abort the search and leave the UI in an invalid state. Instead of adding more cases to the regular expression to escape special characters and apply it too when the ids are created now the ids of permission checkboxes for shares are based on the "shareId" field instead of on "shareWith", as "shareId" is expected to always contain compatible characters. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-04-19150-124/+222
| |
* | Merge pull request #9106 from ↵Roeland Jago Douma2018-04-186-8/+71
|\ \ | |/ |/| | | | | nextcloud/feature/7488/run_federated_discoverjob_in_cron Run federated discoverjob in cron
| * Fix PHPDocMorris Jobke2018-04-181-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * 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>
| * Allow to skip retrieving from cache in the DiscoveryServiceRoeland Jago Douma2018-04-182-7/+11
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9218 from nextcloud/personal-settingsJohn Molakvoæ2018-04-182-78/+136
|\ | | | | Move personal settings to css grid layout
| * Move personal settings to css grid layoutJulius Härtl2018-04-172-78/+136
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-04-18254-572/+572
| |
* | Merge pull request #9174 from nextcloud/dav-free-space-messageMorris Jobke2018-04-171-2/+2
|\ \ | | | | | | log more information about insufficient storage in dav plugin
| * | 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 #9217 from nextcloud/show-link-trusted-domainsRoeland Jago Douma2018-04-179-182/+4
|\ \ \ | |_|/ |/| | Show a link to the docs instead of a button on the untrusted domain page
| * | Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke2018-04-179-182/+4
| | | | | | | | | | | | | | | | | | | | | | | | Before there was a button to "quickly" add the untrusted domain to the config. This button often didn't worked, because the generated URL was often untrusted as well. Thus removing it and providing proper docs seems to be the better approach to handle this rare case. Also the log should not be spammed by messages for the untrusted domain accesses, because they are user related and not necessarily an administrative issue. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #9211 from nextcloud/update-crlMorris Jobke2018-04-171-12/+12
|\ \ \ | |_|/ |/| | Update CRL to include old quicknotes cert
| * | Update CRL to include old quicknotes certMorris Jobke2018-04-171-12/+12
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #9177 from nextcloud/log-exception-argument-classesRobin Appelman2018-04-174-95/+145
|\ \ \ | |_|/ |/| | Log classnames of arguments in exception trace
| * | Log classnames of arguments in exception traceRobin Appelman2018-04-174-95/+145
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9159 from nextcloud/appinfo-single-localizedMorris Jobke2018-04-174-0/+34
|\ \ | | | | | | fix appinfo parsing when a single localized option is provided
| * | fix appinfo parsing when a single localized option is providedRobin Appelman2018-04-174-0/+34
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9203 from nextcloud/declare-func-as-safeMorris Jobke2018-04-172-15/+17
|\ \ | |/ |/| Declare func() as safe method in phan
| * Declare func() as safe method in phanMorris Jobke2018-04-172-15/+17
| | | | | | | | | | | | We added a special `func()` method to the query builder, which is a plain text function by definition. It uses the string and does no escaping on purpose. It has the potential for an injection but requiring to add the "supress warning" to all surrounding code makes it harder to spot actual problems, that this plugin want to find. So it's better to only need to check the func() and not all the surrounding code as well. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | 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
| | |
* | | Merge pull request #9205 from nextcloud/plaintext-emailsMorris Jobke2018-04-165-16/+80
|\ \ \ | | | | | | | | Provide an option to disable HTML emails
| * | | Provide an option to disable HTML emailsMorris Jobke2018-04-165-16/+80
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #9168 from ↵Morris Jobke2018-04-163-5/+7
|\ \ \ | |/ / |/| | | | | | | | nextcloud/enabled-state-proper-return-and-tests-fixes Return proper boolean user enabled state api
| * | Return proper boolean user enabled state apiJohn Molakvoæ (skjnldsv)2018-04-163-5/+7
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #9200 from nextcloud/fix-invalid-phan-detectionblizzz2018-04-161-0/+2
|\ \ | | | | | | Fixes false positive possible sql injection by phan
| * | Fixes false positive possible sql injection by phanMorris Jobke2018-04-161-0/+2
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #9172 from nextcloud/karma-avatar-tests-fixMorris Jobke2018-04-161-5/+5
|\ \ | | | | | | Fix js tests with placeholder
| * | Fix js tests with placeholderJohn Molakvoæ (skjnldsv)2018-04-131-5/+5
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>