summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
...
* | | remove title option from tipsy shimHendrik Leppelsack2015-07-261-3/+1
|/ /
* | Add `fallback` to shimLukas Reschke2015-07-251-0/+2
| | | | | | | | | | | | Tipsy also supported the `fallback` element which will now not work anymore. To enhance compatibility we shall also implement it in the shim. Fixes https://github.com/owncloud/core/issues/17870
* | Merge pull request #17075 from owncloud/bootstrap-tooltipBernhard Posselt2015-07-233-244/+60
|\ \ | | | | | | Replace jQuery tipsy with bootstrap tooltip
| * | fix tipsy not updating on reinitializationHendrik Leppelsack2015-07-081-2/+5
| | |
| * | remove debug messagesHendrik Leppelsack2015-07-061-3/+0
| | |
| * | moved tooltip.js to vendor scriptsHendrik Leppelsack2015-06-223-774/+2
| | |
| * | deminified tooltip.jsHendrik Leppelsack2015-06-221-1/+525
| | |
| * | replaced tipsy with bootstrap tooltipHendrik Leppelsack2015-06-223-1/+65
| | |
* | | Adding error handling in case setting the password failsThomas Müller2015-07-231-5/+12
| | |
* | | Merge pull request #17490 from owncloud/fix-closestThomas Müller2015-07-171-1/+1
|\ \ \ | | | | | | | | Fix browser compatibility issue for element.closest()
| * | | fix browser compatibility issue for element.closestHendrik Leppelsack2015-07-081-1/+1
| | | |
* | | | Merge pull request #17599 from owncloud/fix-joinpaths-trailingslashMorris Jobke2015-07-132-4/+18
|\ \ \ \ | | | | | | | | | | Fix OC.joinPaths with empty arguments
| * | | | Fix OC.joinPaths with empty argumentsVincent Petry2015-07-132-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | When empty arguments are given, the leading or trailing slash was not detected properly.
* | | | | Add helper functions for host, port and webrootVincent Petry2015-07-131-0/+45
|/ / / / | | | | | | | | | | | | | | | | | | | | These should be used in the future instead of location.*. It will make it possible to stub these methods for writing unit tests and simulating different URL schemes.
* | | | Merge pull request #17559 from owncloud/js-joinpathsutilityMorris Jobke2015-07-102-0/+83
|\ \ \ \ | | | | | | | | | | Add OC.joinPaths for convenient path joining
| * | | | More tests for joinPathsVincent Petry2015-07-101-0/+3
| | | | |
| * | | | Add OC.joinPaths for convenient path joiningVincent Petry2015-07-102-0/+80
| | | | |
* | | | | Merge pull request #17555 from owncloud/update-test-librariesVincent Petry2015-07-102-4290/+5949
|\ \ \ \ \ | |/ / / / |/| | | | Update JS unit test libs
| * | | | Update JS unit test libsVincent Petry2015-07-102-4290/+5949
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update sinon to 1.15.4. Update karma-jasmine to 0.3.0 Update jasmine to 2.3.4 This brings a bunch of new useful functions for unit testing.
* | | | | MimeTypes now also supports httpd/unix-directoryRoeland Jago Douma2015-07-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we both use dir and httpd/unix-directory in OC they should map to the same icon. Fixes #17527
* | | | | Move calls to Files.getMimeIcon to OC.MimeType.getIconUrlRoeland Jago Douma2015-07-091-3/+2
|/ / / /
* | | / Keep update page when there are warningsVincent Petry2015-07-071-8/+20
| |_|/ |/| | | | | | | | | | | Whenever there were warnings during an update, the page will not be redirected any more.
* | | Javascript mimetype icon resolverRoeland Jago Douma2015-07-065-2/+376
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to retrieve the icon for mimetypes in javascript. It makes no additional queries to the server to retrieve the mimetype. * config/mimetypealiases.json added * mimetype.js: this is where the logic resides to convert from mimetype to icon url * mimetypelist.js: generated file with a list of mimetype mapping (aliases) and the list of icon files * ./occ maintenance:mimetypesjs : new command for occ to gernerate mimetypes.js * unit tests updated and still work * javascript tests added * theming support * folder of the theme is now present in javascript (OC.theme.folder)
* | Merge pull request #16973 from owncloud/button-close-sidebarLukas Reschke2015-06-171-1/+1
|\ \ | |/ |/| Let buttons hide the sidebar
| * let buttons hide the sidebarHendrik Leppelsack2015-06-161-1/+1
| |
* | Merge pull request #16893 from owncloud/fixSlideToggleMorris Jobke2015-06-171-1/+1
|\ \ | |/ |/| Fix childs of slideToggle not sliding the target
| * fix childs of slideToggle not sliding the targetHendrik Leppelsack2015-06-111-1/+1
| |
* | Align recommended settingsLukas Reschke2015-06-152-15/+34
|/ | | | | | This aligns the recommended setting with the max-age of `15768000` as described in our documentation. Furthermore it fixes some logical problems with the code, unit tests has been added as well. Fixes https://github.com/owncloud/core/issues/16673
* Upgrade jquery-migrate to 1.2.1Morris Jobke2015-06-091-1/+1
|
* Merge pull request #16623 from owncloud/oparoz-fix-file-conflict-previewMorris Jobke2015-06-021-3/+11
|\ | | | | Get a 96x96 preview for file conflict resolution
| * Escape single quotesOlivier Paroz2015-05-291-0/+2
| |
| * Fix for parenthesisOlivier Paroz2015-05-291-1/+1
| |
| * Get a 96x96 preview for file conflict resolutionOlivier Paroz2015-05-291-3/+9
| |
* | Merge pull request #16650 from owncloud/fix-sqlite-only-setupThomas Müller2015-06-011-1/+4
|\ \ | |/ |/| [setup] Disable buttons only in the case they are present
| * [setup] Disable buttons only in the case they are presentMorris Jobke2015-06-011-1/+4
| | | | | | | | * fixes #16648
* | Properly format remote recipientsRoeland Jago Douma2015-05-272-15/+117
| | | | | | | | | | | | | | * A list of recipients can now be properly formatted with remote shares. Before the shares where simply shown in full in the "Shared with others" section. * Unit tests updated and added
* | Merge pull request #16565 from owncloud/add-urandom-checkThomas Müller2015-05-262-3/+24
|\ \ | | | | | | Add check for availability of /dev/urandom
| * | Add check for availability of /dev/urandomLukas Reschke2015-05-262-3/+24
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without /dev/urandom being available to read the medium RNG will rely only on the following components on a Linux system: 1. MicroTime: microtime() . memory_get_usage() as seed and then a garbage collected microtime for loop 2. MTRand: chr((mt_rand() ^ mt_rand()) % 256) 3. Rand: chr((rand() ^ rand()) % 256) 4. UniqId: Plain uniqid() An adversary with the possibility to predict the seed used by the PHP process may thus be able to predict future tokens which is an unwanted behaviour. One should note that this behaviour is documented in our documentation to ensure that users get aware of this even without reading our documentation this will add a post setup check to the administrative interface. Thanks to David Black from d1b.org for bringing this again to our attention.
* | Merge pull request #16521 from owncloud/unbold-placeholder-imageVincent Petry2015-05-261-1/+1
|\ \ | | | | | | use normal font weight instead of bold for image placeholders
| * | use normal font weight instead of bold for image placeholdersJan-Christoph Borchardt2015-05-221-1/+1
| |/
* / Unit tests for #16511Roeland Jago Douma2015-05-221-0/+80
|/ | | | | Make sure that password is updated on focusout of the password field or on pressing enter in the password field.
* Merge pull request #12401 from owncloud/add-limit-parameter-to-getSharewithThomas Müller2015-05-191-1/+1
|\ | | | | Remove hard coded limit of 15 from getShareWith
| * add support for limit request parameter to getShareWithCraig Morrissey2015-05-151-1/+1
| |
* | Add hint about additional PHP database modulesMorris Jobke2015-05-181-0/+2
| | | | | | | | * fixes #16391
* | Merge pull request #15738 from rullzer/fix_15611Vincent Petry2015-05-182-10/+53
|\ \ | | | | | | Fix to make sure expiration date is properly set
| * | Fix to make sure expiration date is properly setRoeland Jago Douma2015-05-182-10/+53
| | | | | | | | | | | | | | | | | | | | | | | | This did not happen correctly when the password was enforced since a different code path was taken. * moved generation of the default date string to separate function * added unit test
* | | Reset share dialog values so we start out cleanRoeland Jago Douma2015-05-182-0/+111
|/ / | | | | | | * Unit test
* | Merge pull request #16242 from owncloud/use-oc-webrootThomas Müller2015-05-151-4/+1
|\ \ | |/ |/| Use OC.webroot instead of calculating the URL
| * Use OC.webroot instead of calculating the URLLukas Reschke2015-05-111-4/+1
| | | | | | | | | | | | Calculating the URL is error-prone as it doesn't work when for example `public.php` is requested and might even be harmful as it could leak sensitive information. Since `oc.js` is even available when maintenance mode is available it is better to use the global `OC.webroot` that is not controlled by any user.
* | add max-width of 600px to filepickerMorris Jobke2015-05-061-1/+2
| |