summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix duplicate bogus share field when link sharing is not allowedVincent Petry2015-12-072-6/+10
| |/ |/|
* | OC.FilePath has still a valid use case when generating paths to static files ...Thomas Müller2015-12-071-1/+0
|/
* Merge pull request #11131 from owncloud/use-phpini-wrapperThomas Müller2015-12-071-1/+1
|\
| * Replacing ini_get instances with inigetwrapper usagesClark Tomlinson2015-11-231-1/+1
* | [Avatars] JS should not load same avatar twiceRoeland Jago Douma2015-12-041-19/+40
* | Support pretty URLsLukas Reschke2015-12-012-1/+6
* | Add code integrity checkLukas Reschke2015-12-013-0/+59
* | Fix for parsing pretty printed Webdav responsesVincent Petry2015-11-241-4/+1
|/
* Now using IE8 workaround of davclient.js for all IE versionsVincent Petry2015-11-221-1/+1
* Fix OC.FileInfo to copy all propertiesVincent Petry2015-11-221-25/+17
* 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-222-2/+175
* Allow creating OCS v2 links in JSJoas Schilling2015-11-161-2/+4
* Set "ie" CSS class for IE10, IE11Vincent Petry2015-11-101-0/+8
* Close the user menu when clicking it againJoas Schilling2015-11-022-3/+2
* [tags] remove unneeded variablesMorris Jobke2015-10-301-9/+0
* Merge pull request #20122 from owncloud/files-consolidateiconupdateThomas Müller2015-10-293-3/+23
|\
| * Fix icon update to be more consistentVincent Petry2015-10-293-3/+23
* | Add sharee list view js testsTom Needham2015-10-291-0/+158
|/
* Merge pull request #20082 from owncloud/phil-davis-sharedialogviewspec-typosThomas Müller2015-10-271-4/+3
|\
| * sharedialogviewSpec.js couple of text typosPhil Davis2015-10-271-4/+3
* | Merge pull request #20078 from owncloud/tipsy-bodyThomas Müller2015-10-271-1/+2
|\ \ | |/ |/|
| * append tipsys to bodyHendrik Leppelsack2015-10-271-1/+2
* | [IE9] Don't send link share password placeholderVincent Petry2015-10-261-7/+12
|/
* Merge pull request #20049 from owncloud/make-author-file-completeThomas Müller2015-10-261-1/+1
|\
| * Update license headersLukas Reschke2015-10-261-1/+1
* | Fix share link focus on clickVincent Petry2015-10-262-2/+26
|/
* Fix for broken ajax/share.php endpointRoeland Jago Douma2015-10-231-2/+4
* Ensure the password is only hashed in case it's changed on the client - fixes...Thomas Müller2015-10-221-2/+9
* Merge pull request #19935 from owncloud/issue-19916-settings-menu-hide-on-fil...Thomas Müller2015-10-221-18/+1
|\
| * Use the normal OC.menu JS for handling the Settings menuJoas Schilling2015-10-211-18/+1
* | Merge pull request #19952 from owncloud/share-dialogue-testsThomas Müller2015-10-221-0/+78
|\ \
| * | Fix line lengths in share dialog unit testsTom Needham2015-10-211-2/+8
| * | Add JS tests for share autocompletion handlingTom Needham2015-10-211-0/+56
| * | Add test for remote share info tooltopTom Needham2015-10-211-0/+16
| |/
* / Disable app icon preview in apps page for IEVincent Petry2015-10-211-0/+9
|/
* Allow leaving update page when errors occurredVincent Petry2015-10-201-0/+2
* Prevent leaving the DB update page while in progressVincent Petry2015-10-201-0/+7
* fix filepicker loading spinnerChristoph Wurst2015-10-191-3/+3
* Fix spinner positions in share tabVincent Petry2015-10-161-0/+1
* Fix DOM element ids in share dialogVincent Petry2015-10-165-119/+138
* Merge pull request #19631 from owncloud/share-emailsenterrorThomas Müller2015-10-144-13/+185
|\
| * Add unit tests for sending e-mail for link sharesRoeland Jago Douma2015-10-082-10/+170
| * Fix share email sending feedbackVincent Petry2015-10-082-3/+15
* | Merge pull request #19645 from owncloud/file-conflict-disablecontinueThomas Müller2015-10-141-0/+11
|\ \
| * | Check .conflicts for checkboxesMorris Jobke2015-10-081-1/+1