Roeland Jago Douma
15c1b3c509
Fix phpdoc
2016-08-16 20:25:09 +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
Marius Blüm
dec4ee73c5
Merge pull request #871 from nextcloud/move-apps
...
move apps between 'Language' and 'Session' in personal settings
2016-08-16 11:25:48 +02:00
Marius Blüm
c994524e98
Merge pull request #834 from nextcloud/feature/similar-app-colors
...
Use darker colors for app icons in app management.
2016-08-16 11:07:48 +02:00
Nextcloud bot
8c424c7971
[tx-robot] updated from transifex
2016-08-16 00:10:47 +00:00
Arthur Schiwon
d96e8f5810
adopt to Controller constructor changes
2016-08-16 00:56:18 +02:00
Lukas Reschke
6c6338b810
Merge branch 'master' into implement_712
2016-08-15 21:55:09 +02:00
Lukas Reschke
910176c540
Fix CheckSetupController tests
2016-08-15 17:36:45 +02:00
Lukas Reschke
8a7a0f3287
Add unit tests
2016-08-15 16:25:34 +02:00
Bjoern Schiessle
5f28b8b5c1
move apps between 'Language' and 'Session' in personal settings
2016-08-15 12:03:55 +02:00
Nextcloud bot
f3124b5052
[tx-robot] updated from transifex
2016-08-15 00:12:16 +00:00
Raghu Nayyar
7c61fa14ae
Fixes image preview when fetched from the store.
2016-08-15 00:49:33 +05:30
Roeland Jago Douma
5cd5233952
Do not translate HTML
2016-08-13 14:16:17 +02:00
Jan-Christoph Borchardt
c8113a4269
compress images and fix position
2016-08-13 14:03:56 +02:00
Jan-Christoph Borchardt
18d7ca21f5
use shorthand for padding values
2016-08-13 14:03:56 +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
Nextcloud bot
4da01eeef6
[tx-robot] updated from transifex
2016-08-13 00:13:29 +00: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
Nextcloud bot
35358bdde0
[tx-robot] updated from transifex
2016-08-12 00:10:18 +00: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
Arthur Schiwon
14ddf9d923
rename IAdmin to ISettings, the interface is not bound to a specific settings scope
2016-08-11 14:48:21 +02:00
Nextcloud bot
f68f1d5f37
[tx-robot] updated from transifex
2016-08-11 12:08:42 +00:00
Raghu Nayyar
eeee9681d5
Adds opacity to image container.
2016-08-11 15:53:39 +05:30
Raghu Nayyar
7c2346b373
Removes uneeded styles.
2016-08-11 13:09:42 +05:30
Raghu Nayyar
c489cd4d3a
Uses javascript to invert the SVGs.
2016-08-11 12:59:57 +05:30
Nextcloud bot
56bf0a8399
[tx-robot] updated from transifex
2016-08-11 00:14:12 +00:00
Arthur Schiwon
1eb8b951c2
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-10 15:21:25 +02:00
Morris Jobke
e9db2bcfd9
add more margin to right of the icon
2016-08-10 10:47:51 +02:00
Roeland Jago Douma
7d643fc539
Add sliding animation
2016-08-10 09:17:14 +02:00
Roeland Jago Douma
965804425d
Add clipboardjs for token
2016-08-10 09:10:39 +02:00
Roeland Jago Douma
de44ab0244
Always show delete icon for new tokens
...
* Always show delete icon
* Hide form if the new icon is deleted
2016-08-10 08:58:57 +02:00
Roeland Jago Douma
3bf609cd31
Add note password is only shown once
2016-08-10 08:58:41 +02:00
Nextcloud bot
d6bee61131
[tx-robot] updated from transifex
2016-08-10 00:09:59 +00: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
Nextcloud bot
344916de15
[tx-robot] updated from transifex
2016-08-07 00:10:23 +00:00
Nextcloud bot
b80e3e70e5
[tx-robot] updated from transifex
2016-08-06 00:10:17 +00:00
Nextcloud bot
c44c9a55f4
[tx-robot] updated from transifex
2016-08-05 00:10:09 +00:00
Nextcloud bot
258ee140a4
[tx-robot] updated from transifex
2016-08-04 00:11:51 +00:00
Nextcloud bot
0874460e48
[tx-robot] updated from transifex
2016-08-03 00:11:12 +00:00
Morris Jobke
c76dc835c4
Merge pull request #701 from nextcloud/fix-add-apps-icon
...
Apply black app icon style to newly installed app icons
2016-08-02 14:23:42 +02:00
Nextcloud bot
5f83f4d9a8
[tx-robot] updated from transifex
2016-08-02 00:09:59 +00:00
Julius Haertl
c8e4988f85
Apply inverted app icon style to newly installed icons
2016-08-01 21:48:06 +02:00
Nextcloud bot
50c8367041
[tx-robot] updated from transifex
2016-08-01 00:10:15 +00:00
Nextcloud bot
2a2526e1d1
[tx-robot] updated from transifex
2016-07-31 00:09:54 +00:00
Nextcloud bot
2565a39361
[tx-robot] updated from transifex
2016-07-30 00:11:16 +00: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
Nextcloud bot
937577f7bc
[tx-robot] updated from transifex
2016-07-29 00:09:49 +00:00
Jan-Christoph Borchardt
d705b936a9
fix capitalization of text in users management
2016-07-28 11:30:36 +02:00
Nextcloud bot
ffa25ff74d
[tx-robot] updated from transifex
2016-07-28 00:11:51 +00:00
Nextcloud bot
95a0714973
[tx-robot] updated from transifex
2016-07-27 00:09:48 +00:00
Morris Jobke
9f4a53429e
Merge pull request #563 from nextcloud/log-internet-connection-exception
...
Log exception that is thrown by internet connection check
2016-07-26 16:22:43 +02:00
root
3b44d73108
Orders Admin Log Button
2016-07-26 09:27:48 +00:00
Morris Jobke
5da813f477
Log exception that is thrown by internet connection check
2016-07-26 10:03:31 +02:00
Nextcloud bot
31e807b155
[tx-robot] updated from transifex
2016-07-26 00:09:19 +00:00
Joas Schilling
4ad0c383ad
Merge pull request #523 from Faldon/master
...
Renamed file logging
2016-07-25 11:41:24 +02:00
Nextcloud bot
7d969962db
[tx-robot] updated from transifex
2016-07-25 00:09:09 +00:00
Nextcloud bot
a20f4c432b
[tx-robot] updated from transifex
2016-07-24 00:09:10 +00:00
Nextcloud bot
e36decc12b
[tx-robot] updated from transifex
2016-07-23 00:09:06 +00:00
Thomas Pulzer
ba3f4f118e
Changed logtype to file instead of owncloud.
...
- Updated the config sample to point to log_type='file'
- Renamed the Class for logfile logging to File in namespace 'OC\Log\'.
Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'.
- Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'.
Changed registration of the command to use 'OC\Core\Command\Log\File'.
- Changed default Syslog tag to Nextcloud
- Retained backwards compatibility for configs with 'logtype' => 'owncloud'
- Adjusted tests for the new file log.
Closes #490 .
2016-07-22 11:44:19 +02:00
Nextcloud bot
4b4990c48f
[tx-robot] updated from transifex
2016-07-22 00:10:05 +00:00
Morris Jobke
8c7d7d7746
Merge pull request #507 from nextcloud/run-le-script
...
Update emails and license headers with latest changes
2016-07-21 23:27:15 +02:00
William Bargent
6da54a6987
Merge pull request #374 from lpszBuffer/master
...
Alters 'No Internet Connection' error message. #181
2016-07-21 18:55:58 +01:00
Joas Schilling
0215b004da
Update with robin
2016-07-21 18:13:58 +02:00
Joas Schilling
ba87db3fcc
Fix others
2016-07-21 18:13:57 +02: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
Derek
b236100619
Alters 'No Internet Connection' error message. #181
2016-07-20 19:12:10 -05:00
Nextcloud bot
b7c5a59adf
[tx-robot] updated from transifex
2016-07-21 00:09:07 +00: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