summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-16130-130/+4
|
* typoPierre Ozoux2016-02-151-1/+1
|
* Merge pull request #22383 from owncloud/better-sharee-translationsThomas Müller2016-02-151-3/+10
|\ | | | | Do not use string concatination for translations
| * Do not use string concatination for translationsJoas Schilling2016-02-151-3/+10
| |
* | Merge pull request #22350 from owncloud/fix_22304Thomas Müller2016-02-153-8/+30
|\ \ | |/ |/| WebUI feedback when sharing
| * Updated unit testsRoeland Jago Douma2016-02-121-1/+15
| |
| * Provide proper feedback when creating a share in the webUIRoeland Jago Douma2016-02-122-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 transifexJenkins for ownCloud2016-02-1510-0/+74
| |
* | Search tags case insensitiveRoeland Jago Douma2016-02-142-1/+55
| | | | | | | | | | | | fixes: #22352 * Added unit tests
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-14130-0/+136
| |
* | Merge pull request #22357 from owncloud/tags-hideonrenameThomas Müller2016-02-131-0/+5
|\ \ | | | | | | Properly hide tag name on rename
| * | Properly hide tag name on renameVincent Petry2016-02-121-0/+5
| | |
* | | Merge pull request #22351 from owncloud/fix_22277Thomas Müller2016-02-131-1/+5
|\ \ \ | |/ / |/| | show remote server on federated share auto-complete
| * | show remote server on auto completeBjoern Schiessle2016-02-121-1/+5
| | |
* | | Merge pull request #22349 from owncloud/icon-updatesThomas Müller2016-02-125-2/+13
|\ \ \ | | | | | | | | icon fixes: comments, delete
| * | | add proper comment icon and add it to icons.cssJan-Christoph Borchardt2016-02-123-2/+6
| | | |
| * | | add white delete iconJan-Christoph Borchardt2016-02-123-0/+7
| | |/ | |/|
* | | Merge pull request #21837 from owncloud/recipients-error-messageThomas Müller2016-02-121-2/+28
|\ \ \ | | | | | | | | First try for shareWithField error message
| * | | Clear error when removing textRoeland Jago Douma2016-02-121-1/+16
| | | |
| * | | Update tooltip on new searchRoeland Jago Douma2016-02-121-8/+12
| | | |
| * | | First try for shareWithField error messageJulian Müller2016-02-121-0/+7
| | | | | | | | | | | | | | | | Second try for ShareWithField error message
* | | | Merge pull request #22305 from owncloud/sharestatus_to_ocs_22298Thomas Müller2016-02-121-6/+18
|\ \ \ \ | |_|/ / |/| | | Calculate the share statuses in js from the OCS Response
| * | | Reload list of shares on directory changeRoeland Jago Douma2016-02-111-1/+7
| | | |
| * | | Calculate the share statuses in js from the OCS ResponseRoeland Jago Douma2016-02-111-6/+12
| | | | | | | | | | | | | | | | | | | | Right now this is only done on page load. We should do it on each directory traversal.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-122-0/+2
| |/ / |/| |
* | | Mark files_videoplayer as shippedLukas Reschke2016-02-111-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 transifexJenkins for ownCloud2016-02-116-0/+30
| |
* | Merge pull request #22285 from owncloud/fix_22275Thomas Müller2016-02-102-3/+14
|\ \ | | | | | | Only show link shares for the current user
| * | Only show link shares for the current userRoeland Jago Douma2016-02-102-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-stateThomas Müller2016-02-101-0/+4
|\ \ \ | |_|/ |/| | Remember previous state of remember login checkbox
| * | refactoring codeVincent Chan2016-02-102-9/+3
| | |
| * | Remember previous state of remember login checkboxVincent Chan2016-02-102-1/+11
| | | | | | | | | | | | fixes #22205
* | | Updated davclient.jsRoeland Jago Douma2016-02-101-1/+7
| |/ |/| | | | | Fix for MKCOL in edge
* | Only show link spinner if the share existsRoeland Jago Douma2016-02-101-1/+1
|/ | | | | If there is no share to delete do not set the spinner. Fixes #21726
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-1072-72/+28
|
* Merge pull request #22246 from ↵Thomas Müller2016-02-091-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 commandThomas Müller2016-02-091-10/+12
| |
* | Move update notification code into appLukas Reschke2016-02-093-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-filterbysystemtagsThomas Müller2016-02-093-1/+230
|\ | | | | Add file list filter to filter by system tags
| * Add system tags filter section for files appVincent Petry2016-02-093-1/+230
| |
* | Merge pull request #22231 from owncloud/remove_modify_ajax_share.phpThomas Müller2016-02-091-86/+0
|\ \ | | | | | | Remove modifying calls in ajax/share.php
| * | Remove modifying calls in ajax/share.phpRoeland Jago Douma2016-02-091-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 transifexJenkins for ownCloud2016-02-0966-66/+72
| |/ |/|
* | Merge pull request #22170 from owncloud/occ-check-signatureThomas Müller2016-02-083-0/+138
|\ \ | |/ |/| CLI commands to check app and core signatures
| * Cut authors list. Declare a member variableVictor Dubiniuk2016-02-082-18/+11
| |
| * Optional path parameterVictor Dubiniuk2016-02-052-4/+7
| |
| * CLI commands to check app and core signaturesVictor Dubiniuk2016-02-053-0/+142
| |
* | Merge pull request #22186 from ↵Thomas Müller2016-02-081-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 postLukas Reschke2016-02-081-1/+1
| | |
| * | Don't show "report this to the community" when the upgrade is unsupportedMorris Jobke2016-02-081-6/+10
| | | | | | | | | | | | * fixes #21367