Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | | | Force app to be always enabled for now | Roeland Jago Douma | 2016-02-08 | 1 | -3/+4 |
| | | | |||||
* | | | implementation of the federated share provider | Bjoern Schiessle | 2016-02-08 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #22161 from owncloud/dav-ie9 | Thomas Müller | 2016-02-08 | 1 | -55/+41 |
|\ \ \ | |/ / |/| | | Make JS Webdav work again with IE9-IE10 | ||||
| * | | Make JS Webdav work again with IE9-IE10 | Vincent Petry | 2016-02-05 | 1 | -55/+41 |
| |/ | |||||
* | | use path instead of text inside desktop app badge | Hendrik Leppelsack | 2016-02-05 | 1 | -2/+32 |
| | | |||||
* | | update google play and apple badge | Hendrik Leppelsack | 2016-02-05 | 3 | -0/+129 |
| | | |||||
* | | fix font in desktopapp.svg | Hendrik Leppelsack | 2016-02-05 | 1 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-05 | 2 | -2/+8 |
| | |||||
* | Merge pull request #22133 from owncloud/add-check-for-content | Thomas Müller | 2016-02-04 | 1 | -1/+1 |
|\ | | | | | Add check for content | ||||
| * | Add check for content | Lukas Reschke | 2016-02-04 | 1 | -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-filesclient | Thomas Müller | 2016-02-04 | 2 | -148/+142 |
|\ \ | | | | | | | Fix jsunit filesclient | ||||
| * | | Fix JS DAV files client unit tests | Vincent Petry | 2016-02-04 | 1 | -146/+140 |
| | | | | | | | | | | | | | | | Instead of trying to mock the promise, just stub davclient.js' request object. | ||||
| * | | Small fixes in Dav files client | Vincent Petry | 2016-02-04 | 1 | -2/+2 |
| |/ | | | | | | | | | Remove double leading slash in path. Add utf-8 in default content type. | ||||
* | | Merge pull request #21766 from farukuzun/master | Thomas Müller | 2016-02-04 | 1 | -0/+4 |
|\ \ | | | | | | | Add some mimetypes | ||||
| * | | Introduce some mimetypes for richdocuments | Faruk Uzun | 2016-02-04 | 1 | -0/+4 |
| |/ | | | | | | | | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote | ||||
* | | Merge pull request #22111 from owncloud/use-intermediate-certificate | Thomas Müller | 2016-02-04 | 1 | -4/+6 |
|\ \ | |/ |/| | Use intermediate root authority + sign other release channels | ||||
| * | Allow specifing the signing path | Lukas Reschke | 2016-02-03 | 1 | -4/+6 |
| | | |||||
* | | Merge pull request #22103 from ErikPel/tag-css-fix | Thomas Müller | 2016-02-04 | 1 | -1/+7 |
|\ \ | | | | | | | Fixes #22097 | ||||
| * | | Fixes #22097 | Erik Pellikka | 2016-02-03 | 1 | -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 Jobke | 2016-02-03 | 2 | -12/+0 |
| | | | |||||
* | | | Merge pull request #22101 from owncloud/comments-filerow | Thomas Müller | 2016-02-03 | 2 | -0/+4 |
|\ \ \ | |_|/ |/| | | Add file row indicator for unread comments | ||||
| * | | Add file row indicator for unread comments | Vincent Petry | 2016-02-03 | 2 | -0/+4 |
| |/ | |||||
| * | Merge pull request #22090 from owncloud/skip-migration-tests-setting | Thomas Müller | 2016-02-03 | 2 | -0/+12 |
| |\ | | | | | | | setting to skip migration tests by default | ||||
| | * | setting to skip migration tests by default | Morris Jobke | 2016-02-03 | 2 | -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-1 | Thomas Müller | 2016-02-03 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Remove files_locking from shipped.json | ||||
| * | | | Remove files_locking from shipped.json | RealRancor | 2016-02-03 | 1 | -1/+0 |
| |/ / | |||||
* / / | host and hostname are different things | Roeland Jago Douma | 2016-02-03 | 1 | -2/+19 |
|/ / | | | | | | | | | | | | | | | | | | | host can contain the port (host of http://example.com:1234 is example.com:1234) while hostname never contains a port. They can however be similar. If you navigate to http://example.com then both host and hostname will be example.com. * Fixed docs * added getHostName function | ||||
* | | Merge pull request #21961 from owncloud/comments-gui | Thomas Müller | 2016-02-03 | 5 | -23/+67 |
|\ \ | |/ |/| | Comments GUI in files sidebar | ||||
| * | Fix parsing empty Webdav property nodes | Vincent Petry | 2016-02-02 | 2 | -2/+2 |
| | | | | | | | | Return empty string instead of undefined | ||||
| * | Expose display name in JS side | Vincent Petry | 2016-02-02 | 2 | -1/+33 |
| | | | | | | | | | | Adds a new method `OC.getCurrentUser` to get both the user id and display name Could be used for a future Js | ||||
| * | Add pagination support for comments GUI | Vincent Petry | 2016-02-02 | 2 | -20/+31 |
| | | |||||
| * | Comments GUI | Vincent Petry | 2016-02-02 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-03 | 2 | -4/+4 |
|/ | |||||
* | Merge pull request #22054 from vincchan/vincchan/fix#20199 | Thomas Müller | 2016-02-02 | 3 | -27/+79 |
|\ | | | | | Move data protection check to javascript |