Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | |||||
* | | Search tags case insensitive | Roeland Jago Douma | 2016-02-14 | 2 | -1/+55 |
| | | | | | | | | | | | | fixes: #22352 * Added unit tests | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-14 | 130 | -0/+136 |
| | | |||||
* | | Merge pull request #22357 from owncloud/tags-hideonrename | Thomas Müller | 2016-02-13 | 1 | -0/+5 |
|\ \ | | | | | | | Properly hide tag name on rename | ||||
| * | | Properly hide tag name on rename | Vincent Petry | 2016-02-12 | 1 | -0/+5 |
| | | | |||||
* | | | Merge pull request #22351 from owncloud/fix_22277 | Thomas Müller | 2016-02-13 | 1 | -1/+5 |
|\ \ \ | |/ / |/| | | show remote server on federated share auto-complete | ||||
| * | | show remote server on auto complete | Bjoern Schiessle | 2016-02-12 | 1 | -1/+5 |
| | | | |||||
* | | | Merge pull request #22349 from owncloud/icon-updates | Thomas Müller | 2016-02-12 | 5 | -2/+13 |
|\ \ \ | | | | | | | | | icon fixes: comments, delete | ||||
| * | | | add proper comment icon and add it to icons.css | Jan-Christoph Borchardt | 2016-02-12 | 3 | -2/+6 |
| | | | | |||||
| * | | | add white delete icon | Jan-Christoph Borchardt | 2016-02-12 | 3 | -0/+7 |
| | |/ | |/| | |||||
* | | | Merge pull request #21837 from owncloud/recipients-error-message | Thomas Müller | 2016-02-12 | 1 | -2/+28 |
|\ \ \ | | | | | | | | | First try for shareWithField error message | ||||
| * | | | Clear error when removing text | Roeland Jago Douma | 2016-02-12 | 1 | -1/+16 |
| | | | | |||||
| * | | | Update tooltip on new search | Roeland Jago Douma | 2016-02-12 | 1 | -8/+12 |
| | | | | |||||
| * | | | First try for shareWithField error message | Julian Müller | 2016-02-12 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Second try for ShareWithField error message | ||||
* | | | | Merge pull request #22305 from owncloud/sharestatus_to_ocs_22298 | Thomas Müller | 2016-02-12 | 1 | -6/+18 |
|\ \ \ \ | |_|/ / |/| | | | Calculate the share statuses in js from the OCS Response | ||||
| * | | | Reload list of shares on directory change | Roeland Jago Douma | 2016-02-11 | 1 | -1/+7 |
| | | | | |||||
| * | | | Calculate the share statuses in js from the OCS Response | Roeland Jago Douma | 2016-02-11 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | Right now this is only done on page load. We should do it on each directory traversal. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-12 | 2 | -0/+2 |
| |/ / |/| | | |||||
* | | | Mark files_videoplayer as shipped | Lukas Reschke | 2016-02-11 | 1 | -1/+1 |
|/ / | | | | | Ref https://github.com/owncloud/files_video_player/pull/27 + https://github.com/owncloud/files_videoplayer/issues/26#issuecomment-182968638 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-11 | 6 | -0/+30 |
| | | |||||
* | | Merge pull request #22285 from owncloud/fix_22275 | Thomas Müller | 2016-02-10 | 2 | -3/+14 |
|\ \ | | | | | | | Only show link shares for the current user | ||||
| * | | Only show link shares for the current user | Roeland Jago Douma | 2016-02-10 | 2 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | | Currently we have no way to display multiple links in the UI. So just display the link share for the current user. Fixes #22275 | ||||
* | | | Merge pull request #22271 from owncloud/remember-login-state | Thomas Müller | 2016-02-10 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | Remember previous state of remember login checkbox | ||||
| * | | refactoring code | Vincent Chan | 2016-02-10 | 2 | -9/+3 |
| | | | |||||
| * | | Remember previous state of remember login checkbox | Vincent Chan | 2016-02-10 | 2 | -1/+11 |
| | | | | | | | | | | | | fixes #22205 | ||||
* | | | Updated davclient.js | Roeland Jago Douma | 2016-02-10 | 1 | -1/+7 |
| |/ |/| | | | | | Fix for MKCOL in edge | ||||
* | | Only show link spinner if the share exists | Roeland Jago Douma | 2016-02-10 | 1 | -1/+1 |
|/ | | | | | If there is no share to delete do not set the spinner. Fixes #21726 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-10 | 72 | -72/+28 |
| | |||||
* | Merge pull request #22246 from ↵ | Thomas Müller | 2016-02-09 | 1 | -10/+12 |
|\ | | | | | | | | | owncloud/register-process-control-signal-handler-later Register process control signel handlers only on execution of the com… | ||||
| * | Register process control signel handlers only on execution of the command | Thomas Müller | 2016-02-09 | 1 | -10/+12 |
| | | |||||
* | | Move update notification code into app | Lukas Reschke | 2016-02-09 | 3 | -36/+2 |
|/ | | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable... | ||||
* | Merge pull request #22197 from owncloud/files-filterbysystemtags | Thomas Müller | 2016-02-09 | 3 | -1/+230 |
|\ | | | | | Add file list filter to filter by system tags | ||||
| * | Add system tags filter section for files app | Vincent Petry | 2016-02-09 | 3 | -1/+230 |
| | | |||||
* | | Merge pull request #22231 from owncloud/remove_modify_ajax_share.php | Thomas Müller | 2016-02-09 | 1 | -86/+0 |
|\ \ | | | | | | | Remove modifying calls in ajax/share.php | ||||
| * | | Remove modifying calls in ajax/share.php | Roeland Jago Douma | 2016-02-09 | 1 | -86/+0 |
| | | | | | | | | | | | | | | | Those calls used the old sharing endpoint that created incompatible shares. Which eventually would lead to some weird bugs. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-09 | 66 | -66/+72 |
| |/ |/| | |||||
* | | Merge pull request #22170 from owncloud/occ-check-signature | Thomas Müller | 2016-02-08 | 3 | -0/+138 |
|\ \ | |/ |/| | CLI commands to check app and core signatures | ||||
| * | Cut authors list. Declare a member variable | Victor Dubiniuk | 2016-02-08 | 2 | -18/+11 |
| | | |||||
| * | Optional path parameter | Victor Dubiniuk | 2016-02-05 | 2 | -4/+7 |
| | | |||||
| * | CLI commands to check app and core signatures | Victor Dubiniuk | 2016-02-05 | 3 | -0/+142 |
| | | |||||
* | | Merge pull request #22186 from ↵ | Thomas Müller | 2016-02-08 | 1 | -6/+10 |
|\ \ | | | | | | | | | | | | | owncloud/show-different-unsupported-failure-message Don't show "report this to the community" when the upgrade is unsuppo… | ||||
| * | | Add message with reference to forum post | Lukas Reschke | 2016-02-08 | 1 | -1/+1 |
| | | | |||||
| * | | Don't show "report this to the community" when the upgrade is unsupported | Morris Jobke | 2016-02-08 | 1 | -6/+10 |
| | | | | | | | | | | | | * fixes #21367 |