summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Check for working .htaccess via AJAXLukas Reschke2014-12-061-1/+6
| | | | Fixes https://github.com/owncloud/core/issues/12650
* Merge pull request #12561 from oparoz/vectoriconMorris Jobke2014-12-054-42/+24
|\ | | | | Improve the bitmap and vector mime icons
| * PNG and SVG have been compressedOlivier Paroz2014-12-052-167/+37
| |
| * Improve the bitmap and vector mime iconsOlivier Paroz2014-12-024-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 #12493Arthur Schiwon2014-12-041-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-jstzMorris Jobke2014-12-0416-360/+669
|\ \ | | | | | | Bower jstz
| * | move jstz to bower managementMorris Jobke2014-12-016-359/+408
| | |
| * | include lock files of bower to be able to use "bower install"Morris Jobke2014-12-0111-1/+261
| |/
* | Merge pull request #12563 from owncloud/usermenu-remove-borderVolkan Gezer2014-12-031-2/+2
|\ \ | |/ |/| remove border from user menu, adjust to apps menu
| * remove border from user menu, adjust to apps menuJan-Christoph Borchardt2014-11-281-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-292-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-282-14/+14
|/
* Merge pull request #12414 from owncloud/delay-autoconfig-kill-2Morris Jobke2014-11-261-7/+14
|\ | | | | autoconfig.php only to be deleted on successful installation
| * autoconfig.php only to be deleted on successful installationThomas Müller2014-11-251-7/+14
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-262-2/+2
|/
* Merge pull request #12359 from owncloud/fix-redirect-url-for-password-changeThomas Müller2014-11-241-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 valueLukas Reschke2014-11-211-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-defaultVincent Petry2014-11-241-1/+2
|\ \ | | | | | | Add OCS API header per default
| * | Add OCS API header per defaultLukas Reschke2014-11-211-1/+2
| |/ | | | | | | Relieve @PVince from having to write it all the time ;-)
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-242-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-224-8/+204
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-2110-2/+296
|
* Merge pull request #12330 from owncloud/jenkins-eat-thatMorris Jobke2014-11-204-27/+30
|\ | | | | drop dependency of some commands on old config object
| * drop dependency of some commands on old config objectMorris Jobke2014-11-204-27/+30
| |
* | cleanup languages. closes #11274Volkan Gezer2014-11-2011-335/+0
|/
* Merge pull request #12257 from owncloud/l10n-loadtranslationsfromjsVincent Petry2014-11-203-2/+106
|\ | | | | Added function to load translations from JS
| * Fix l10n promisesVincent Petry2014-11-192-6/+11
| |
| * Better use of promise in OC.L10N.load()Vincent Petry2014-11-191-13/+8
| |
| * Remove stray generateUrlVincent Petry2014-11-191-5/+0
| |
| * Added function to load translations from JSVincent Petry2014-11-183-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 transifexJenkins for ownCloud2014-11-20146-724/+328
| |
* | Merge pull request #11696 from owncloud/addWarningToEncryptionLostPasswordLukas Reschke2014-11-198-149/+163
|\ \ | | | | | | Warn for password reset when files_encryption is enabled
| * | center spinnerMorris Jobke2014-11-182-1/+7
| | |
| * | Show spinnerLukas Reschke2014-11-172-0/+2
| | |
| * | fix unreadable label in warning boxMorris Jobke2014-11-171-0/+6
| | |
| * | Hide submit button after password changeLukas Reschke2014-11-171-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 Schiessle2014-11-171-1/+1
| | | | | | | | | | | | new key-pair
| * | Add "postPasswordReset" hookLukas Reschke2014-11-171-4/+8
| | |
| * | Use correct route insteadLukas Reschke2014-11-171-1/+1
| | | | | | | | | | | | | | | THX @schiesbn (I should setup a mail server on my local system...)
| * | Remove uneeded importLukas Reschke2014-11-171-1/+0
| | |
| * | Warn for password reset when files_encryption is enabledLukas Reschke2014-11-176-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 transifexJenkins for ownCloud2014-11-192-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-172-14/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-162-62/+62
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-152-6/+6
|
* Refactor file sharing public link handlingLukas Reschke2014-11-142-26/+16
| | | | | | | fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php
* Merge pull request #12158 from owncloud/drop-snapjsMorris Jobke2014-11-131-785/+0
|\ | | | | remove unneeded snap.js - followup to #11985 - ref #12156
| * remove unneeded snap.js - followup to #11985 - ref #12156Morris Jobke2014-11-131-785/+0
| |
* | Merge pull request #12005 from owncloud/bower-multiselectblizzz2014-11-132-728/+0
|\ \ | |/ |/| Move multiselect to user_ldap
| * Migrate multiselect to user_ldapMorris Jobke2014-11-132-728/+0
| |