Roeland Jago Douma
1bdc4d7fef
Merge pull request #1688 from nextcloud/backport-1586-fix-multi-translation-names-and-descriptions
...
[stable10] Fix multi translation names and descriptions
2016-10-11 14:28:37 +02:00
Vincent Petry
706317a715
Improve user list rendering perf by not resorting after every add ( #26282 )
...
The call to UserList.add() was wrong and was passing "user.lastLogin"
as the sort argument which would cause the list to be resorted over and
over again for every added item after loading the next page of users.
2016-10-11 10:40:49 +02:00
Joas Schilling
d831156d78
Better search functionality
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:39:25 +02:00
Joas Schilling
7ce29c6eef
Fix authors that have a mail or homepage
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:39:21 +02:00
Joas Schilling
96ed4fe15e
Fix displaying and searching with multiple authors
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 09:52:14 +02:00
Nextcloud bot
4ff2f3ac46
[tx-robot] updated from transifex
2016-10-10 00:07:04 +00:00
Nextcloud bot
3fee65d643
[tx-robot] updated from transifex
2016-10-09 00:06:56 +00:00
Nextcloud bot
e6cb73d70d
[tx-robot] updated from transifex
2016-10-08 00:06:59 +00:00
Nextcloud bot
04d0daed12
[tx-robot] updated from transifex
2016-10-07 00:07:12 +00:00
Nextcloud bot
530a72493b
[tx-robot] updated from transifex
2016-10-04 00:07:03 +00:00
Nextcloud bot
6fcc190f5d
[tx-robot] updated from transifex
2016-10-02 00:16:32 +00:00
Nextcloud bot
7dc0de8cb1
[tx-robot] updated from transifex
2016-10-01 00:08:30 +00:00
Nextcloud bot
64e3167dcc
[tx-robot] updated from transifex
2016-09-30 00:08:19 +00:00
Nextcloud bot
550fb8ce53
[tx-robot] updated from transifex
2016-09-29 00:07:14 +00:00
Nextcloud bot
ad9b154700
[tx-robot] updated from transifex
2016-09-28 00:10:27 +00:00
Nextcloud bot
0a683682b2
[tx-robot] updated from transifex
2016-09-27 00:09:53 +00:00
Nextcloud bot
f230070eda
[tx-robot] updated from transifex
2016-09-26 00:09:49 +00:00
Nextcloud bot
15d7b8c2f1
[tx-robot] updated from transifex
2016-09-25 00:09:47 +00:00
Nextcloud bot
c6e770959f
[tx-robot] updated from transifex
2016-09-23 00:09:51 +00:00
Nextcloud bot
28ad84cc19
[tx-robot] updated from transifex
2016-09-22 00:11:39 +00:00
Nextcloud bot
804dfd1d59
[tx-robot] updated from transifex
2016-09-20 00:09:44 +00:00
Nextcloud bot
0a0079e89c
[tx-robot] updated from transifex
2016-09-19 00:09:39 +00:00
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
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
Morris Jobke
a3ea826b82
Merge pull request #446 from nextcloud/cron-radio-buttons-color
...
Use the themed radio buttons for cron selection
2016-07-19 17:54:16 +02:00
Joas Schilling
10fa8a05a0
Use the themed radio buttons for cron selection
2016-07-19 16:41:47 +02:00
Jan-Christoph Borchardt
9b22be2023
set max width for sessions tables so it doesn’t go crazy on large screens
2016-07-19 11:42:57 +02:00
Jan-Christoph Borchardt
762cc2a773
adjust layout of Sessions and App passwords sections
2016-07-19 11:37:46 +02:00
Jan-Christoph Borchardt
f1c0c90ac9
simplify wording of Sessions and App passwords sections
2016-07-19 11:37:20 +02:00
Robin Appelman
df2dffaf7c
add fancy formating for most browsers
2016-07-19 11:27:58 +02:00
Jan-Christoph Borchardt
6797b2b90f
fix Github link in Personal and Admin settings Version note
2016-07-19 11:15:46 +02:00
Robin Appelman
fac970b065
format current and sync client sessions in Personal
2016-07-18 19:39:03 +02:00
Nextcloud bot
b23d3c6418
[tx-robot] updated from transifex
2016-07-18 14:08:51 +00:00
Björn Schießle
ea470f8777
Merge pull request #405 from nextcloud/theming-fixes
...
Theming fixes
2016-07-18 15:59:47 +02:00