summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-292-0/+4
|
* Detect old NSS and OpenSSL versionsLukas Reschke2015-07-281-0/+3
| | | | | | This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901
* Merge pull request #17910 from owncloud/fix-modified-tooltipMorris Jobke2015-07-281-1/+0
|\ | | | | Fix tooltip for modification time
| * fixed tooltip for modified dateHendrik Leppelsack2015-07-271-1/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-284-0/+42
| |
* | Merge pull request #17878 from owncloud/fix-tipsy-fallback-titleMorris Jobke2015-07-271-3/+1
|\ \ | | | | | | Fix title attribute of tipsy shim
| * | remove title option from tipsy shimHendrik Leppelsack2015-07-261-3/+1
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2015-07-272-0/+32
|/
* 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-237-269/+699
|\ | | | | 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-225-285/+8
| |
| * deminified tooltip.jsHendrik Leppelsack2015-06-221-1/+525
| |
| * replaced tipsy with bootstrap tooltipHendrik Leppelsack2015-06-224-1/+184
| |
* | Merge pull request #17827 from owncloud/dont-set-share-password-twice-master-2Thomas Müller2015-07-231-5/+12
|\ \ | | | | | | Adding error handling in case setting the password fails
| * | Adding error handling in case setting the password failsThomas Müller2015-07-231-5/+12
| | |
* | | Update blueimp-md5 to 1.1.0Morris Jobke2015-07-221-10/+11
|/ / | | | | | | | | | | Yes this is pretty empty, but it's the truth: https://github.com/blueimp/JavaScript-MD5/compare/1.0.3...1.1.0
* | Merge pull request #16935 from ↵Joas Schilling2015-07-201-2/+31
|\ \ | | | | | | | | | | | | owncloud/allow-app-check-code-for-deprecated-classes Allow app check code for deprecated classes
| * | PR #17046 deprecated OCP\Util::mb_(sub)str_replace()Joas Schilling2015-07-171-1/+1
| | |
| * | Allow specifying the checkers used in app:check-codeRobin McCorkell2015-07-171-15/+21
| | | | | | | | | | | | | | | By default, all are enabled, but specific ones can be selected through command line options.
| * | Use the decorator patternJoas Schilling2015-07-171-5/+9
| | |
| * | Restructor the code into different classes instead of extendingJoas Schilling2015-07-171-4/+7
| | |
| * | Use non-zero exit codeJoas Schilling2015-07-171-1/+2
| | |
| * | Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-171-1/+16
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-204-0/+8
| | |
* | | Merge pull request #17686 from owncloud/fix-occ-config-commandsMorris Jobke2015-07-188-17/+20
|\ \ \ | | | | | | | | Fix occ config commands
| * | | Use constants for the output formatsJoas Schilling2015-07-174-8/+12
| | | |
| * | | Add app and config name to error messagesJoas Schilling2015-07-164-5/+5
| | | |
| * | | Use json_pretty as default for the config lists (for easier export/import)Joas Schilling2015-07-162-6/+5
| |/ /
* | | 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
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-152-0/+14
| | |
* | | Merge pull request #17565 from owncloud/fix/remote_shareRoeland Douma2015-07-131-1/+1
|\ \ \ | | | | | | | | allow remote shares for users with email as usernames
| * | | allow remote shares for users with email as usernamesFelix Böhm2015-07-101-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.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-136-4/+24
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-122-0/+4
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-112-0/+4
| | | |
* | | | 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.
* | | | | | Move mimetypealiases.json to mimetypealiases.dist.jsonRoeland Jago Douma2015-07-101-1/+6
| |/ / / / |/| | | |
* | | | | Merge pull request #17483 from rullzer/migrate-mimetype-jsVincent Petry2015-07-102-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | Move away from OCA.files.getMimeIcon and use OC.MimeType.getIconUrl
| * | | | 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
| | | | |