summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Revert "Populate the mention-notification with the actual message"Arthur Schiwon2018-10-311-99/+41
* Merge pull request #11647 from nextcloud/make-possible-for-tab-views-to-add-c...Julius Härtl2018-10-312-0/+18
|\
| * Make possible for tab views to add CSS classes to their containerDaniel Calviño Sánchez2018-10-042-0/+18
* | Merge pull request #12009 from nextcloud/feature/noid/populate-notification-m...blizzz2018-10-311-41/+99
|\ \
| * | Populate the mention-notification with the actual messageJoas Schilling2018-10-301-41/+99
* | | Merge pull request #12095 from MasterOfDeath/OCA-ShareByMail-Capabilities-tes...Roeland Jago Douma2018-10-311-0/+51
|\ \ \
| * | | OCA\ShareByMail\Capabilities unit testMasterOfDeath2018-10-311-0/+51
* | | | Merge pull request #12147 from MasterOfDeath/OCA-SystemTags-Activity-Setting-...Roeland Jago Douma2018-10-311-0/+72
|\ \ \ \
| * | | | OCA\SystemTags\Activity\Setting unit testRinat Gumirov2018-10-311-0/+72
* | | | | slightly round off thumbnails in list view tooJan-Christoph Borchardt2018-10-311-0/+1
* | | | | Merge pull request #12020 from nextcloud/bugfix/11795/calendar_invitation_fal...blizzz2018-10-301-1/+1
|\ \ \ \ \
| * | | | | Calendar invitation: use system default instead of sender's language as fallbackGeorg Ehrke2018-10-241-1/+1
* | | | | | Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-302-4/+2
* | | | | | Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidationRoeland Jago Douma2018-10-302-8/+56
|\ \ \ \ \ \
| * | | | | | Styling papercutsJulius Härtl2018-10-301-0/+5
| * | | | | | Update AddressBookImpl documentationJulius Härtl2018-10-301-1/+9
| * | | | | | Make enhancing entries with type property optionalJulius Härtl2018-10-301-4/+9
| * | | | | | Make dropdown height 6 1/2 entriesJulius Härtl2018-10-301-2/+2
| * | | | | | Increase max-width of the share autocompletion suggestionsJulius Härtl2018-10-301-2/+2
| * | | | | | Merge contacts and add type of result to the UIJulius Härtl2018-10-301-0/+19
| * | | | | | Add type of properties to address book resultsJulius Härtl2018-10-301-1/+7
| * | | | | | Remove federated sharing address books which are the same as local onesJulius Härtl2018-10-301-2/+6
| * | | | | | Improve share select listJulius Härtl2018-10-301-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Honour "hide download" in the public share pageDaniel Calviño Sánchez2018-10-303-8/+126
* | | | | | Expose hide download to public pageRoeland Jago Douma2018-10-303-2/+5
* | | | | | Propegate hide download state in share providerRoeland Jago Douma2018-10-302-4/+31
* | | | | | Merge pull request #11946 from nextcloud/bugfix/11945/fix-js-namespace-of-fil...Morris Jobke2018-10-3012-94/+94
|\ \ \ \ \ \
| * | | | | | Fix JS namespace of files_external appJoas Schilling2018-10-3012-94/+94
* | | | | | | Merge pull request #12130 from nextcloud/fix/reset_bruteforce_oauthRoeland Jago Douma2018-10-302-2/+48
|\ \ \ \ \ \ \
| * | | | | | | Reset bruteforce on token refresh OAuthRoeland Jago Douma2018-10-302-2/+48
* | | | | | | | Merge pull request #12054 from nextcloud/fix/5212/interact-with-userobjectRoeland Jago Douma2018-10-302-6/+50
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | do not run into UniqueConstraintViolationExceptionArthur Schiwon2018-10-302-11/+23
| * | | | | | | only write when the displayname differs, but then announce itArthur Schiwon2018-10-252-2/+34
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #12070 from nextcloud/fix/noid/announce-chosen-uidMorris Jobke2018-10-301-3/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fixes wrong variable usageArthur Schiwon2018-10-261-3/+3
* | | | | | | [tx-robot] updated from transifexNextcloud bot2018-10-306-8/+14
* | | | | | | A folder should get a folder mimetypeRoeland Jago Douma2018-10-291-0/+5
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #12113 from nextcloud/fileinfo-getextensionMorris Jobke2018-10-291-0/+4
|\ \ \ \ \ \
| * | | | | | Add getExtension() to FileInfoRobin Appelman2018-10-291-0/+4
* | | | | | | Merge pull request #12107 from nextcloud/fix/12086/no-unintentional-empty-att...Morris Jobke2018-10-292-1/+13
|\ \ \ \ \ \ \
| * | | | | | | remove unneeded empty search attribute values, fixes #12086Arthur Schiwon2018-10-292-1/+13
* | | | | | | | Merge pull request #12041 from nextcloud/gridfixesRoeland Jago Douma2018-10-291-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Properly hide files when searchingJohn Molakvoæ (skjnldsv)2018-10-291-1/+2
* | | | | | | | | Merge pull request #12019 from nextcloud/icons-svg-api-fixesJohn Molakvoæ2018-10-291-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Adjust accessibility app color replacementJulius Härtl2018-10-291-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #12106 from nextcloud/bugfix/noid/federated-settings-logoRoeland Jago Douma2018-10-291-6/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix logo path in personal federated sharing settingsJulius Härtl2018-10-291-6/+1
| |/ / / / / /
* / / / / / / Bump webpack from 4.22.0 to 4.23.1 in /apps/oauth2dependabot[bot]2018-10-292-101/+101
|/ / / / / /
* | | | | | Bump webpack from 4.22.0 to 4.23.1 in /apps/updatenotificationdependabot[bot]2018-10-292-101/+101
* | | | | | Merge pull request #12096 from nextcloud/dependabot/npm_and_yarn/apps/accessi...Roeland Jago Douma2018-10-292-101/+101
|\ \ \ \ \ \