summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* Backbone transport for WebdavVincent Petry2016-01-164-0/+671
* Merge pull request #21630 from owncloud/add-some-security-headers-as-hardeningThomas Müller2016-01-132-12/+41
|\
| * Add X-Download-Options and X-Permitted-Cross-Domain-PoliciesLukas Reschke2016-01-122-12/+41
* | Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-131-2/+2
|\ \
| * | Happy new year!Thomas Müller2016-01-121-2/+2
* | | Merge pull request #21640 from owncloud/add-config-to-disable-wellknown-checkThomas Müller2016-01-122-3/+18
|\ \ \ | |/ / |/| |
| * | Add config switch to disable the .well-known URL checkMorris Jobke2016-01-122-3/+18
| |/
* / Show the well-known URL check as info instead of errorMorris Jobke2016-01-122-2/+2
|/
* Add check for .well-known URL in the root of the webservers URLMorris Jobke2016-01-083-0/+57
* Check the correct config for displaying the "notify by email" optionJoas Schilling2016-01-083-3/+10
* Added js tests for the Sharee API usageRoeland Jago Douma2015-12-301-0/+292
* Fix unit testsRoeland Jago Douma2015-12-302-7/+33
* Filter out share owner in sharee suggestion listRoeland Jago Douma2015-12-301-0/+9
* Web sharing uses sharee endpointRoeland Jago Douma2015-12-301-15/+75
* Merge pull request #21364 from owncloud/bring_back_icons_filepickerThomas Müller2015-12-281-0/+1
|\
| * Since the server no longer calculates the iconRoeland Jago Douma2015-12-241-0/+1
* | [Avatars] Calculate 'sane' hue precissionsRoeland Jago Douma2015-12-241-2/+2
|/
* Fix unit testsLukas Reschke2015-12-231-6/+6
* add _blank to hrefRenaud Fortier2015-12-211-6/+6
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-181-1/+1
* Since avatar.js is now essentially empty remove itRoeland Jago Douma2015-12-171-5/+0
* Add a default size to the avatar placeholdersRoeland Jago Douma2015-12-172-6/+6
* 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