summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* Fix copy conflict dialog translationJörn Friedrich Dreyer2014-04-071-0/+3
* Show higher resolution previews for high dpi screensRobin Appelman2014-04-041-0/+4
* Fixed mime type attribute access in file overwrite dialogVincent Petry2014-04-031-1/+1
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-022-4/+12
* Fixed parseQueryString to handle empty values and plus signsVincent Petry2014-04-012-7/+92
* Merge pull request #7943 from hjort/masterVincent Petry2014-04-011-3/+3
|\
| * Correction: failure on sharing when user ID was prefixed by zeroRodrigo Hjort2014-03-281-3/+3
* | Merge pull request #7770 from jamesryanbell/masterMorris Jobke2014-03-281-2/+2
|\ \
| * | SVG support detectionjamesryanbell2014-03-171-2/+2
* | | Merge pull request #7724 from owncloud/mobileThomas Müller2014-03-283-4/+216
|\ \ \ | |_|/ |/| |
| * | mobile: adjust breakpoint in JS as wellJan-Christoph Borchardt2014-03-211-1/+1
| * | Define _matchMedia wrapper earlierVincent Petry2014-03-181-4/+13
| * | Fixed matchMedia usage to make unit tests work in PhantomJSVincent Petry2014-03-182-42/+52
| * | Add/remove main menu action when switching between desktop/mobile modeVincent Petry2014-03-182-6/+154
| * | Only enable toggle for sidebar in mobile modeVincent Petry2014-03-171-1/+6
| * | add spans around replaced 'Shared' indicators to make text hide on mobileJan-Christoph Borchardt2014-03-141-4/+4
| * | mobile: menu togglable for mobile, use code by @PVince81Jan-Christoph Borchardt2014-03-141-0/+40
| |/
* | Merge pull request #7772 from owncloud/filter_more_jsconsoleVicDeo2014-03-251-1/+1
|\ \
| * | Replace console.time/timeEndThomas Tanghus2014-03-171-1/+1
| |/
* | Merge pull request #7557 from owncloud/issue/7297Vincent Petry2014-03-191-1/+13
|\ \ | |/ |/|
| * Use tipsy to display error when selecting a date in the pastJoas Schilling2014-03-191-2/+10
| * Do not allow setting an expiration date in the pastJoas Schilling2014-03-051-1/+5
* | Fix copy/paste errorThomas Tanghus2014-03-101-1/+1
* | Add function remove() to OC.localeStorageThomas Tanghus2014-03-101-0/+3
* | Merge pull request #7592 from owncloud/fixstoragefreespaceVincent Petry2014-03-061-0/+7
|\ \
| * | Added testArea for JS Unit testsVincent Petry2014-03-061-0/+7
* | | Revert "adding new javascript function OC.generateUrl(url, params)"Morris Jobke2014-03-061-24/+0
* | | Merge pull request #7579 from owncloud/introduce-generateUrl-masterMorris Jobke2014-03-062-0/+33
|\ \ \
| * | | adding js unit tests for OC.generateUrl()Thomas Müller2014-03-061-0/+9
| * | | adding new javascript function OC.generateUrl(url, params)Thomas Müller2014-03-061-0/+24
| |/ /
* | | Merge branch 'master' into fix-7307Thomas Müller2014-03-062-2/+4
|\| |
| * | fix some spaces to tabs issues reported by ScrutinizerJan-Christoph Borchardt2014-03-052-15/+15
| * | Fix position of eye icon on database password fieldJoas Schilling2014-03-051-0/+2
| |/
* | Removed obsolete OC.Router stubs in specHelperVincent Petry2014-03-051-10/+0
* | fixing js unit testsThomas Müller2014-03-053-11/+5
* | adding JSDoc + remove unused functionThomas Müller2014-03-021-5/+8
* | Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-024-116/+55
|/
* Merge pull request #7409 from owncloud/issue/5361Thomas Müller2014-02-261-2/+4
|\
| * Add owncloud version to JS scopeJoas Schilling2014-02-261-2/+4
* | Merge pull request #7174 from owncloud/issue/7166Jan-Christoph Borchardt2014-02-261-0/+28
|\ \ | |/ |/|
| * Remove unused variables, add doc blocks and break linesJoas Schilling2014-02-261-2/+2
| * Remove duplicated definition and move OC.msg to js/js.jsJoas Schilling2014-02-191-0/+28
* | Merge pull request #7320 from owncloud/GuillaumeAmat-patch-1Morris Jobke2014-02-242-0/+18
|\ \
| * | Added oc_defaults stub in specHelper.jsVincent Petry2014-02-241-0/+1
| * | Merge branch 'master' into GuillaumeAmat-patch-1Robin Appelman2014-02-214-3/+32
| |\ \
| * \ \ Merge branch 'patch-1' of github.com:GuillaumeAmat/core into GuillaumeAmat-pa...Vincent Petry2014-02-201-0/+17
| |\ \ \
| | * | | Adds OC_Defaults values in javascript configGuillaume AMAT2014-02-131-0/+17
| | | |/ | | |/|
* | | | Merge pull request #7344 from owncloud/add-js-config-varsicewind19912014-02-241-3/+6
|\ \ \ \
| * \ \ \ Merge branch 'master' into add-js-config-varsRobin Appelman2014-02-213-3/+31
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Allow apps to add/modify config js output via hook.ringmaster2014-02-201-3/+6