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/lib
AgeCommit message (Collapse)Author
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling
operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-09Merge pull request #11677 from nextcloud/feature/appdata_previewsMorris Jobke
Allow the creationg of previews of files stored in appdata
2018-10-09Merge pull request #11686 from ↵Morris Jobke
nextcloud/deprecation/noid/ocp_util_recursiveArraySearch Deprecate unused OCP\Util::recursiveArraySearch
2018-10-08Allow the creationg of previews of files stored in appdataRoeland Jago Douma
To allow us to create previews of files stored in appdata we need to construct the view differently. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-08Deprecate unused OCP\Util::recursiveArraySearchMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-08Deprecate unused, private OC_Helper::linkToPublicMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-08Merge pull request #10839 from nextcloud/bugfix/10212/use_class_implementationMorris Jobke
adjust Calendar resource / room interfaces to use class implementation
2018-10-08Merge pull request #11671 from nextcloud/refactor/rename-admin-security-sectionMorris Jobke
Rename admin security section
2018-10-08Rename admin security settings templateChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08Merge pull request #10898 from ↵Morris Jobke
nextcloud/feature/10684/default-logo-color-theme-colors Switches the default logo color depending on the primary color
2018-10-08Rename admin security sectionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08RoomManager/ResourceManager: Inject IServerContainer instead of using OC ServerGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-10-08adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-10-05Remove deprecated publishActivity functionRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Merge pull request #11613 from nextcloud/add-missing-throw-statementMorris Jobke
add missing throw statement to doc block
2018-10-04add missing throw statement to doc blockBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-10-04Merge pull request #11604 from nextcloud/remove-unused-codeRoeland Jago Douma
Remove unused code in legacy classes
2018-10-03Merge pull request #11576 from ↵Morris Jobke
nextcloud/feature/endpoint_for_clients_to_fetch_apppassword Allow clients to request an apppassword if they still use the real password
2018-10-03Remove unused code in legacy classesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-03Add an endppoint for clients to request an app passwordRoeland Jago Douma
Now that we allow enforcing 2 factor auth it make sense if we also allow and endpoint where the clients can in the background fetch an apppassword if they were configured before the login flow was present. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-03[tx-robot] updated from transifexNextcloud bot
2018-10-03Merge pull request #11568 from nextcloud/fix/11097/just_update_password_hashMorris Jobke
Just update password hash without validating
2018-10-03Merge pull request #11409 from nextcloud/feature/consolidated-2fa-settingsRoeland Jago Douma
Consolidate personal two-factor provider settings
2018-10-03Just update password hash without validatingRoeland Jago Douma
Fixes #11097 If your password hash changed (becuse your are on 7.2 and we moved to ARGON2). Then we shold not 'set a new password' but just update the hash. As else we invoke the password policy again which might lock out users. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-03Update autoloader class mapChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-03Merge pull request #11446 from nextcloud/bugfix/10678/pretty-urls-dont-workMorris Jobke
Allow overwrite.cli.url without trailing slash
2018-10-03Merge pull request #10967 from nextcloud/zipresponseMorris Jobke
Add zip response
2018-10-02Consolidate personal two-factor provider settingsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-02Add PHPDocMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-02Validate email in occ commandDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-02Use setUserValue instead setEMailAddress because latter omits an changeUser ↵Daniel Kesselberg
events. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-02Add --admin-email to cli installerDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-02Merge pull request #11390 from nextcloud/feature/11043/apptoken_v3Morris Jobke
Apptoken v3: imrpove token handling on external password change
2018-10-02Merge pull request #11336 from nextcloud/bugfix/3342/database-name-prefix-sqliteMorris Jobke
Allow --database-name and --database-table-prefix for sqlite from occ
2018-10-02Add testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02Update all the publickey tokens if needed on web loginRoeland Jago Douma
* On weblogin check if we have invalid public key tokens * If so update them all with the new token This ensures that your marked as invalid tokens work again if you once login on the web. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02Mark token as invalid if the password doesn't matchRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02Add column to DB to store expired passwordsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02Make logfile's mode configurable.Roland Tapken
The file logger currently resets the mode of the logfile to 0640. When the webserver is running as a different user than the cron job (but both are in the same group) the files mode has to be 0660. The current implementation breaks logging for the user that is not the owner of the logfile. This patch introduces a new config option 'logfilemode' that expects an octal value (defaults to 0640). Unless the value is lower or equal than 0 the logfiles mode will be resetted to this value. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
2018-10-02Merge pull request #11433 from nextcloud/feature/all_lax_cookies2Christoph Wurst
Make authenticated cookies lax
2018-10-02Moves the logo files to logoMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-02fixup! Add fix responseRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02fixup! Add fix responseRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02fixup! Add fix responseRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02Add fix responseJakob Sack
implements #7589
2018-10-02Document possibly thrown excption of QBMapper::insertOrUpdateChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-02Add QBMapper::insertOrUpdate()Christoph Wurst
This allows elegant upserts where the entity ID is provided (e.g. by an external system) and when that data is fed into our database multiple times. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-02[tx-robot] updated from transifexNextcloud bot
2018-10-01Let 2FA providers provide their custom icons (dark/light)Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-01Emit event on enablign or disabling of 2FA providerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>