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
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-07-21[tx-robot] updated from transifexNextcloud bot
2016-07-21Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke
Implement brute force protection
2016-07-21Mitigate race conditionLukas Reschke
2016-07-20Implement brute force protectionLukas Reschke
Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
2016-07-20Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke
[master] Port Same-Site Cookies to master
2016-07-20Merge pull request #390 from nextcloud/occ-userRoeland Douma
More occ user management commands
2016-07-20Merge pull request #467 from nextcloud/use-clipboard-apiRoeland Douma
Use clipboard api
2016-07-20[master] Port Same-Site Cookies to masterLukas Reschke
Fixes https://github.com/nextcloud/server/issues/50
2016-07-20Merge pull request #473 from nextcloud/ux-improvement-share-dialogMorris Jobke
only show additional edit permissions for folders
2016-07-20only show additional edit permissions for foldersBjoern Schiessle
2016-07-20Use an icon to set the email instead of a button with stringThomas Müller
2016-07-20Add clipboard button to public share linkThomas Müller
2016-07-20Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling
2016-07-20Remove pre-fork EE apps from shipped.jsonJoas Schilling
2016-07-20[tx-robot] updated from transifexNextcloud bot
2016-07-19add occ command to show user informationRobin Appelman
2016-07-19Add commands to add/remove users to/from groupsRobin Appelman
2016-07-19add command to list groupsRobin Appelman
2016-07-19add occ command to list usersRobin Appelman
2016-07-18[tx-robot] updated from transifexNextcloud bot
2016-07-18Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle
Theming fixes
2016-07-18Merge pull request #412 from nextcloud/theming-foreground-colorJoas Schilling
Theming: invert foreground color on bright backgrounds
2016-07-16[tx-robot] updated from transifexNextcloud bot
2016-07-15Merge pull request #395 from nextcloud/user-preferences-occRoeland Douma
Allow to change user preferences via occ
2016-07-15Theming: Implement swapping the foreground color for bright colorsJulius Haertl
2016-07-15Use the themed Defaults everywhereJoas Schilling
2016-07-14Use argument instead of valueJoas Schilling
2016-07-14Don't need update permissions on hidden filesJoas Schilling
2016-07-14Add delete permissions to the default (new in oc9.1)Joas Schilling
2016-07-13FIx my emailJoas Schilling
2016-07-13Fix descriptionsJoas Schilling
2016-07-13Add tests for set/get/delete/listJoas Schilling
2016-07-13Add tests for checkInput()Joas Schilling
2016-07-13Allow deleting a settingJoas Schilling
2016-07-13Allow setting valuesJoas Schilling
2016-07-13Add a occ command to list/get user preferencesJoas Schilling
2016-07-13Use tooltip for background jobs info tooltipMorris Jobke
2016-07-11[tx-robot] updated from transifexNextcloud bot
2016-07-09[tx-robot] updated from transifexNextcloud bot
2016-07-08[tx-robot] updated from transifexNextcloud bot
2016-07-07Merge pull request #333 from nextcloud/sync-masterLukas Reschke
Sync master
2016-07-07Revert "occ web executor (#24957)"Morris Jobke
This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c.
2016-07-07Merge branch 'master' into sync-masterMorris Jobke
2016-07-07Revert "[tx-robot] updated from transifex"Morris Jobke
This reverts commit 3731b2a006eca1e96d4087212a5e779c85a002e4. Revert "[tx-robot] updated from transifex" This reverts commit 94d91113f1206161b00bbc28da00aaf80bcd0a3e. Revert "[tx-robot] updated from transifex" This reverts commit e7cc8bac1e26935ed3bceb2b777659cc72cafdf2. Revert "[tx-robot] updated from transifex" This reverts commit 59fc3ff45a98e305ad65069d31fc78081fa88dc6. Revert "[tx-robot] updated from transifex" This reverts commit 6a89a63d2e5f6d807f6e99823b76f3cfea268c29. Revert "[tx-robot] updated from transifex" This reverts commit b0bad03234329113988d7d9c9cf2613d8f031c5f.
2016-07-07[tx-robot] updated from transifexNextcloud bot
2016-07-07Merge pull request #323 from Faldon/database_portMorris Jobke
Added occ install option for database-port
2016-07-07[tx-robot] updated from transifexJenkins for ownCloud
2016-07-06[tx-robot] updated from transifexNextcloud bot