Nextcloud bot
466a219cd7
[tx-robot] updated from transifex
2016-09-18 00:09:33 +00:00
Nextcloud bot
568b4d9a5d
[tx-robot] updated from transifex
2016-09-17 00:10:20 +00:00
Nextcloud bot
da66933891
[tx-robot] updated from transifex
2016-09-16 00:09:40 +00:00
Nextcloud bot
f23ae4de2f
[tx-robot] updated from transifex
2016-09-15 00:12:44 +00:00
Nextcloud bot
79d31198c9
[tx-robot] updated from transifex
2016-09-14 00:10:39 +00:00
Nextcloud bot
7c3934d3e6
[tx-robot] updated from transifex
2016-09-13 00:11:26 +00:00
Nextcloud bot
3d0a7c49cc
[tx-robot] updated from transifex
2016-09-12 00:09:41 +00:00
Nextcloud bot
37d6cf6f6c
[tx-robot] updated from transifex
2016-09-11 00:09:20 +00:00
Nextcloud bot
3ba03a69fd
[tx-robot] updated from transifex
2016-09-10 00:09:25 +00:00
Nextcloud bot
de921ccd98
[tx-robot] updated from transifex
2016-09-09 00:09:38 +00:00
Robin Appelman
38a0492c64
fix setting quota to default or unlimited
2016-09-08 12:58:42 +02:00
Nextcloud bot
8c4e5a923a
[tx-robot] updated from transifex
2016-09-08 00:10:28 +00:00
Nextcloud bot
9bd40755ef
[tx-robot] updated from transifex
2016-09-07 00:09:32 +00:00
Nextcloud bot
e9d0520788
[tx-robot] updated from transifex
2016-09-06 00:09:25 +00:00
Nextcloud bot
1193d8d1b4
[tx-robot] updated from transifex
2016-09-05 00:09:16 +00:00
Nextcloud bot
c5f2917e1a
[tx-robot] updated from transifex
2016-09-04 00:09:28 +00:00
Nextcloud bot
4849538c70
[tx-robot] updated from transifex
2016-09-02 00:09:17 +00:00
Nextcloud bot
e6c8c33b03
[tx-robot] updated from transifex
2016-09-01 00:09:31 +00:00
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