summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | Force app to be always enabled for nowRoeland Jago Douma2016-02-081-3/+4
| | |
* | | implementation of the federated share providerBjoern Schiessle2016-02-081-1/+2
| | |
* | | Merge pull request #22161 from owncloud/dav-ie9Thomas Müller2016-02-081-55/+41
|\ \ \ | |/ / |/| | Make JS Webdav work again with IE9-IE10
| * | Make JS Webdav work again with IE9-IE10Vincent Petry2016-02-051-55/+41
| |/
* | use path instead of text inside desktop app badgeHendrik Leppelsack2016-02-051-2/+32
| |
* | update google play and apple badgeHendrik Leppelsack2016-02-053-0/+129
| |
* | fix font in desktopapp.svgHendrik Leppelsack2016-02-051-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-052-2/+8
|
* Merge pull request #22133 from owncloud/add-check-for-contentThomas Müller2016-02-041-1/+1
|\ | | | | Add check for content
| * Add check for contentLukas Reschke2016-02-041-1/+1
| | | | | | | | | | | | The response may be a redirect which is always followed by jQuery. Thus leading to false positives depending on the server configuration (e.g. when it issues a 302) To prevent that there is also a check performed on the response content.
* | Merge pull request #22130 from owncloud/fix-jsunit-filesclientThomas Müller2016-02-042-148/+142
|\ \ | | | | | | Fix jsunit filesclient
| * | Fix JS DAV files client unit testsVincent Petry2016-02-041-146/+140
| | | | | | | | | | | | | | | Instead of trying to mock the promise, just stub davclient.js' request object.
| * | Small fixes in Dav files clientVincent Petry2016-02-041-2/+2
| |/ | | | | | | | | Remove double leading slash in path. Add utf-8 in default content type.
* | Merge pull request #21766 from farukuzun/masterThomas Müller2016-02-041-0/+4
|\ \ | | | | | | Add some mimetypes
| * | Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-041-0/+4
| |/ | | | | | | | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote
* | Merge pull request #22111 from owncloud/use-intermediate-certificateThomas Müller2016-02-041-4/+6
|\ \ | |/ |/| Use intermediate root authority + sign other release channels
| * Allow specifing the signing pathLukas Reschke2016-02-031-4/+6
| |
* | Merge pull request #22103 from ErikPel/tag-css-fixThomas Müller2016-02-041-1/+7
|\ \ | | | | | | Fixes #22097
| * | Fixes #22097Erik Pellikka2016-02-031-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Updated with more specific css selector Moved the curly brace to the same line as the selector firefox fix
| * | Revert "setting to skip migration tests by default"Morris Jobke2016-02-032-12/+0
| | |
* | | Merge pull request #22101 from owncloud/comments-filerowThomas Müller2016-02-032-0/+4
|\ \ \ | |_|/ |/| | Add file row indicator for unread comments
| * | Add file row indicator for unread commentsVincent Petry2016-02-032-0/+4
| |/
| * Merge pull request #22090 from owncloud/skip-migration-tests-settingThomas Müller2016-02-032-0/+12
| |\ | | | | | | setting to skip migration tests by default
| | * setting to skip migration tests by defaultMorris Jobke2016-02-032-0/+12
| | | | | | | | | | | | | | | | | | | | | * if you install owncloud via package it is not possible to skip migration tests * this also allows to disable migration tests for an instance by default
* | | Merge pull request #22086 from RealRancor/RealRancor-patch-1Thomas Müller2016-02-031-1/+0
|\ \ \ | | | | | | | | Remove files_locking from shipped.json