summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* fixing js syntax errorThomas Müller2014-02-201-3/+3
* Merge pull request #7243 from owncloud/core-sessionlifetimedefaultThomas Müller2014-02-181-1/+1
|\
| * Now using PHP session lifetime as default value for the JS configVincent Petry2014-02-171-1/+1
* | Do not select input for all text input fieldsJoas Schilling2014-02-071-4/+0
|/
* Merge pull request #7067 from owncloud/core-sessionheartbeatconfigVincent Petry2014-02-054-16/+135
|\
| * fixing typosThomas Müller2014-02-041-2/+2
| * Added unit tests for session_keepalive / heartbeatVincent Petry2014-02-042-1/+91
| * Added session_keepalive settingVincent Petry2014-02-042-15/+44
* | Merge pull request #6969 from owncloud/tests-morecoverageThomas Müller2014-02-042-24/+118
|\ \ | |/ |/|
| * Added core unit tests for basename and dirnameVincent Petry2014-01-301-0/+99
| * Fixed unit test scripts + coverageVincent Petry2014-01-301-24/+19
* | Merge pull request #6929 from owncloud/sharing-fixfiledownloadlinkMorris Jobke2014-01-292-0/+71
|\ \
| * | Fixed download URL in public pageVincent Petry2014-01-241-0/+6
| * | Added OC.buidQueryString() utility functionVincent Petry2014-01-242-0/+65
| |/
* | Merge pull request #6905 from owncloud/add_expiredate_to_linkshareVincent Petry2014-01-241-1/+5
|\ \ | |/ |/|
| * add expire date to link share if possibleBjoern Schiessle2014-01-241-1/+5
* | Merge pull request #6736 from owncloud/tests-jsunittestsThomas Müller2014-01-235-2/+4482
|\ \ | |/ |/|
| * Added Javascript unit testsVincent Petry2014-01-165-2/+4482
* | Merge pull request #6721 from tsumi/patch-1Morris Jobke2014-01-181-0/+3
|\ \
| * | Useless else removedtsumi2014-01-151-2/+0
| * | Added SVG fallback to apps settings popuptsumi2014-01-101-0/+5
* | | Indicate password strength using strengthifyMorris Jobke2014-01-151-6/+16
| |/ |/|
* | Fixed various file name escaping issues in core appsVincent Petry2014-01-101-3/+7
|/
* Merge pull request #6031 from s0taka/masterMorris Jobke2014-01-051-1/+4
|\
| * spaces to tabsSimon Könnecke2013-12-181-1/+1
| * No decimal points for Kilobyte and Byte #5371.Simon Könnecke2013-11-251-1/+4
* | Merge pull request #6431 from owncloud/core-pluraltranslationsfixThomas Müller2013-12-181-4/+8
|\ \
| * | Fixed JS plural function to be per appVincent Petry2013-12-161-4/+8
* | | Merge pull request #6386 from owncloud/trash_always_show_deleted_files_breadc...Frank Karlitschek2013-12-171-4/+4
|\ \ \ | |/ / |/| |
| * | always show home breadcrumb in files viewBjoern Schiessle2013-12-161-4/+4
* | | Fix webroot for update pageVincent Petry2013-12-131-1/+8
|/ /
* | fix plural translation - fixes #6226Morris Jobke2013-12-071-1/+1
* | Slide duration set to 200ms for multiselect (same duration as user menu)unknown2013-12-051-6/+7
* | Revert "Merge pull request #6210 from owncloud/fix-5865"Morris Jobke2013-12-051-14/+13
* | Changed duration of slideDown, slideUp and fadeOut to 200msunknown2013-12-051-13/+14
* | Show stars as placeholderganomi2013-11-261-1/+1
* | Translate reload message after updateMorris Jobke2013-11-261-1/+1
|/
* Check which permissions are possible to re-share a fileBjoern Schiessle2013-11-181-1/+16
* Fixed multiselect to not set the button's height on itself after selectVincent Petry2013-11-141-2/+0
* Merge pull request #5582 from owncloud/files-previewcachingThomas Müller2013-11-051-3/+3
|\
| * Append file etag to preview URLsVincent Petry2013-10-281-3/+3
* | Fixed input field and tipsy positioning in singleselectVincent Petry2013-10-311-4/+3
* | Improve quota input fieldVincent Petry2013-10-301-1/+14
* | allow to share a file/folder as public link also if one of it parents was alr...Bjoern Schiessle2013-10-301-2/+4
* | Merge pull request #5396 from owncloud/fix-sharing-codeMorris Jobke2013-10-291-9/+23
|\ \ | |/ |/|
| * also add new parameter to function callsMorris Jobke2013-10-291-4/+4
| * pass the name of the item source from the browser to the server - no need to ...Thomas Müller2013-10-231-5/+19
* | Fix broken users page when a username consists of digits only, fixes #5560Arthur Schiwon2013-10-251-1/+1
* | Merge pull request #5477 from owncloud/prevent_user_from_creating_or_renaming...Thomas Müller2013-10-232-2/+2
|\ \
| * | add missing ;Jörn Friedrich Dreyer2013-10-231-1/+1