Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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...) | ||||
| * | | Remove uneeded import | Lukas Reschke | 2014-11-17 | 1 | -1/+0 |
| | | | |||||
| * | | Warn for password reset when files_encryption is enabled | Lukas Reschke | 2014-11-17 | 6 | -148/+142 |
| |/ | | | | | | | | | | | | | | | This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password. Furthermore I updated the code to use our new classes and added some unit tests for it :dancers: Fixes https://github.com/owncloud/core/issues/11438 | ||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-19 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-17 | 2 | -14/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-16 | 2 | -62/+62 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-15 | 2 | -6/+6 |
| | |||||
* | Refactor file sharing public link handling | Lukas Reschke | 2014-11-14 | 2 | -26/+16 |
| | | | | | | | fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php | ||||
* | Merge pull request #12158 from owncloud/drop-snapjs | Morris Jobke | 2014-11-13 | 1 | -785/+0 |
|\ | | | | | remove unneeded snap.js - followup to #11985 - ref #12156 | ||||
| * | remove unneeded snap.js - followup to #11985 - ref #12156 | Morris Jobke | 2014-11-13 | 1 | -785/+0 |
| | | |||||
* | | Merge pull request #12005 from owncloud/bower-multiselect | blizzz | 2014-11-13 | 2 | -728/+0 |
|\ \ | |/ |/| | Move multiselect to user_ldap | ||||
| * | Migrate multiselect to user_ldap | Morris Jobke | 2014-11-13 | 2 | -728/+0 |
| | |