summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21259 from owncloud/load_big_avatar_only_personalThomas Müller2015-12-171-2/+1
|\
| * Only load the big (128x128) avatar on the perosnal pageRoeland Jago Douma2015-12-171-2/+1
* | Merge pull request #21200 from owncloud/files-authorizationheaderThomas Müller2015-12-171-12/+10
|\ \ | |/ |/|
| * Use Authorization headers for public webdav instead of URLVincent Petry2015-12-141-12/+10
* | Fix files UI mtime parsing from webdavVincent Petry2015-12-162-6/+6
|/
* Files can't have create permissionsRoeland Jago Douma2015-12-111-4/+0
* Merge pull request #21014 from owncloud/share-unsharelinkpapercutThomas Müller2015-12-081-3/+5
|\
| * Fix unshare link click elementVincent Petry2015-12-071-3/+5
* | Merge pull request #21015 from owncloud/update-redirecttocorrectpageThomas Müller2015-12-071-1/+1
|\ \
| * | Redirect to correct URL after updatingVincent Petry2015-12-071-1/+1
* | | Merge pull request #20996 from owncloud/issue-12215-remove-password-reset-whe...Thomas Müller2015-12-072-4/+9
|\ \ \ | |/ / |/| |
| * | Allow specifying a custom reset-password-urlJoas Schilling2015-12-072-4/+9
* | | 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