summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Update author informationLukas Reschke2016-03-0112-5/+12
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Merge pull request #22667 from owncloud/scrollbarThomas Müller2016-03-011-1/+2
|\ | | | | make scrollbar less obnoxious: tad narrower, rounded corners
| * make scrollbar less obnoxious: tad narrower, rounded cornersJan-Christoph Borchardt2016-02-261-1/+2
| |
* | Merge pull request #22677 from ↵Thomas Müller2016-03-012-6/+20
|\ \ | | | | | | | | | | | | owncloud/allow-to-overwrite-single-l10n-string-via-theme Allow to overwrite a single language string via the theme folder
| * | Improved JS L10N bundle merging + testsVincent Petry2016-02-292-3/+9
| | |
| * | Allow to overwrite a single language string via the theme folderJoas Schilling2016-02-261-6/+14
| | |
* | | Merge pull request #22725 from owncloud/app-bannersThomas Müller2016-03-013-163/+3
|\ \ \ | | | | | | | | compress app banners on personal page
| * | | compress app banners on personal pageJan-Christoph Borchardt2016-02-293-163/+3
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-0110-2/+24
| | | |
* | | | Merge pull request #22701 from owncloud/input-telThomas Müller2016-02-291-0/+4
|\ \ \ \ | |/ / / |/| | | Style telephone inputs like other types
| * | | style telephone inputs like other typesHendrik Leppelsack2016-02-291-0/+4
| | | |
* | | | Merge pull request #22663 from owncloud/sidebar-mobileThomas Müller2016-02-292-5/+1
|\ \ \ \ | | | | | | | | | | do not expand sidebar to full width on mobile, but up the min-width
| * | | | do not expand sidebar to full width on mobile, but up the min-width, fix #19915Jan-Christoph Borchardt2016-02-252-5/+1
| | |_|/ | |/| |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-296-0/+20
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-2818-4/+44
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-2744-44/+8
| | |
* | | Merge pull request #22608 from owncloud/collaborative-tagsThomas Müller2016-02-261-1/+1
|\ \ \ | | | | | | | | Rename system tags app to collaborative tags
| * | | Rename system tags app to collaborative tagsJoas Schilling2016-02-261-1/+1
| | |/ | |/|
* | | Merge pull request #22461 from owncloud/fix_6773Thomas Müller2016-02-263-14/+16
|\ \ \ | |/ / |/| | Allow theming of actions
| * | Make more action icons themable + style fixesVincent Petry2016-02-251-2/+1
| | | | | | | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons.
| * | Make file actions use icon CSS classesRoeland Jago Douma2016-02-252-12/+15
| |/ | | | | | | This makes theming of file actions possible
* / [tx-robot] updated from transifexJenkins for ownCloud2016-02-2616-0/+36
|/
* Merge pull request #22654 from owncloud/icon-fixesThomas Müller2016-02-253-0/+17
|\ | | | | add download icon for image detail view, ref gallery issue 51
| * add download icon for image detail view, ref gallery issue 51Jan-Christoph Borchardt2016-02-253-0/+17
| |
* | Merge pull request #22611 from owncloud/add-uid-on-hoverThomas Müller2016-02-252-3/+12
|\ \ | | | | | | Add the uid on hover for sharing autocomplete
| * | Tweak tooltip style for recipientsVincent Petry2016-02-252-2/+10
| | |
| * | Add the uid on hover for sharing autocompleteJoas Schilling2016-02-241-1/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-2584-284/+840
| |/ |/|
* | Update davclient.js for headers fixVincent Petry2016-02-241-1/+2
|/
* Remove unused update-notification styleVincent Petry2016-02-221-2/+2
|
* Fix unit tests affected by side effectsVincent Petry2016-02-221-1/+3
| | | | | | | | The notification tests were not restoring the clock properly, but indirectly helped other tests pass. Since now we're restoring the clock properly, the other tests were fixed to still work.
* Accumulate notifications instead of blinkingVincent Petry2016-02-223-114/+283
| | | | | This makes it possible to display multiple notifications. If the options.type is set to "error", it will also add a close button.
* Merge pull request #22526 from owncloud/fix-english-textsThomas Müller2016-02-212-4/+4
|\ | | | | Fix error in source language strings
| * Fix error ins source language stringsThomas Müller2016-02-192-4/+4
| | | | | | | | | | https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/core/50786279 https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/settings-1/50555028
* | Merge pull request #22529 from owncloud/tags-styleThomas Müller2016-02-191-4/+32
|\ \ | |/ |/| improve tags interface styling
| * improve tags interface stylingJan-Christoph Borchardt2016-02-191-4/+32
| |
* | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdavThomas Müller2016-02-192-2/+6
|\ \ | | | | | | Require CSRF token for non WebDAV authenticated requests
| * | Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-182-2/+6
| |/
* / Fix on shared groups assignment.Leonardo Diez2016-02-181-1/+1
|/
* Merge pull request #16783 from owncloud/handle-redirects-globalThomas Müller2016-02-175-4/+120
|\ | | | | Adding global error handler for ajax calls which run into redirection…
| * Add handler for global ajax errorsVincent Petry2016-02-155-8/+117
| |
| * Adding global error handler for ajax calls which run into redirections or ↵Thomas Müller2016-02-151-0/+7
| | | | | | | | unauthorized responses
* | Merge pull request #22445 from owncloud/files-client-sendpropfindheadersThomas Müller2016-02-172-17/+14
|\ \ | | | | | | Files DAV client send propfind headers
| * | Fix redundant headers in files dav clientVincent Petry2016-02-161-12/+7
| | | | | | | | | | | | | | | The defaultHeaders are already injected with the xhrProvider, so no need to pass them again a second time.
| * | Update davclient library for propfind headersVincent Petry2016-02-161-5/+7
| | |
* | | Merge pull request #22452 from owncloud/fix_22441Thomas Müller2016-02-172-0/+43
|\ \ \ | | | | | | | | Unlock sharee input field when sharing fails
| * | | Do not clear sharee input on failed shareRoeland Jago Douma2016-02-171-2/+2
| | | |
| * | | Unlock sharee input field when sharing failsRoeland Jago Douma2016-02-172-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22441 When addShares fails (for whatever reason) we should unlock the sharee input field so the user does not have to reload the page.
* | | | Merge pull request #22437 from owncloud/fix_14095Thomas Müller2016-02-171-1/+1
|\ \ \ \ | | | | | | | | | | Allow searching for single character users to share with
| * | | | Allow searching for single userRoeland Jago Douma2016-02-161-1/+1
| | |/ / | |/| |