aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12009 from ↵blizzz2018-10-311-41/+99
|\ | | | | | | | | nextcloud/feature/noid/populate-notification-message-with-the-comment Populate the mention-notification with the actual message
| * Populate the mention-notification with the actual messageJoas Schilling2018-10-301-41/+99
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #12095 from ↵Roeland Jago Douma2018-10-311-0/+51
|\ \ | | | | | | | | | | | | MasterOfDeath/OCA-ShareByMail-Capabilities-test-unit OCA\ShareByMail\Capabilities add unit test
| * | OCA\ShareByMail\Capabilities unit testMasterOfDeath2018-10-311-0/+51
| | | | | | | | | | | | | | | | | | OCA\ShareByMail\Capabilities unit test Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru>
* | | Merge pull request #12147 from ↵Roeland Jago Douma2018-10-311-0/+72
|\ \ \ | | | | | | | | | | | | | | | | MasterOfDeath/OCA-SystemTags-Activity-Setting-add-unit-test OCA\SystemTags\Activity\Setting unit test
| * | | OCA\SystemTags\Activity\Setting unit testRinat Gumirov2018-10-311-0/+72
| | | | | | | | | | | | | | | | Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru>
* | | | slightly round off thumbnails in list view tooJan-Christoph Borchardt2018-10-311-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #12020 from ↵blizzz2018-10-301-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/11795/calendar_invitation_fallback_lang Calendar invitation: use system default instead of sender's language as fallback
| * | | | Calendar invitation: use system default instead of sender's language as fallbackGeorg Ehrke2018-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-302-4/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidationRoeland Jago Douma2018-10-302-8/+56
|\ \ \ \ \ | | | | | | | | | | | | Sharing user consolidation
| * | | | | Styling papercutsJulius Härtl2018-10-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Update AddressBookImpl documentationJulius Härtl2018-10-301-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Make enhancing entries with type property optionalJulius Härtl2018-10-301-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Make dropdown height 6 1/2 entriesJulius Härtl2018-10-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Increase max-width of the share autocompletion suggestionsJulius Härtl2018-10-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Merge contacts and add type of result to the UIJulius Härtl2018-10-301-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add type of properties to address book resultsJulius Härtl2018-10-301-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Remove federated sharing address books which are the same as local onesJulius Härtl2018-10-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Improve share select listJulius Härtl2018-10-301-0/+1
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Honour "hide download" in the public share pageDaniel Calviño Sánchez2018-10-303-8/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the "hide download" property of a share is set the public share page will not show the download button nor the menu with the download, direct link and "Add to your Nextcloud" actions; the "downloadURL" hidden field will not be included either in the generated HTML. Despite that, note that the "downloadURL" parameter is still set and passed to the template, as this could be needed anyway to generate previews (for example, of audio files). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Expose hide download to public pageRoeland Jago Douma2018-10-303-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Propegate hide download state in share providerRoeland Jago Douma2018-10-302-4/+31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #11946 from ↵Morris Jobke2018-10-3012-94/+94
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/11945/fix-js-namespace-of-files-external Fix JS namespace of files_external app
| * | | | | Fix JS namespace of files_external appJoas Schilling2018-10-3012-94/+94
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #12130 from nextcloud/fix/reset_bruteforce_oauthRoeland Jago Douma2018-10-302-2/+48
|\ \ \ \ \ \ | | | | | | | | | | | | | | Reset bruteforce on token refresh OAuth
| * | | | | | Reset bruteforce on token refresh OAuthRoeland Jago Douma2018-10-302-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using atoken obtained via OAuth the token expires. Resulting in brute force attempts hitting the requesting IP. This resets the brute force attempts for that UID on a valid refresh of the token. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #12054 from nextcloud/fix/5212/interact-with-userobjectRoeland Jago Douma2018-10-302-6/+50
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | LDAP: announce display name changes so that addressbook picks it up
| * | | | | | do not run into UniqueConstraintViolationExceptionArthur Schiwon2018-10-302-11/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | … when an unmapped user logs in for the first time when background job mode is ajax and no memcache was configured. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | only write when the displayname differs, but then announce itArthur Schiwon2018-10-252-2/+34
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | refs #5212 and fixes #9112 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #12070 from nextcloud/fix/noid/announce-chosen-uidMorris Jobke2018-10-301-3/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | announce the chosen uid (fixes wrong variable usage)
| * | | | | fixes wrong variable usageArthur Schiwon2018-10-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-10-306-8/+14
| | | | | |
* | | | | | A folder should get a folder mimetypeRoeland Jago Douma2018-10-291-0/+5
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If doing achunked upload the mimetype of the folder would otherwise be guessed from the path. Which always returned application/octet-stream. If an access control rule to block that is in place this means that all chunked uploads fail hard in directories as the isCreatable on the directory always fails. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #12113 from nextcloud/fileinfo-getextensionMorris Jobke2018-10-291-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Add getExtension() to FileInfo
| * | | | | Add getExtension() to FileInfoRobin Appelman2018-10-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is a fairly common operation so it makes sense to prevent having to repeatedly implement it. Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #12107 from ↵Morris Jobke2018-10-292-1/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/12086/no-unintentional-empty-attributes remove unneeded empty LDAP search attribute values
| * | | | | | remove unneeded empty search attribute values, fixes #12086Arthur Schiwon2018-10-292-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #12041 from nextcloud/gridfixesRoeland Jago Douma2018-10-291-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Properly hide files when searching
| * | | | | | | Properly hide files when searchingJohn Molakvoæ (skjnldsv)2018-10-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | Merge pull request #12019 from nextcloud/icons-svg-api-fixesJohn Molakvoæ2018-10-291-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Move svg api endpoint
| * | | | | | | Adjust accessibility app color replacementJulius Härtl2018-10-291-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #12106 from nextcloud/bugfix/noid/federated-settings-logoRoeland Jago Douma2018-10-291-6/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix logo path in personal federated sharing settings
| * | | | | | Fix logo path in personal federated sharing settingsJulius Härtl2018-10-291-6/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / / / / / Bump webpack from 4.22.0 to 4.23.1 in /apps/oauth2dependabot[bot]2018-10-292-101/+101
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.22.0 to 4.23.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.22.0...v4.23.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Bump webpack from 4.22.0 to 4.23.1 in /apps/updatenotificationdependabot[bot]2018-10-292-101/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.22.0 to 4.23.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.22.0...v4.23.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Merge pull request #12096 from ↵Roeland Jago Douma2018-10-292-101/+101
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.23.1 Bump webpack from 4.22.0 to 4.23.1 in /apps/accessibility
| * | | | | Bump webpack from 4.22.0 to 4.23.1 in /apps/accessibilitydependabot[bot]2018-10-282-101/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.22.0 to 4.23.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.22.0...v4.23.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-10-2926-66/+244
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2018-10-286-8/+38
| | | | |