Lukas Reschke
6458875dc1
Update documentation go.php URL to 12
Fixes https://github.com/nextcloud/server/issues/4646
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Nextcloud bot
f27d382c47
[tx-robot] updated from transifex
9 years ago
Morris Jobke
af6f5e8fad
Merge pull request #4630 from nextcloud/mark-ip-as-whitelisted-if-bruteforce-protection-is-disabled
Mark IP as whitelisted if brute force protection is disabled
9 years ago
Morris Jobke
2ce71f8c24
Fix "Copied" message for public links
* share a file/fodler by public link and click the
copy to clipboard icon and watch the tooltip
* before: it said "Copy"
* after: it now says "Copied" after clicking the button
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
242934c016
Remove dependency on jquery-migrate.js for browser detection
* ref #4628
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Lukas Reschke
72dd4425c9
Merge pull request #4626 from nextcloud/adjust-shipped-json
Remove apps delivered from the appstore
9 years ago
Lukas Reschke
8cb3115acf
Merge pull request #4615 from nextcloud/js-reduce-share.js-complexity
Remove abandoned methods in OC.Share that refer to old API endpoints
9 years ago
Lukas Reschke
dd03fdebec
Add missing space
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Roeland Jago Douma
4904117ba8
Merge pull request #4612 from nextcloud/js-fix-long-lines
Fix some long lines in JS - JSLinut recommendation
9 years ago
Roeland Jago Douma
92b73db053
Merge pull request #4613 from nextcloud/remove-unused
Remove unused JS file
9 years ago
Lukas Reschke
a5ccb31e85
Mark IP as whitelisted if brute force protection is disabled
Currently, when disabling the brute force protection no new brute force attempts are logged. However, the ones logged within the last 24 hours will still be used for throttling.
This is quite an unexpected behaviour and caused some support issues. With this change when the brute force protection is disabled also the existing attempts within the last 24 hours will be disregarded.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Lukas Reschke
0329adbc61
Merge pull request #4599 from nextcloud/contactsmenu-mobile
Define max-width for Contacts menu for mobile
9 years ago
Lukas Reschke
4a05ca46d3
Merge pull request #4598 from nextcloud/menu-flashing
Prevent flashing of apps and user menu on page load
9 years ago
Morris Jobke
dba55f950a
Merge pull request #4594 from nextcloud/theming-image-default
Delete theming images when logo/background is reset to default
9 years ago
Morris Jobke
3eba37ac14
Merge pull request #4527 from nextcloud/downstream-27504
Adjust SMB permissions on the root
9 years ago
Lukas Reschke
7a2d817c83
Merge pull request #4624 from nextcloud/email-settings-html
fix email settings
9 years ago
Lukas Reschke
a2f6fea408
Merge pull request #4610 from nextcloud/js-semicolons
Fix semicolon at end of JS lines
9 years ago
Lukas Reschke
99f98ca343
Merge pull request #4614 from nextcloud/js-fix-dialogs-and-octemplate
Fix variable definitions in oc dialogs
9 years ago
Lukas Reschke
1e35c9d8b6
Merge pull request #4513 from nextcloud/bump-version-to-beta1
Bump version to Nextcloud 12.0 beta 1
9 years ago
Lukas Reschke
a3546b0ec0
Remove apps delivered from the appstore
Apps that are in shipped.json follow some more requirements such as having a valid code integrity check. This is not something that we require when they come from the appstore as there we verify the download integrity via the signature.
Also the updater treats apps that are shipped differently. We should however handle the apps like any other app from the appstore.
Fixes https://github.com/nextcloud/server/issues/4605
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Robin Appelman
6e7359ebfd
fix email settings
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
75b3b72d89
fix permissions of mountpoints
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Roeland Jago Douma
18b5e2fced
Merge pull request #4616 from nextcloud/js-reduce-complexity-for-sharedialogview.js
Fix variable definition in sharedialogview.js
9 years ago
Morris Jobke
23858504eb
Fix variable definition in sharedialogview.js
* improves readability of conditional statements
and fixes warning in JSLint for varibale definition
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
4cd8b3379b
Remove unused methods from OC.Share
* they do calls against core/ajax/share.php which doesn't exist anymore
* also the methods are not called in any of our apps or any of the apps in the appstore
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
d222351c87
Fix variable definitions in oc dialogs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
26b92ada0e
Remove unused JS file
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
a9ccfe06d9
Fix some long lines in JS - JSLinut recommendation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
80a5e0a735
Use dot notation for array access - JSLint recommendation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
11b9d224fd
Fix semicolon at end of JS lines
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Nextcloud bot
2152d5f1f6
[tx-robot] updated from transifex
9 years ago
Morris Jobke
285a5b98b0
Merge pull request #4602 from nextcloud/make-tooltip-intransparent
Make tooltip intransparent
9 years ago
Julius Härtl
7c69c117e2
Delete theming images when logo/background is reset to default
Signed-off-by: Julius Härtl <jus@bitgrid.net>
9 years ago
Nextcloud bot
4518f6dc64
[tx-robot] updated from transifex
9 years ago
blizzz
9edd3916ff
Merge pull request #4603 from nextcloud/basic-settings
Rename “Server settings” to “Basic settings”
9 years ago
Marius Blüm
f26764c790
Rename “Server settings” to “Basic settings”
* fixes #4587
Signed-off-by: Marius Blüm <marius@lineone.io>
9 years ago
Jan-Christoph Borchardt
fabaf09d4f
Merge pull request #4583 from nextcloud/theming-fixes-admin
Theming admin section fixes
9 years ago
Morris Jobke
55da62a29c
Make tooltip intransparent
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
9af26d1db5
Merge pull request #4597 from nextcloud/tooltips-invert
Invert tooltip color to white, fix #4563
9 years ago
Jan-Christoph Borchardt
bc36446455
Define max-width for Contacts menu for mobile
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
9 years ago
Jan-Christoph Borchardt
7015eb9fe5
Prevent flashing of apps and user menu
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
9 years ago
Jan-Christoph Borchardt
41b67e3d17
Invert tooltip color to white, fix #4563
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
9 years ago
Morris Jobke
854dfef199
Merge pull request #1234 from nextcloud/rebase-413-by-faldon
Disabling users in WebUI
9 years ago
Arthur Schiwon
c0e4fd0605
align popovermenu next to … buttonthingy
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
9 years ago
Arthur Schiwon
99e97f135d
consolidate setEnabled method
and fix a unit test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
9 years ago
Arthur Schiwon
668fe7df51
UserManager can now count disabled users
Users page takes advantage of that
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
9 years ago
Christoph Wurst
8f5f26c88d
Use short array syntax
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
9 years ago
Morris Jobke
4c37c38051
fix unit tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
485d6d6577
use proper return codes and handle failure cases
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
2507e7459d
Improve wording of error messages
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago