Morris Jobke
8ef356a86d
fix displayname
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-18 13:50:18 +01:00
Joas Schilling
28ddf3abdb
Require password confirmation for changing the email
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-18 11:57:16 +01:00
Morris Jobke
6d5cc6edc0
Remove settings pane in app management
...
* experimental apps where removed with 32cf661215
(#1940 )
* fixes #2183
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-17 18:09:40 +01:00
Roeland Jago Douma
ff44adbcb4
Merge pull request #2131 from nextcloud/fix-tabs-in-translation
...
convert text to single line so tabs in translation issue is fixed
2016-11-16 23:25:07 +01:00
Roeland Jago Douma
0200f34dd1
Move social buttons to bottom on admin page
...
For #2134
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-16 10:48:31 +01:00
Roeland Jago Douma
06d8801328
No HTML in string
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-16 10:23:30 +01:00
Jan-Christoph Borchardt
317b132d31
convert text to single line so tabs in translation issue is fixed
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-11-16 10:07:39 +01:00
Vincent Petry
e8d614b59e
Hide "Add group" for subadmins
2016-11-03 20:41:10 +01:00
Morris Jobke
0741346385
Show a hint for system based cron user name
...
* makes it easier to setup cron job
* gives hints for PHP documentation
* disables the cron setting if requirements not met
* fixes #1989
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-03 10:38:00 +01:00
Morris Jobke
39573e602d
Merge pull request #1978 from nextcloud/remove-send-mail-option
...
Remove send mail option
2016-11-02 22:36:05 +01:00
Roeland Jago Douma
c901c851ca
Merge pull request #1960 from nextcloud/adjust-link-to-contributing.md
...
Adjust link to contributing.md
2016-11-02 20:04:45 +01:00
Bjoern Schiessle
f556c58c22
remove 'send mail notification' option from sharing, replaced by send-by-mail feature
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-11-02 18:30:38 +01:00
Joas Schilling
d6f156feb4
Adjust link to contributing.md
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-02 10:32:30 +01:00
Lukas Reschke
32cf661215
Use new appstore API
...
This change introduces the new appstore API in Nextcloud.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-31 17:17:44 +01:00
Roeland Jago Douma
57e61250ac
Remove notify recipient option
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-26 20:52:36 +02:00
Morris Jobke
cfae91ab64
Merge pull request #1828 from nextcloud/avatar-picker-improvements
...
Avatar picker improvements
2016-10-24 16:33:18 +02:00
Joas Schilling
d0d7767366
Fix misleading SSL/TLS SMTP email configuration
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-24 11:34:30 +02:00
Sam Cater
f19d4ec29b
Modified the SQLite warning of server/settings/templates/admin/tiptricks.php to be more understandable and legible
...
Signed-off-by: Sam Cater <sam@samcater.com>
Added sign off of commit
2016-10-24 09:02:56 +01:00
John Molakvoæ
3e5e07aa64
Template css order
...
Select2 systemtags removal
Settings again
Fix Script
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2016-10-21 16:56:31 +02:00
Robin Appelman
9983b5533a
float the avatar cropper over the page
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-10-20 16:23:54 +02:00
Jan-Christoph Borchardt
19456713fa
improve look of Add group flow
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-10-18 12:22:16 +02:00
Raghu Nayyar
b30908ba5d
Removes tipsy when password verification is going on
2016-09-17 14:38:26 +02:00
Lukas Reschke
404b212b87
Use l10n
2016-09-08 20:11:54 +02:00
Morris Jobke
6bb95de1c5
Adding a optional disclaimer to the anonymous upload page
2016-09-08 18:44:27 +02:00
Joas Schilling
7c0951244a
Deprecate getEditionString()
2016-09-06 16:05:28 +02:00
Vincent Petry
1f3d34eb28
Fix group sorting in user list group selection
2016-08-29 13:34:37 +02:00
Vincent Petry
e8c2d62c6b
Users page lazy multiselect group dropdowns
...
Instead of pre-rendering all multiselects with lots of group entries,
the current groups are now displayed as simple labels.
Behind the labels there is a pencil icon like for other fields.
When clicking the pencil icon, the dropdown will be spawned and will
open itself.
Upon closing of the dropdown, the label comes back with the updated
selection and the dropdown is destroyed.
2016-08-29 13:34:13 +02:00
Joas Schilling
419c42b0aa
Fix more HTML "syntax"
2016-08-26 14:04:37 +02:00
Arthur Schiwon
44f3fcc187
fix internal links in security & setup warnings, resolves #1048
2016-08-25 13:24:50 +02:00
Roeland Jago Douma
59da5972f6
SVG defintions always take the first one
...
* Move filter definition out
2016-08-18 16:16:01 +02:00
Roeland Jago Douma
32a6f5f182
Moved ChangePassword to an actual Controller
...
* Still no full DI because of encryption fu
* Remove old "Controller"
2016-08-17 10:21:14 +02:00
Arthur Schiwon
717e22267a
Merge branch 'master' into implement_712
2016-08-16 18:31:59 +02:00
Arthur Schiwon
4946cc220d
for new we cannot have nested settings, default module is only appended if available
2016-08-16 18:26:16 +02:00
Arthur Schiwon
58530ab42f
fix missing parameters in sharing settings page
2016-08-16 17:59:21 +02:00
Lukas Reschke
6c6338b810
Merge branch 'master' into implement_712
2016-08-15 21:55:09 +02:00
Bjoern Schiessle
5f28b8b5c1
move apps between 'Language' and 'Session' in personal settings
2016-08-15 12:03:55 +02:00
Roeland Jago Douma
5cd5233952
Do not translate HTML
2016-08-13 14:16:17 +02:00
Lukas Reschke
4806ea20fe
Remove accidentially added line
2016-08-13 14:03:56 +02:00
Frank Karlitschek
707fc30304
adding rel="noreferrer noopener"
2016-08-13 14:03:56 +02:00
Frank Karlitschek
629c3dd39f
adding social buttons
2016-08-13 14:03:56 +02:00
Arthur Schiwon
158d78e1ab
move mail settings and file handling to additional ones, thus files_external gets its own section
2016-08-13 01:02:25 +02:00
Arthur Schiwon
a133e7970d
make updatenotification settings appear as if it is part of the version part in server settings
2016-08-13 00:29:39 +02:00
Arthur Schiwon
90e58b7fb3
mark current section
2016-08-12 17:08:32 +02:00
Lukas Reschke
82bf4796f9
Resolve conflict
2016-08-11 19:40:52 +02:00
Lukas Reschke
8261ccce1b
Merge branch 'master' into implement_712
2016-08-11 19:37:17 +02:00
Roeland Jago Douma
965804425d
Add clipboardjs for token
2016-08-10 09:10:39 +02:00
Roeland Jago Douma
3bf609cd31
Add note password is only shown once
2016-08-10 08:58:41 +02:00
Lukas Reschke
3d54f1151f
Merge pull request #784 from nextcloud/admin_php_smtp_casing
...
Admin setting PHP and SMTP casing
2016-08-09 23:45:31 +02:00
Arthur Schiwon
518545fc2f
Fallback for legacy settings. They are placed into Additional Settings
2016-08-09 23:30:07 +02:00
Arthur Schiwon
ceeb44bd04
Initial work on Apps page split:
...
* interfaces for the Admin settings (IAdmin) and section (ISection)
* SettingsManager service
* example setup with LDAP app
2016-08-09 18:05:09 +02:00
Roeland Jago Douma
81b45d0c90
Admin setting PHP and SMTP casing
2016-08-09 14:12:39 +02:00
Roeland Jago Douma
3f859d8a38
Remove AGPL title
2016-08-09 13:37:25 +02:00
Frédéric LIETART
7335539838
Transifex Owncloud > Nextcloud
...
Change transifex link Owncloud > Nextcloud
2016-07-29 22:33:10 +02:00
Stefan Weil
bb8a42bd44
Fix misspelling of database "READ COMMITTED"
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-07-29 11:06:32 +02:00
Jan-Christoph Borchardt
d705b936a9
fix capitalization of text in users management
2016-07-28 11:30:36 +02:00
root
3b44d73108
Orders Admin Log Button
2016-07-26 09:27:48 +00:00
Morris Jobke
ca6c2c7855
Merge pull request #484 from nextcloud/reenable-help-section
...
[master] Reenable help section
2016-07-21 09:19:11 +02:00
Lukas Reschke
14b1edeb5d
Add proper links
2016-07-21 02:25:00 +02:00
Lukas Reschke
90a529f8da
[master] Properly link to nextcloud
2016-07-21 02:24:48 +02:00
Robin Appelman
66db0f3155
Change "recent activity" to "last activity"
2016-07-20 14:25:03 +02:00
Morris Jobke
21b05b646f
Merge pull request #452 from nextcloud/session-passwords-design
...
Adjust wording and layout of Sessions and App passwords personal settings
2016-07-19 20:57:54 +02:00
Lukas Reschke
56496f98ab
Merge pull request #451 from nextcloud/github-link
...
fix Github link in Personal and Admin settings Version note
2016-07-19 20:46:23 +02:00
Joas Schilling
10fa8a05a0
Use the themed radio buttons for cron selection
2016-07-19 16:41:47 +02:00
Jan-Christoph Borchardt
f1c0c90ac9
simplify wording of Sessions and App passwords sections
2016-07-19 11:37:20 +02:00
Jan-Christoph Borchardt
6797b2b90f
fix Github link in Personal and Admin settings Version note
2016-07-19 11:15:46 +02:00
Morris Jobke
cf79417490
Use tooltip for background job execution time
2016-07-13 09:59:42 +02:00
Morris Jobke
c2d88a08b7
Remove unneeded checks if it runs on a Windows machine
...
* the setup check is still there
2016-07-08 15:55:17 +02:00
Morris Jobke
ba16fd0d33
Merge branch 'master' into sync-master
2016-07-07 11:29:46 +02:00
Hendrik Leppelsack
c47833718f
remove svg classes
2016-07-01 16:36:37 +02:00
Lukas Reschke
6670d37658
Merge remote-tracking branch 'upstream/master' into master-sync-upstream
2016-06-27 18:23:00 +02:00
Bjoern Schiessle
2a990a0db5
verify user password on change
2016-06-27 14:08:11 +02:00
Vincent Petry
579bc57d16
Merge pull request #25261 from owncloud/app-password-login-name
...
show which login name to use for the new app password
2016-06-27 13:40:20 +02:00
Lukas Reschke
7a9d60d87e
Merge remote-tracking branch 'upstream/master' into master-upstream-sync
2016-06-26 12:55:05 +02:00
Christoph Wurst
1454b4515c
fix layout
2016-06-24 17:00:59 +02:00
Christoph Wurst
26aacb4e62
show which login name to use for the new app password
2016-06-24 15:31:48 +02:00
Hendrik Leppelsack
e5d8726859
remove ie8+9 support
2016-06-23 12:34:53 +02:00
Christoph Wurst
178fa11ec1
use theme name instead of hard-coded 'ownCloud'
2016-06-21 16:39:51 +02:00
Christoph Wurst
2c1db51e7c
fix tranlations
2016-06-21 16:39:51 +02:00
Christoph Wurst
31f3aaa36b
app passwords/device tokens wording
2016-06-21 16:39:51 +02:00
Vincent Petry
af98e3e641
Merge pull request #25042 from owncloud/session-settings-ellipsis
...
add overflow ellipsis to session and device tokens list
2016-06-21 12:15:38 +02:00
Morris Jobke
232ab8f6dd
Merge pull request #122 from nextcloud/readd-labels-for-usability
...
Re-add labels for password inputs for usability
2016-06-20 15:14:00 +02:00
Morris Jobke
19b531fd14
fix more strings
2016-06-20 13:14:24 +02:00
Morris Jobke
b729703b6c
Re-add labels for password inputs for usability
...
* ref https://github.com/nextcloud/server/pull/112#discussion_r67245286
2016-06-16 13:07:22 +02:00
blizzz
700ff6da58
Merge pull request #112 from nextcloud/drop-useless-ie8-stuff
...
Drop useless IE8 rules
2016-06-15 22:58:34 +02:00
Morris Jobke
a95b572f1a
Drop useless IE8 rules
2016-06-15 15:30:23 +02:00
Morris Jobke
ea25be51da
fix strengthify in personal settings
2016-06-15 15:27:40 +02:00
Arthur Schiwon
42c66efea5
Merge branch 'master' of https://github.com/owncloud/core into downstream-160611
2016-06-11 15:34:43 +02:00
Lukas Reschke
edf62eb41a
Add user ID to log entries in admin page
2016-06-10 15:38:21 +02:00
Joas Schilling
372213b052
Add developer documentation, website and bug to the applist ( #25041 )
2016-06-10 15:15:27 +02:00
Christoph Wurst
663459ca26
rearrange personal settings sections
2016-06-10 14:58:30 +02:00
MTRichards
397da7620e
Update personal.php ( #24923 )
2016-05-31 15:58:02 +02:00
Joas Schilling
4da5a74192
Add a warning when the transaction isolation level is not READ_COMMITED
2016-05-30 12:31:33 +02:00
Vincent Petry
fdddc11f63
Merge pull request #22929 from owncloud/bugfix-removequota-subadmins
...
Bugfix removequota subadmins
2016-05-24 12:13:57 +02:00
Christoph Wurst
74277c25be
add button to invalidate browser sessions/device tokens
2016-05-23 09:11:12 +02:00
Christoph Wurst
6495534bcd
add button to add new device tokens
2016-05-23 09:11:12 +02:00
Christoph Wurst
12431aa399
list user's auth tokens on the personal settings page
2016-05-23 09:11:12 +02:00
Vincent Petry
37ef9dfd65
Fix default quota field from reviews
2016-05-20 16:28:30 +02:00
Jan-Christoph Borchardt
0d78fbdc26
fix admin share settings sorting, use same order as in sidebar
2016-05-14 08:02:39 +02:00
Lukáš Tyrychtr
c2f2edc092
Fix reporting of the categories in app settings as links by screen readers.
2016-04-19 19:49:31 +02:00
Christoph Wurst
7365bd798a
Show tooltip if the app is downloaded from a remote server
...
fixes #14405
2016-04-12 09:39:53 +02:00