summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-012-0/+106
|
* update bootstrap from 3.3.5 to 3.3.6Morris Jobke2015-11-301-2/+2
|
* update backbone.js from 1.2.1 to 1.2.3Morris Jobke2015-11-302-117/+137
|
* Don't trust update serverLukas Reschke2015-11-281-1/+1
| | | | | | In case the update server may deliver malicious content this would allow an adversary to inject arbitrary HTML into the response. So very bad stuff. While signing the response would be better and something we can also do in the future (considering the code signing work), this is already a good first start.
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-282-0/+4
|
* Add Workflow app to shipped listJoas Schilling2015-11-271-2/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-274-2/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-262-0/+24
|
* Merge pull request #19212 from owncloud/search-shortcutThomas Müller2015-11-251-0/+12
|\ | | | | Add Ctrl+F shortcut for the search bar
| * add search fallback to browserHendrik Leppelsack2015-11-241-1/+6
| |
| * add Ctrl+F shortcut for the search barHendrik Leppelsack2015-11-121-0/+7
| |
* | update page: fix heading whitespace and unbold less important sectionsJan-Christoph Borchardt2015-11-252-5/+4
| |
* | fix error page button text when label too longJan-Christoph Borchardt2015-11-251-0/+2
| |
* | Fix for parsing pretty printed Webdav responsesVincent Petry2015-11-242-9/+29
| | | | | | | | Update davclient.js + adjust IE workaround for this
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-242-0/+6
| |
* | Merge pull request #20222 from owncloud/federated_sharing_auto_completeThomas Müller2015-11-231-1/+2
|\ \ | | | | | | federated sharing auto-complete, first step
| * | add federation to shipped.jsonBjörn Schießle2015-11-191-1/+2
| | |
* | | Merge pull request #20623 from owncloud/app-list-enhancementsThomas Müller2015-11-231-0/+17
|\ \ \ | | | | | | | | Add cmdline key to show shipped/non-shipped apps only
| * | | Add cmdline key to show shipped/non-shipped apps onlyVictor Dubiniuk2015-11-231-0/+17
| | | |
* | | | Merge pull request #16902 from owncloud/jsocclientThomas Müller2015-11-2317-4/+3121
|\ \ \ \ | |/ / / |/| | | Web UI uses Webdav instead of ajax/* calls
| * | | Now using IE8 workaround of davclient.js for all IE versionsVincent Petry2015-11-221-1/+1
| | | |
| * | | Patch for davclient.js for FirefoxVincent Petry2015-11-221-5/+5
| | | |
| * | | Fix OC.FileInfo to copy all propertiesVincent Petry2015-11-221-25/+17
| | | | | | | | | | | | | | | | | | | | This makes it possible to also store custom properties passed through the data object like tags or shareOwner.
| * | | Update davclient.jsVincent Petry2015-11-221-1/+1
| | | |
| * | | Use oc:fileid property instead of oc:idVincent Petry2015-11-222-19/+5
| | | |
| * | | Fix port issue - options.host already has the port attachedThomas Müller2015-11-222-18/+4
| | | |
| * | | Query tags/favorite through Webdav in file listVincent Petry2015-11-222-10/+58
| | | |
| * | | Make files app use Webdav for most operationsVincent Petry2015-11-221-1/+1
| | | |
| * | | Added OC.Files.Client Webdav-based files clientVincent Petry2015-11-225-1/+1529
| | | |
| * | | Add evert's davclient.js + es6-promise + IE8 workaroundVincent Petry2015-11-2211-2/+1579
| | | | | | | | | | | | | | | | | | | | | | | | - Add davclient.js lib - Add es6-promise required by that lib - Wrote IE8 workaround lib/shim for davclient.js
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-232-2/+18
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-224-0/+10
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-212-2/+6
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-192-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-182-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-172-0/+4
| |
* | password_policy is a shipped appThomas Müller2015-11-161-1/+2
| |
* | Merge pull request #20465 from owncloud/forms.cssThomas Müller2015-11-162-242/+234
|\ \ | | | | | | Move form styles from styles.css to inputs.css
| * | move form styles from styles.css to inputs.cssHendrik Leppelsack2015-11-132-242/+234
| |/
* | Merge pull request #20532 from owncloud/ocs-allow-v2Thomas Müller2015-11-161-2/+4
|\ \ | | | | | | Allow creating OCS v2 links in JS
| * | Allow creating OCS v2 links in JSJoas Schilling2015-11-161-2/+4
| | |
* | | standardize sizes for headingsJan-Christoph Borchardt2015-11-162-5/+6
|/ /
* | Merge pull request #20522 from owncloud/update-strengthifyThomas Müller2015-11-164-35/+38
|\ \ | | | | | | Update strengthify to 0.4.2
| * | Update strengthify to 0.4.2Morris Jobke2015-11-164-35/+38
| | | | | | | | | | | | | | | | | | * includes local changes (ported them to upstream - see #10625) * tipsy -> tooltip * re-renders the element on scroll of a parent - fixes #20454
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-156-0/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-1410-0/+10
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-1388-142/+56
| |
* | Update untrustedDomain.phpJürgen Weigert2015-11-121-1/+1
|/
* Merge pull request #20148 from owncloud/checkbox-accessibilityThomas Müller2015-11-111-5/+6
|\ | | | | Make new checkbox style accessible for screenreaders
| * make new checkbox style accessible for screenreadersHendrik Leppelsack2015-10-291-5/+6
| |