Robin Appelman
af6ee647da
center arrow for token dropdown
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-06 14:11:37 +01:00
Arthur Schiwon
9c249427d1
fix change permission on mail shares of folders
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-12-06 13:44:27 +01:00
Roeland Jago Douma
b1901534be
Merge pull request #2524 from nextcloud/fix-db-selection
...
Fix db selection design and fix #2511
2016-12-06 12:02:11 +01:00
Roeland Jago Douma
5326985c71
Merge pull request #2519 from nextcloud/404-versions-download
...
Show nice error page for not available versions
2016-12-06 12:01:30 +01:00
John Molakvoæ (skjnldsv)
0abcba25e8
Fix db selection design and fix #2511
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2016-12-06 09:56:00 +01:00
Roeland Jago Douma
db6359d1e4
Merge pull request #2513 from nextcloud/fix-htaccess-checks
...
Properly check the data dir
2016-12-06 08:57:36 +01:00
Roeland Jago Douma
00d1f8b582
Merge pull request #2521 from nextcloud/config-switches
...
Document updater channel & check for correct PHP version in updater
2016-12-06 08:39:46 +01:00
Nextcloud bot
2a647f4d3a
[tx-robot] updated from transifex
2016-12-06 01:07:19 +00:00
Morris Jobke
7aa510b2f0
Document updater channel & check for correct PHP version in updater
...
* see https://github.com/nextcloud/updater/issues/53
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-06 00:19:13 +01:00
Morris Jobke
a2867c0664
Properly check the data dir
...
* fixes #1364
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-05 23:35:35 +01:00
Morris Jobke
572b078de7
Merge pull request #2520 from nextcloud/replace-string
...
Check for nextcloud version as well
2016-12-05 23:26:32 +01:00
Morris Jobke
a89b033869
Merge pull request #497 from nextcloud/postgres-setup-no-admin
...
handle postgres setup when we cant connect as admin
2016-12-05 23:25:41 +01:00
Morris Jobke
aac3024878
Merge pull request #2505 from nextcloud/sudo-mode-provisioning-api
...
Require sudo mode on the provisioning API
2016-12-05 22:29:29 +01:00
Morris Jobke
ea4baa6269
Merge pull request #2516 from nextcloud/graceful_no_share_provider
...
Handle unavailable share providers more graceful
2016-12-05 22:23:34 +01:00
Lukas Reschke
60d1e8e63e
Check for nextcloud version as well
...
The code checker didn't consider the "nextcloud" version before, resulting in fails such as https://travis-ci.org/nextcloud/richdocuments/jobs/181470760#L415-L416
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-05 22:18:24 +01:00
Morris Jobke
f03cd2c685
Show nice error page for not available versions
...
* fixes #1464
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-05 22:15:59 +01:00
Lukas Reschke
7fe02702b0
Merge pull request #2509 from nextcloud/sudo-mode-for-app-enabling
...
Add sudo mode to enabling and disabling apps
2016-12-05 22:06:14 +01:00
Roeland Jago Douma
e368a745aa
Set last-login-check on basic auth
...
Else the last-login-check fails hard because the session value is not
set and thus defaults to 0.
* Started with tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-05 20:57:15 +01:00
Roeland Jago Douma
97d18b155b
Handle unavailable share providers more graceful
...
If the sharebymail app (or the federatedshareprovider app) are disabled
this kills a lot of stuff. So we should handle a share provider not
begin available a bit more graceful.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-05 19:40:37 +01:00
Robin Appelman
fe31b45934
float tooltip over select2 dropdown
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-05 17:59:16 +01:00
Robin Appelman
fccddb8787
fix styling of renaming system tags
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-05 17:54:38 +01:00
Christoph Wurst
0478db6506
Merge pull request #2484 from nextcloud/fix-wrong-update-of-email-address
...
make sure that we only update the email address if it really changed
2016-12-05 17:14:23 +01:00
Morris Jobke
efa9ac1230
Merge pull request #2508 from nextcloud/systemtags-dropdown-style
...
improve systemtags selector styling
2016-12-05 16:12:30 +01:00
Morris Jobke
8fdfb41b93
Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-top
...
Move lately used tags to the top
2016-12-05 16:10:33 +01:00
Robin Appelman
5365c1a32f
handle postgres setup when we cant connect as admin
2016-12-05 16:00:05 +01:00
Morris Jobke
7ce5303374
Merge pull request #2496 from nextcloud/add-activities-for-favorite-managemet
...
Add an activity when managing favorites
2016-12-05 15:44:24 +01:00
Morris Jobke
1253d1008a
Merge pull request #2411 from nextcloud/fix-encryption-home-storage
...
check if the file should really be encrypted before we update the file cache
2016-12-05 15:38:12 +01:00
Morris Jobke
86a53b4e19
Merge pull request #2501 from nextcloud/issue-2472-remove-update-notification-after-updating
...
Remove the update warning and the notification after an successful up…
2016-12-05 15:33:41 +01:00
Morris Jobke
b1b4de32b8
Merge pull request #2507 from nextcloud/conflict-dialog-ff
...
fix conflict dialog styling in firefox
2016-12-05 15:19:02 +01:00
Lukas Reschke
becde58952
Add sudo mode to enabling and disabling apps
...
Otherwise an administrator could bypass sudo mode by installing an app that allows RCE by design. I've by intention excluded the update endpoint from the requirement because updating apps should be as unintruisive as possible.
Not the cleanest approach by adding this to the AJAX endpoints instead of requiring a controller but for 11 this felt safer for me. We can clean this up together later then. (also the other AJAX endpoints in this folder do have the same logic)
Ref https://github.com/nextcloud/server/issues/2487
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-05 15:12:28 +01:00
Robin Appelman
d6c9cc7e03
improve systemtags selector styling
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-05 14:59:14 +01:00
Robin Appelman
af9b3e3889
fix conflict dialog styling in firefox
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-05 14:20:54 +01:00
Morris Jobke
8adf617726
Merge pull request #2468 from nextcloud/fix-personal-settings-readonly
...
personal settings: handle read-only parameters correctly
2016-12-05 12:15:04 +01:00
Morris Jobke
decce7ec8d
Merge pull request #2502 from nextcloud/personal-settings-dead-code
...
remove dead js code from personal settings
2016-12-05 12:06:05 +01:00
Morris Jobke
5d301ed95d
Merge pull request #2500 from nextcloud/issue-2326-personal-settings
...
Allow emtpy values on personal page and fix saving checkmark position
2016-12-05 12:05:26 +01:00
Joas Schilling
bea85adc08
Require sudo mode on the provisioning API
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-05 11:55:21 +01:00
Arthur Schiwon
0c8e4b91d3
adjust: sanitizeDN resides in Helper
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-12-05 11:36:20 +01:00
Juan Pablo Villafáñez
efa1077872
Extract lowercase conversion out of the loop
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-12-05 11:29:47 +01:00
Arthur Schiwon
6496b95564
range support for LDAP read operations
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-12-05 11:29:16 +01:00
Joas Schilling
3a653b56ee
Remove the update warning and the notification after an successful update
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-05 10:50:28 +01:00
Christoph Wurst
46abd9e3d9
remove dead js code from personal settings
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-12-05 10:50:04 +01:00
Christoph Wurst
b19b788e7a
Allow emtpy values on personal page and fix saving checkmark position
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-12-05 10:48:52 +01:00
Bjoern Schiessle
9e66d5d7cf
hide password recovery note if email address can't be set
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-12-05 10:03:39 +01:00
Roeland Jago Douma
eeb81ec783
Merge pull request #2491 from nextcloud/fix-groups-enable-visual
...
Put "Enable only for specific groups" into a new div
2016-12-05 08:45:18 +01:00
Nextcloud bot
dda39728e3
[tx-robot] updated from transifex
2016-12-05 01:07:41 +00:00
John Molakvoæ (skjnldsv)
0d61707e25
Change groups enable to block element
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: Felix A. Epp <work@felixepp.de>
2016-12-05 00:02:41 +01:00
John Molakvoæ
3234d4b36c
Merge pull request #2497 from nextcloud/theming-icon-fixes
...
Fixing issues with themed icons
2016-12-04 16:09:12 +01:00
Julius Haertl
fd6670ae72
Fix transparency of icons
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2016-12-04 13:38:37 +01:00
Julius Haertl
f423bdcb81
Fix background border radius
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2016-12-04 13:38:36 +01:00
Julius Haertl
797e761492
Move sizing to renderAppIcon method
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2016-12-04 13:38:29 +01:00