Commit graph

3211 commits

Author SHA1 Message Date
Vincent Petry
3a0a84e1ea
Backport of Users page lazy multiselect group dropdowns #1128 to stable10
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.

Extra non-available groups also in list

Fix group sorting in user list group selection
2016-08-29 23:46:28 +02:00
Arthur Schiwon
b4b175537d
Backport of fix internal links in security & setup warnings #1050
fix internal links in security & setup warnings, resolves #1048

adjust js tests
2016-08-26 00:25:50 +02:00
Jack Davis
f05cd64458
25532_issue_password_update_notification_updated (#25756)
* Password Update Notification

Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.

* Password Update Success Message

Updated the password update success message
2016-08-22 09:51:44 +02:00
Roeland Jago Douma
c07090ef6e
SVG defintions always take the first one
* Move filter definition out
2016-08-18 16:29:05 +02:00
Morris Jobke
b3cc9c6998
Fix null reference in IE 2016-08-17 16:27:18 +02:00
Morris Jobke
6f48494b08
Empty tags are not allowed for image and feColorMatrix in IE11 and below 2016-08-17 16:27:12 +02:00
Roeland Jago Douma
ed950eb861
Remove hack 2016-08-17 16:24:31 +02:00
Morris Jobke
b8d4baacdc
Introduce weird hack for Firefox
* everything is 4 times as big (doubled width and doubled height)
2016-08-17 16:24:27 +02:00
Roeland Jago Douma
57c09bbba4
Filter can't be named invert in FF 2016-08-17 16:24:20 +02:00
Nextcloud bot
4470ab36bb
[tx-robot] updated from transifex 2016-08-17 13:32:21 +00:00
Raghu Nayyar
ff65e0cf9b
Fixes image preview when fetched from the store. 2016-08-17 09:58:17 +02:00
Raghu Nayyar
c76f60e733
Adds opacity to image container. 2016-08-17 09:58:13 +02:00
Raghu Nayyar
bbd764399f
Removes uneeded styles. 2016-08-17 09:58:09 +02:00
Raghu Nayyar
e96e652f72
Uses javascript to invert the SVGs. 2016-08-17 09:58:04 +02:00
Arthur Schiwon
c5fdee2678
for new we cannot have nested settings, default module is only appended if available 2016-08-16 21:11:25 +02:00
Arthur Schiwon
4d505b72de
fix missing parameters in sharing settings page 2016-08-16 21:11:10 +02:00
Arthur Schiwon
eed879ab3e
adopt to Controller constructor changes 2016-08-16 21:11:01 +02:00
Lukas Reschke
687f5bee94
Add unit tests 2016-08-16 21:10:41 +02:00
Arthur Schiwon
9111b52fef
move mail settings and file handling to additional ones, thus files_external gets its own section 2016-08-16 21:10:21 +02:00
Arthur Schiwon
c93453e878
make updatenotification settings appear as if it is part of the version part in server settings 2016-08-16 21:10:09 +02:00
Arthur Schiwon
ef4452e3c3
mark current section 2016-08-16 21:10:00 +02:00
Lukas Reschke
3ad89a76b5
Resolve conflict 2016-08-16 21:09:31 +02:00
Arthur Schiwon
e37db63e47
rename IAdmin to ISettings, the interface is not bound to a specific settings scope 2016-08-16 21:05:54 +02:00
Arthur Schiwon
2e9794f53e
more admin page splitup improvements
* bump version to ensure tables are created
* make updatenotification app use settings api
* change IAdmin::render() to getForm() and change return type from Template to TemplateResponse
* adjust User_LDAP accordingly, as well as built-in forms
* add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the
constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke
* make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method
2016-08-16 21:05:11 +02:00
Arthur Schiwon
a548902d5f
Fallback for legacy settings. They are placed into Additional Settings 2016-08-16 21:04:41 +02:00
Arthur Schiwon
d01689037d
Initial work on Apps page split:
* interfaces for the Admin settings (IAdmin) and section (ISection)
* SettingsManager service
* example setup with LDAP app
2016-08-16 21:04:22 +02:00
Marius Blüm
e3daa8e3ce Merge pull request #872 from nextcloud/move-apps-stable10
[stable10] move apps between 'Language' and 'Session' in personal settings
2016-08-16 11:26:13 +02:00
Lukas Reschke
81467f7c4e
Fix CheckSetupController tests 2016-08-15 17:55:36 +02:00
Bjoern Schiessle
a3cb247d88
move apps between 'Language' and 'Session' in personal settings 2016-08-15 12:06:19 +02:00
Morris Jobke
728631f1eb
add more margin to right of the icon 2016-08-10 12:16:03 +02:00
Roeland Jago Douma
0727f4e372
Add sliding animation 2016-08-10 12:15:53 +02:00
Roeland Jago Douma
79b7ff3bf8
Add clipboardjs for token 2016-08-10 12:14:37 +02:00
Roeland Jago Douma
806f9b80f1
Always show delete icon for new tokens
* Always show delete icon
* Hide form if the new icon is deleted
2016-08-10 12:14:26 +02:00
Roeland Jago Douma
7d5578dd06
Add note password is only shown once 2016-08-10 12:14:16 +02:00
Roeland Jago Douma
232b1f4417
Admin setting PHP and SMTP casing 2016-08-09 23:46:11 +02:00
Roeland Jago Douma
f3ae93ddd7
Remove AGPL title 2016-08-09 19:24:53 +02:00
Julius Härtl
482a725a8b [stable10] Change app menu to white background with dark icons (#665)
* Change app menu to white

* adjust opacity of icons in apps and user menu

* Move to svg filter on app menu to support IE9+

* fix shading of apps icon in app menu

* Fix wrong preserveAspectRatio at app menu icons

* Apply inverted app icon style to newly installed icons
2016-08-02 19:18:00 +02:00
Frédéric LIETART
f7170b39ea Transifex Owncloud > Nextcloud
Change transifex link Owncloud > Nextcloud
2016-07-29 23:35:45 +02:00
Joas Schilling
23b205ed48
Run the license script 2016-07-22 11:40:41 +02:00
Morris Jobke
d8b9672ad8 Merge pull request #485 from nextcloud/stable10-reenable-help-section
[Stable10] reenable help section
2016-07-21 09:18:50 +02:00
Lukas Reschke
10f3178215
[master] Properly link to nextcloud 2016-07-21 02:15:37 +02:00
Lukas Reschke
ed21916999
Add proper links 2016-07-21 02:11:34 +02:00
Robin Appelman
2ba5785d68 sort tokens 2016-07-20 15:59:00 +02:00
Robin Appelman
703794339c right allign last activity 2016-07-20 14:26:03 +02:00
Robin Appelman
341948155d fix apppassword table with only a few entries being streched 2016-07-20 14:25:23 +02:00
Robin Appelman
66db0f3155 Change "recent activity" to "last activity" 2016-07-20 14:25:03 +02:00
Robin Appelman
eb3410322e improve matching safari user agent 2016-07-20 14:13:23 +02:00
Nextcloud bot
78e0bdc003
[tx-robot] updated from transifex 2016-07-20 00:09:13 +00: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