Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-27 | 44 | -44/+8 | |
| | | | ||||||
* | | | Merge pull request #22608 from owncloud/collaborative-tags | Thomas Müller | 2016-02-26 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Rename system tags app to collaborative tags | |||||
| * | | | Rename system tags app to collaborative tags | Joas Schilling | 2016-02-26 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #22461 from owncloud/fix_6773 | Thomas Müller | 2016-02-26 | 3 | -14/+16 | |
|\ \ \ | |/ / |/| | | Allow theming of actions | |||||
| * | | Make more action icons themable + style fixes | Vincent Petry | 2016-02-25 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons. | |||||
| * | | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 2 | -12/+15 | |
| |/ | | | | | | | This makes theming of file actions possible | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-26 | 16 | -0/+36 | |
|/ | ||||||
* | Merge pull request #22654 from owncloud/icon-fixes | Thomas Müller | 2016-02-25 | 3 | -0/+17 | |
|\ | | | | | add download icon for image detail view, ref gallery issue 51 | |||||
| * | add download icon for image detail view, ref gallery issue 51 | Jan-Christoph Borchardt | 2016-02-25 | 3 | -0/+17 | |
| | | ||||||
* | | Merge pull request #22611 from owncloud/add-uid-on-hover | Thomas Müller | 2016-02-25 | 2 | -3/+12 | |
|\ \ | | | | | | | Add the uid on hover for sharing autocomplete | |||||
| * | | Tweak tooltip style for recipients | Vincent Petry | 2016-02-25 | 2 | -2/+10 | |
| | | | ||||||
| * | | Add the uid on hover for sharing autocomplete | Joas Schilling | 2016-02-24 | 1 | -1/+2 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-25 | 84 | -284/+840 | |
| |/ |/| | ||||||
* | | Update davclient.js for headers fix | Vincent Petry | 2016-02-24 | 1 | -1/+2 | |
|/ | ||||||
* | Remove unused update-notification style | Vincent Petry | 2016-02-22 | 1 | -2/+2 | |
| | ||||||
* | Fix unit tests affected by side effects | Vincent Petry | 2016-02-22 | 1 | -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 blinking | Vincent Petry | 2016-02-22 | 3 | -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-texts | Thomas Müller | 2016-02-21 | 2 | -4/+4 | |
|\ | | | | | Fix error in source language strings | |||||
| * | Fix error ins source language strings | Thomas Müller | 2016-02-19 | 2 | -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-style | Thomas Müller | 2016-02-19 | 1 | -4/+32 | |
|\ \ | |/ |/| | improve tags interface styling | |||||
| * | improve tags interface styling | Jan-Christoph Borchardt | 2016-02-19 | 1 | -4/+32 | |
| | | ||||||
* | | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdav | Thomas Müller | 2016-02-19 | 2 | -2/+6 | |
|\ \ | | | | | | | Require CSRF token for non WebDAV authenticated requests | |||||
| * | | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 2 | -2/+6 | |
| |/ | ||||||
* / | Fix on shared groups assignment. | Leonardo Diez | 2016-02-18 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #16783 from owncloud/handle-redirects-global | Thomas Müller | 2016-02-17 | 5 | -4/+120 | |
|\ | | | | | Adding global error handler for ajax calls which run into redirection… | |||||
| * | Add handler for global ajax errors | Vincent Petry | 2016-02-15 | 5 | -8/+117 | |
| | | ||||||
| * | Adding global error handler for ajax calls which run into redirections or ↵ | Thomas Müller | 2016-02-15 | 1 | -0/+7 | |
| | | | | | | | | unauthorized responses | |||||
* | | Merge pull request #22445 from owncloud/files-client-sendpropfindheaders | Thomas Müller | 2016-02-17 | 2 | -17/+14 | |
|\ \ | | | | | | | Files DAV client send propfind headers | |||||
| * | | Fix redundant headers in files dav client | Vincent Petry | 2016-02-16 | 1 | -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 headers | Vincent Petry | 2016-02-16 | 1 | -5/+7 | |
| | | | ||||||
* | | | Merge pull request #22452 from owncloud/fix_22441 | Thomas Müller | 2016-02-17 | 2 | -0/+43 | |
|\ \ \ | | | | | | | | | Unlock sharee input field when sharing fails | |||||
| * | | | Do not clear sharee input on failed share | Roeland Jago Douma | 2016-02-17 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Unlock sharee input field when sharing fails | Roeland Jago Douma | 2016-02-17 | 2 | -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_14095 | Thomas Müller | 2016-02-17 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Allow searching for single character users to share with | |||||
| * | | | | Allow searching for single user | Roeland Jago Douma | 2016-02-16 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #22419 from ↵ | Thomas Müller | 2016-02-17 | 1 | -1/+10 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/issue-20663-console-add-user-group-with-shares Make sure to init the users Filesystem so we can add group shares | |||||
| * | | | | Make sure to init the users Filesystem so we can add group shares | Joas Schilling | 2016-02-16 | 1 | -1/+10 | |
| | | | | | ||||||
* | | | | | Merge pull request #22299 from owncloud/erikpel-css-fix | Thomas Müller | 2016-02-17 | 1 | -1/+4 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | App navigation scrolling (Possible fix for #22158) | |||||
| * | | | | Fixes #22158 | Erik Pellikka | 2016-02-16 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | changed 620px to calc(100vh - 100px); | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-17 | 4 | -0/+20 | |
| |_|/ / |/| | | | ||||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-16 | 12 | -0/+44 | |
| | | | | ||||||
* | | | | Remove inaccurate "is already enabled" message | Joas Schilling | 2016-02-16 | 1 | -4/+0 | |
| |/ / |/| | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-16 | 130 | -130/+4 | |
| | | | ||||||
* | | | typo | Pierre Ozoux | 2016-02-15 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge pull request #22383 from owncloud/better-sharee-translations | Thomas Müller | 2016-02-15 | 1 | -3/+10 | |
|\ \ | | | | | | | Do not use string concatination for translations | |||||
| * | | Do not use string concatination for translations | Joas Schilling | 2016-02-15 | 1 | -3/+10 | |
| | | | ||||||
* | | | Merge pull request #22350 from owncloud/fix_22304 | Thomas Müller | 2016-02-15 | 3 | -8/+30 | |
|\ \ \ | |/ / |/| | | WebUI feedback when sharing | |||||
| * | | Updated unit tests | Roeland Jago Douma | 2016-02-12 | 1 | -1/+15 | |
| | | | ||||||
| * | | Provide proper feedback when creating a share in the webUI | Roeland Jago Douma | 2016-02-12 | 2 | -7/+15 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes #22304 Creating a share is not instant (especially not for federated shares) so we should show that something is happening in the webUI properly. | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-15 | 10 | -0/+74 | |
| | | |