Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-11 | 74 | -74/+0 |
| | |||||
* | improve update error page: adjust line height of h2 | Jan-Christoph Borchardt | 2014-12-10 | 1 | -0/+1 |
| | |||||
* | improve update error page: remove box, make link visible, insert missing ↵ | Jan-Christoph Borchardt | 2014-12-10 | 2 | -3/+7 |
| | | | | space, remove line break | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-10 | 84 | -0/+84 |
| | |||||
* | Merge pull request #12664 from owncloud/fix-12164 | Thomas Müller | 2014-12-10 | 2 | -2/+6 |
|\ | | | | | Use httphelper and cache response even when it is empty | ||||
| * | Inject config | Victor Dubiniuk | 2014-12-10 | 2 | -2/+3 |
| | | |||||
| * | Use httphelper and cache response even when it empty | Victor Dubiniuk | 2014-12-06 | 2 | -2/+5 |
| | | |||||
* | | Merge pull request #11214 from owncloud/issue/10836 | Morris Jobke | 2014-12-09 | 2 | -5/+20 |
|\ \ | | | | | | | Add an option to disallow sending sharing emails to non-owncloud users | ||||
| * | | Add an option to disallow sending sharing emails to non-owncloud users | Joas Schilling | 2014-12-09 | 2 | -5/+20 |
| | | | | | | | | | | | | Fix #10836 | ||||
* | | | Merge pull request #12651 from owncloud/add-requesttoken-to-base-template | Thomas Müller | 2014-12-09 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Add requesttoken to base template | ||||
| * | | Add requesttoken to base template | Lukas Reschke | 2014-12-05 | 1 | -1/+1 |
| |/ | | | | | | | Potentially fixes https://github.com/owncloud/core/issues/12580 | ||||
* / | Check for working .htaccess via AJAX | Lukas Reschke | 2014-12-06 | 1 | -1/+6 |
|/ | | | | Fixes https://github.com/owncloud/core/issues/12650 | ||||
* | Merge pull request #12561 from oparoz/vectoricon | Morris Jobke | 2014-12-05 | 4 | -42/+24 |
|\ | | | | | Improve the bitmap and vector mime icons | ||||
| * | PNG and SVG have been compressed | Olivier Paroz | 2014-12-05 | 2 | -167/+37 |
| | | |||||
| * | Improve the bitmap and vector mime icons | Olivier Paroz | 2014-12-02 | 4 | -55/+167 |
| | | | | | | | | | | | | | | | | | | | | * Vector files such as Illustrator files currently show the "image" icon. I propose to add a new type to mimetypeIcon() called "image/vector" and which would be used by SVG as well * We can use the current image-svg+xml icon, but would simply rename it to image-vector * The black and white "image" icon looks too much like a settings icon. A simple picture representation pasted over the file icon should work | ||||
* | | Forward port of #12493 | Arthur Schiwon | 2014-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add ldap-search command to occ Conflicts: apps/user_ldap/appinfo/register_command.php LDAP search filter creation changes: 1. do not prepend * wildcard to search terms. Will result in faster search, but you don't find "foobar" when looking for "bar" 2. advanced behaviour when search string contains a space and multiple search attributes are present. The search string is split into single words. The resulting filter requires that each word at least appears once in any search attribute. This is supposed to return better results in big LDAPs. trim search string before passing it on | ||||
* | | Merge pull request #12522 from owncloud/bower-jstz | Morris Jobke | 2014-12-04 | 16 | -360/+669 |
|\ \ | | | | | | | Bower jstz | ||||
| * | | move jstz to bower management | Morris Jobke | 2014-12-01 | 6 | -359/+408 |
| | | | |||||
| * | | include lock files of bower to be able to use "bower install" | Morris Jobke | 2014-12-01 | 11 | -1/+261 |
| |/ | |||||
* | | Merge pull request #12563 from owncloud/usermenu-remove-border | Volkan Gezer | 2014-12-03 | 1 | -2/+2 |
|\ \ | |/ |/| | remove border from user menu, adjust to apps menu | ||||
| * | remove border from user menu, adjust to apps menu | Jan-Christoph Borchardt | 2014-11-28 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-29 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-28 | 2 | -14/+14 |
|/ | |||||
* | Merge pull request #12414 from owncloud/delay-autoconfig-kill-2 | Morris Jobke | 2014-11-26 | 1 | -7/+14 |
|\ | | | | | autoconfig.php only to be deleted on successful installation | ||||
| * | autoconfig.php only to be deleted on successful installation | Thomas Müller | 2014-11-25 | 1 | -7/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-26 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #12359 from owncloud/fix-redirect-url-for-password-change | Thomas Müller | 2014-11-24 | 1 | -1/+5 |
|\ | | | | | Use `/` as redirect location if webroot is set to an empty value | ||||
| * | Use `/` as redirect location if webroot is set to an empty value | Lukas Reschke | 2014-11-21 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | If the webroot has been set to an empty value or ownCloud has been installed at the root location (`/``) there is a fair chance that the redirect for password resets does not work at all. This means that while the password is getting resetted the user is not redirected to the login page. I'm aware that it might be better to just set the webroot to `/` in those cases but this patch is better in the regard that it cannot break stuff. Thanks to @PVince81 for helping me debugging this. (I'm a moron and assumed it couldn't be THAT easy) Reported by @cdamken | ||||
* | | Merge pull request #12362 from owncloud/add-ocs-header-per-default | Vincent Petry | 2014-11-24 | 1 | -1/+2 |
|\ \ | | | | | | | Add OCS API header per default | ||||
| * | | Add OCS API header per default | Lukas Reschke | 2014-11-21 | 1 | -1/+2 |
| |/ | | | | | | | Relieve @PVince from having to write it all the time ;-) | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-24 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-22 | 4 | -8/+204 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-21 | 10 | -2/+296 |
| | |||||
* | Merge pull request #12330 from owncloud/jenkins-eat-that | Morris Jobke | 2014-11-20 | 4 | -27/+30 |
|\ | | | | | drop dependency of some commands on old config object | ||||
| * | drop dependency of some commands on old config object | Morris Jobke | 2014-11-20 | 4 | -27/+30 |
| | | |||||
* | | cleanup languages. closes #11274 | Volkan Gezer | 2014-11-20 | 11 | -335/+0 |
|/ | |||||
* | Merge pull request #12257 from owncloud/l10n-loadtranslationsfromjs | Vincent Petry | 2014-11-20 | 3 | -2/+106 |
|\ | | | | | Added function to load translations from JS | ||||
| * | Fix l10n promises | Vincent Petry | 2014-11-19 | 2 | -6/+11 |
| | | |||||
| * | Better use of promise in OC.L10N.load() | Vincent Petry | 2014-11-19 | 1 | -13/+8 |
| | | |||||
| * | Remove stray generateUrl | Vincent Petry | 2014-11-19 | 1 | -5/+0 |
| | | |||||
| * | Added function to load translations from JS | Vincent Petry | 2014-11-18 | 3 | -2/+111 |
| | | | | | | | | | | | | For apps that support async translation loading, a new function OC.L10N.load() can be used to asynchronously load the translations for a given app. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-20 | 146 | -724/+328 |
| | | |||||
* | | Merge pull request #11696 from owncloud/addWarningToEncryptionLostPassword | Lukas Reschke | 2014-11-19 | 8 | -149/+163 |
|\ \ | | | | | | | Warn for password reset when files_encryption is enabled | ||||
| * | | center spinner | Morris Jobke | 2014-11-18 | 2 | -1/+7 |
| | | | |||||
| * | | Show spinner | Lukas Reschke | 2014-11-17 | 2 | -0/+2 |
| | | | |||||
| * | | fix unreadable label in warning box | Morris Jobke | 2014-11-17 | 1 | -0/+6 |
| | | | |||||
| * | | Hide submit button after password change | Lukas Reschke | 2014-11-17 | 1 | -0/+3 |
| | | | | | | | | | | | | Creating a new key pair can take 1-2 seconds. So it could happen that the user click the "Reset password" button again which can lead to many nasty things, e.g. we could create two new key pairs in parallel. | ||||
| * | | add password as parameter to the signal so that the encryption can create a ↵ | Bjoern Schiessle | 2014-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | new key-pair | ||||
| * | | Add "postPasswordReset" hook | Lukas Reschke | 2014-11-17 | 1 | -4/+8 |
| | | | |||||
| * | | Use correct route instead | Lukas Reschke | 2014-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | THX @schiesbn (I should setup a mail server on my local system...) |