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
Nextcloud bot
91c281c4b4
[tx-robot] updated from transifex
2016-07-17 00:09:26 +00:00
Nextcloud bot
d6907fe84d
[tx-robot] updated from transifex
2016-07-16 00:09:18 +00:00
Joas Schilling
2c988ecbf4
Use the themed Defaults everywhere
2016-07-15 09:17:30 +02:00
Morris Jobke
3c432a8afe
Use tooltip for ssl certs table
2016-07-13 10:00:02 +02:00
Morris Jobke
cf79417490
Use tooltip for background job execution time
2016-07-13 09:59:42 +02:00
Morris Jobke
e9eb94e899
Use tooltip for app management badges
2016-07-13 09:59:08 +02:00
Nextcloud bot
afef11f84a
[tx-robot] updated from transifex
2016-07-13 00:09:46 +00:00
Nextcloud bot
e29835a702
[tx-robot] updated from transifex
2016-07-12 00:09:34 +00:00
Lukas Reschke
0c1cf5f7eb
Merge pull request #347 from nextcloud/drop-windows-foo
...
Remove unneeded checks if it runs on a Windows machine
2016-07-11 13:16:03 +02:00
Nextcloud bot
67278d12e1
[tx-robot] updated from transifex
2016-07-11 00:09:22 +00:00
Nextcloud bot
4aae157087
[tx-robot] updated from transifex
2016-07-10 00:09:23 +00:00