Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17813 from owncloud/update-underscore | Morris Jobke | 2015-07-29 | 3 | -560/+767 |
|\ | | | | | update underscore to 1.8.3 | ||||
| * | update underscore to 1.8.3 | Morris Jobke | 2015-07-27 | 3 | -560/+767 |
| | | |||||
* | | Merge pull request #17489 from owncloud/fix-share-time-as-string | Morris Jobke | 2015-07-29 | 2 | -0/+37 |
|\ \ | | | | | | | Fix parsing of sharetime as string | ||||
| * | | tests for _parseTime with hex and empty strings | Morris Jobke | 2015-07-28 | 2 | -0/+6 |
| | | | |||||
| * | | Fix parsing of sharetime as string | Morris Jobke | 2015-07-28 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | In some cases the ajax/share.php will return the share time as string. If this is the case it would get parsed completely wrong and cause the share dropdown to not work anymore. This change will properly cast the string to an interger and also fallback if this is not possible. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-29 | 2 | -0/+4 |
| | | | |||||
* | | | Detect old NSS and OpenSSL versions | Lukas Reschke | 2015-07-28 | 1 | -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-tooltip | Morris Jobke | 2015-07-28 | 1 | -1/+0 |
|\ \ \ | |/ / |/| | | Fix tooltip for modification time | ||||
| * | | fixed tooltip for modified date | Hendrik Leppelsack | 2015-07-27 | 1 | -1/+0 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-28 | 4 | -0/+42 |
| |/ |/| | |||||
* | | Merge pull request #17878 from owncloud/fix-tipsy-fallback-title | Morris Jobke | 2015-07-27 | 1 | -3/+1 |
|\ \ | | | | | | | Fix title attribute of tipsy shim | ||||
| * | | remove title option from tipsy shim | Hendrik Leppelsack | 2015-07-26 | 1 | -3/+1 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-27 | 2 | -0/+32 |
|/ | |||||
* | Add `fallback` to shim | Lukas Reschke | 2015-07-25 | 1 | -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-tooltip | Bernhard Posselt | 2015-07-23 | 7 | -269/+699 |
|\ | | | | | Replace jQuery tipsy with bootstrap tooltip | ||||
| * | fix tipsy not updating on reinitialization | Hendrik Leppelsack | 2015-07-08 | 1 | -2/+5 |
| | | |||||
| * | remove debug messages | Hendrik Leppelsack | 2015-07-06 | 1 | -3/+0 |
| | | |||||
| * | moved tooltip.js to vendor scripts | Hendrik Leppelsack | 2015-06-22 | 5 | -285/+8 |
| | | |||||
| * | deminified tooltip.js | Hendrik Leppelsack | 2015-06-22 | 1 | -1/+525 |
| | | |||||
| * | replaced tipsy with bootstrap tooltip | Hendrik Leppelsack | 2015-06-22 | 4 | -1/+184 |
| | | |||||
* | | Merge pull request #17827 from owncloud/dont-set-share-password-twice-master-2 | Thomas Müller | 2015-07-23 | 1 | -5/+12 |
|\ \ | | | | | | | Adding error handling in case setting the password fails | ||||
| * | | Adding error handling in case setting the password fails | Thomas Müller | 2015-07-23 | 1 | -5/+12 |
| | | | |||||
* | | | Update blueimp-md5 to 1.1.0 | Morris Jobke | 2015-07-22 | 1 | -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 Schilling | 2015-07-20 | 1 | -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 Schilling | 2015-07-17 | 1 | -1/+1 |
| | | | |||||
| * | | Allow specifying the checkers used in app:check-code | Robin McCorkell | 2015-07-17 | 1 | -15/+21 |
| | | | | | | | | | | | | | | | By default, all are enabled, but specific ones can be selected through command line options. | ||||
| * | | Use the decorator pattern | Joas Schilling | 2015-07-17 | 1 | -5/+9 |
| | | | |||||
| * | | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 1 | -4/+7 |
| | | | |||||
| * | | Use non-zero exit code | Joas Schilling | 2015-07-17 | 1 | -1/+2 |
| | | | |||||
| * | | Allow app:check-code to check for deprecated methods | Joas Schilling | 2015-07-17 | 1 | -1/+16 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-20 | 4 | -0/+8 |
| | | | |||||
* | | | Merge pull request #17686 from owncloud/fix-occ-config-commands | Morris Jobke | 2015-07-18 | 8 | -17/+20 |
|\ \ \ | | | | | | | | | Fix occ config commands | ||||
| * | | | Use constants for the output formats | Joas Schilling | 2015-07-17 | 4 | -8/+12 |
| | | | | |||||
| * | | | Add app and config name to error messages | Joas Schilling | 2015-07-16 | 4 | -5/+5 |
| | | | | |||||
| * | | | Use json_pretty as default for the config lists (for easier export/import) | Joas Schilling | 2015-07-16 | 2 | -6/+5 |
| |/ / | |||||
* | | | Merge pull request #17490 from owncloud/fix-closest | Thomas Müller | 2015-07-17 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix browser compatibility issue for element.closest() | ||||
| * | | fix browser compatibility issue for element.closest | Hendrik Leppelsack | 2015-07-08 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-15 | 2 | -0/+14 |
| | | | |||||
* | | | Merge pull request #17565 from owncloud/fix/remote_share | Roeland Douma | 2015-07-13 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | allow remote shares for users with email as usernames | ||||
| * | | | allow remote shares for users with email as usernames | Felix Böhm | 2015-07-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #17599 from owncloud/fix-joinpaths-trailingslash | Morris Jobke | 2015-07-13 | 2 | -4/+18 |
|\ \ \ \ | | | | | | | | | | | Fix OC.joinPaths with empty arguments | ||||
| * | | | | Fix OC.joinPaths with empty arguments | Vincent Petry | 2015-07-13 | 2 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | When empty arguments are given, the leading or trailing slash was not detected properly. | ||||
* | | | | | Add helper functions for host, port and webroot | Vincent Petry | 2015-07-13 | 1 | -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 transifex | Jenkins for ownCloud | 2015-07-13 | 6 | -4/+24 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-12 | 2 | -0/+4 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-11 | 2 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #17559 from owncloud/js-joinpathsutility | Morris Jobke | 2015-07-10 | 2 | -0/+83 |
|\ \ \ \ | | | | | | | | | | | Add OC.joinPaths for convenient path joining | ||||
| * | | | | More tests for joinPaths | Vincent Petry | 2015-07-10 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Add OC.joinPaths for convenient path joining | Vincent Petry | 2015-07-10 | 2 | -0/+80 |
| | | | | | |||||
* | | | | | Merge pull request #17555 from owncloud/update-test-libraries | Vincent Petry | 2015-07-10 | 2 | -4290/+5949 |
|\ \ \ \ \ | | | | | | | | | | | | | Update JS unit test libs |