Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2014-12-09Merge pull request #12651 from owncloud/add-requesttoken-to-base-templateThomas Müller
Add requesttoken to base template
2014-12-06Check for working .htaccess via AJAXLukas Reschke
Fixes https://github.com/owncloud/core/issues/12650
2014-12-06Add requesttoken to base templateLukas Reschke
Potentially fixes https://github.com/owncloud/core/issues/12580
2014-12-05Merge pull request #12561 from oparoz/vectoriconMorris Jobke
Improve the bitmap and vector mime icons
2014-12-05PNG and SVG have been compressedOlivier Paroz
2014-12-04Forward port of #12493Arthur Schiwon
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
2014-12-04Merge pull request #12522 from owncloud/bower-jstzMorris Jobke
Bower jstz
2014-12-03Merge pull request #12563 from owncloud/usermenu-remove-borderVolkan Gezer
remove border from user menu, adjust to apps menu
2014-12-02Improve the bitmap and vector mime iconsOlivier Paroz
* 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
2014-12-01move jstz to bower managementMorris Jobke
2014-12-01include lock files of bower to be able to use "bower install"Morris Jobke
2014-11-29[tx-robot] updated from transifexJenkins for ownCloud
2014-11-28remove border from user menu, adjust to apps menuJan-Christoph Borchardt
2014-11-28[tx-robot] updated from transifexJenkins for ownCloud
2014-11-26Merge pull request #12414 from owncloud/delay-autoconfig-kill-2Morris Jobke
autoconfig.php only to be deleted on successful installation
2014-11-26[tx-robot] updated from transifexJenkins for ownCloud
2014-11-25autoconfig.php only to be deleted on successful installationThomas Müller
2014-11-24Merge pull request #12359 from owncloud/fix-redirect-url-for-password-changeThomas Müller
Use `/` as redirect location if webroot is set to an empty value
2014-11-24Merge pull request #12362 from owncloud/add-ocs-header-per-defaultVincent Petry
Add OCS API header per default
2014-11-24[tx-robot] updated from transifexJenkins for ownCloud
2014-11-22[tx-robot] updated from transifexJenkins for ownCloud
2014-11-21Add OCS API header per defaultLukas Reschke
Relieve @PVince from having to write it all the time ;-)
2014-11-21Use `/` as redirect location if webroot is set to an empty valueLukas Reschke
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
2014-11-21[tx-robot] updated from transifexJenkins for ownCloud
2014-11-20Merge pull request #12330 from owncloud/jenkins-eat-thatMorris Jobke
drop dependency of some commands on old config object
2014-11-20drop dependency of some commands on old config objectMorris Jobke
2014-11-20cleanup languages. closes #11274Volkan Gezer
2014-11-20Merge pull request #12257 from owncloud/l10n-loadtranslationsfromjsVincent Petry
Added function to load translations from JS
2014-11-20[tx-robot] updated from transifexJenkins for ownCloud
2014-11-19Fix l10n promisesVincent Petry
2014-11-19Better use of promise in OC.L10N.load()Vincent Petry
2014-11-19Merge pull request #11696 from owncloud/addWarningToEncryptionLostPasswordLukas Reschke
Warn for password reset when files_encryption is enabled
2014-11-19Remove stray generateUrlVincent Petry
2014-11-19[tx-robot] updated from transifexJenkins for ownCloud
2014-11-18Added function to load translations from JSVincent Petry
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.
2014-11-18center spinnerMorris Jobke
2014-11-17Show spinnerLukas Reschke
2014-11-17fix unreadable label in warning boxMorris Jobke
2014-11-17Hide submit button after password changeLukas Reschke
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.
2014-11-17add password as parameter to the signal so that the encryption can create a ↵Bjoern Schiessle
new key-pair
2014-11-17Add "postPasswordReset" hookLukas Reschke
2014-11-17Use correct route insteadLukas Reschke
THX @schiesbn (I should setup a mail server on my local system...)
2014-11-17Remove uneeded importLukas Reschke
2014-11-17Warn for password reset when files_encryption is enabledLukas Reschke
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
2014-11-17[tx-robot] updated from transifexJenkins for ownCloud
2014-11-16[tx-robot] updated from transifexJenkins for ownCloud
2014-11-15[tx-robot] updated from transifexJenkins for ownCloud
2014-11-14Refactor file sharing public link handlingLukas Reschke
fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php
2014-11-13Merge pull request #12158 from owncloud/drop-snapjsMorris Jobke
remove unneeded snap.js - followup to #11985 - ref #12156
2014-11-13Merge pull request #12005 from owncloud/bower-multiselectblizzz
Move multiselect to user_ldap