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
AgeCommit message (Collapse)Author
2017-04-08[tx-robot] updated from transifexNextcloud bot
2017-04-08Merge pull request #4136 from nextcloud/expire-date-for-all-sharesMorris Jobke
Unified sharing options
2017-04-07Merge pull request #4255 from nextcloud/appmenu-tappableRoeland Jago Douma
Increase clickable area of app icon
2017-04-07Merge pull request #4253 from nextcloud/downstream-27599Roeland Jago Douma
make JobList::next() lock free
2017-04-07Parse date trough momentRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-07Merge pull request #4244 from nextcloud/welcome-emailMorris Jobke
New layout for welcome email
2017-04-07Increase clickable area of app iconJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-07Fix share dropdown opacity issueJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-07Fix font-weight of Unshare entryJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-07make JobList::next() lock freeJörn Friedrich Dreyer
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-07Merge pull request #4221 from nextcloud/provisioning-api-for-account-infoMorris Jobke
Allow to change account info via provisioning api
2017-04-07Update autoloaderLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-07Add support for themingLukas Reschke
Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-07Fix testsLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-07New layout for welcome emailMorris Jobke
* thanks to @espina2 for make this nice design * the button says "Set password" if the admin didn't specified a password Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-07Merge pull request #4249 from nextcloud/dont-force-accept-language-anymoreLukas Reschke
Don't force the use of Accept-Language anymore
2017-04-07adjust to changes in the theming appBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-07reset password field properties before we hide itBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-07add datepicker to the popoverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-07allow to edit single files shared by mail. This is useful for collaborative ↵Bjoern Schiessle
editing documents Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-07update unit testsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-07update capabilitiesBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-07Allow to change account info via provisioning apiJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-07Don't force the use of Accept-Language anymoreJoas Schilling
This is not intended anymore, since it falls back to force english when the header is not set. Also 0228bc6e66cbcb2848eacb41f1de6e7f63ebcb65 makes clear that the order should be: 1. User setting 2. Accept language 3. Admin default This is the case since the commit from above, unless via OCS and DAV. Both forced to accept-language falling back to english. By removing the force, it now also matches the w3 priority list: https://www.w3.org/International/questions/qa-lang-priorities Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-07[tx-robot] updated from transifexNextcloud bot
2017-04-06Merge pull request #4153 from nextcloud/fix-uploadJoas Schilling
Fix upload of folders in Chrome
2017-04-06Fix upload of folders in ChromeMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-06Merge pull request #4224 from nextcloud/dont-list-on-public-calendar-endpointMorris Jobke
Don't list on public calendar endpoints
2017-04-06[tx-robot] updated from transifexNextcloud bot
2017-04-05Don't list on public calendar endpointsLukas Reschke
There is no need to allow listing here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-05Merge pull request #3526 from nextcloud/token-save-scopeRoeland Jago Douma
Save the scope of an auth token in the session
2017-04-05Add integration tests for token authLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-05Save the scope of an auth token in the sessionRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-04-05Merge pull request #3781 from nextcloud/fac-56-log-spam-with-external-storagesRoeland Jago Douma
Also add the root of external storages to the file id list
2017-04-05Merge pull request #4215 from nextcloud/issue-templateJos Poortvliet
Rename config section
2017-04-05Rename config sectionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-05Merge pull request #4123 from nextcloud/allow-password-reset-with-emailRoeland Jago Douma
Allow to reset the password with the email as an input
2017-04-05Merge pull request #3741 from nextcloud/user-settings-designRoeland Jago Douma
User mgmt settings design improvements
2017-04-05[tx-robot] updated from transifexNextcloud bot
2017-04-05proper padding for checkboxes in app-settingsJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-05correct sorting of user management settings, wordingJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-04Merge pull request #4138 from nextcloud/resources_match_fullidMorris Jobke
Match slashes in ../{id} resource routes
2017-04-04Merge pull request #4192 from ↵Morris Jobke
nextcloud/fix/custom-default-app-redirect-2fa-selection Redirect to 2FA selection screen
2017-04-04Merge pull request #4204 from nextcloud/append-fixes-swiftRoeland Jago Douma
fix fseek (Swift backend) against string not resource by removing append support
2017-04-04fix fseek against string not resource by removing append supportArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-04-04Merge pull request #3310 from duritong/patch-1Morris Jobke
only chmod logfile if necessary
2017-04-04Merge pull request #4071 from nextcloud/issue-173-database-conversion-failureJoas Schilling
Make sure blob columns are correctly converted as parameters
2017-04-04Merge pull request #2095 from nextcloud/bruteforcesetttingsLukas Reschke
Introduce bruteforce settings
2017-04-04Merge pull request #4030 from nextcloud/masterkey-publiclink-nc12Roeland Jago Douma
Make public links work with master key
2017-04-04Merge pull request #4093 from nextcloud/endorse-password-protectionRoeland Jago Douma
Endorse password protection