]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agofixPartialFilePath() is now stripPartialFileExtension()
Bjoern Schiessle [Tue, 12 Nov 2013 17:48:31 +0000 (18:48 +0100)]
fixPartialFilePath() is now stripPartialFileExtension()

11 years agoonly update file cache if the file is already indexed to avoid that we create a incom...
Bjoern Schiessle [Tue, 12 Nov 2013 14:55:59 +0000 (15:55 +0100)]
only update file cache if the file is already indexed to avoid that we create a incomplete file cache entry

11 years agomake sure that we keep the correct timestamp and etag after encryoption/decryption
Bjoern Schiessle [Tue, 12 Nov 2013 14:51:51 +0000 (15:51 +0100)]
make sure that we keep the correct timestamp and etag after encryoption/decryption

11 years agoMerge pull request #5810 from owncloud/disbaledtextareas
Morris Jobke [Tue, 12 Nov 2013 10:34:51 +0000 (02:34 -0800)]
Merge pull request #5810 from owncloud/disbaledtextareas

Disabled textareas should look like they are disabled

11 years agonew line for css rule
Morris Jobke [Tue, 12 Nov 2013 10:31:58 +0000 (11:31 +0100)]
new line for css rule

11 years agoMerge pull request #5816 from Wikinaut/patch-1
Thomas Müller [Tue, 12 Nov 2013 10:12:06 +0000 (02:12 -0800)]
Merge pull request #5816 from Wikinaut/patch-1

Update config.sample.php

11 years agoUpdate config.sample.php
Wikinaut [Mon, 11 Nov 2013 23:59:35 +0000 (00:59 +0100)]
Update config.sample.php

/* Enable maintenance mode to disable ownCloud
   If you want to prevent users to login to ownCloud before you start doing some maintenance work,
   you need to set the value of the maintenance parameter to true.
   Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly.
*/

11 years agoDisabled textareas should look like they are disabled
Arthur Schiwon [Mon, 11 Nov 2013 18:41:51 +0000 (19:41 +0100)]
Disabled textareas should look like they are disabled

11 years agoMerge pull request #5804 from owncloud/files-selectionsummary
Morris Jobke [Mon, 11 Nov 2013 16:41:53 +0000 (08:41 -0800)]
Merge pull request #5804 from owncloud/files-selectionsummary

Selection summary is now displayed properly

11 years agoSelection summary is now displayed properly
Vincent Petry [Mon, 11 Nov 2013 16:14:40 +0000 (17:14 +0100)]
Selection summary is now displayed properly

Fixes #5775

11 years agoMerge pull request #5707 from owncloud/fixwrongfilesizeintests
Morris Jobke [Mon, 11 Nov 2013 14:26:38 +0000 (06:26 -0800)]
Merge pull request #5707 from owncloud/fixwrongfilesizeintests

Fixed filesize issue in watchr test

11 years agoMerge pull request #5769 from owncloud/files-changedirjsevent
Morris Jobke [Mon, 11 Nov 2013 14:22:44 +0000 (06:22 -0800)]
Merge pull request #5769 from owncloud/files-changedirjsevent

Added JS event for when the user changes the directory

11 years agoMerge pull request #5701 from owncloud/sharing-updateownerfoldersizes
Morris Jobke [Mon, 11 Nov 2013 14:16:51 +0000 (06:16 -0800)]
Merge pull request #5701 from owncloud/sharing-updateownerfoldersizes

Fixed watcher to also update the owner's folder sizes

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 11 Nov 2013 10:47:59 +0000 (05:47 -0500)]
[tx-robot] updated from transifex

11 years agoMerge pull request #5687 from owncloud/fixing-5659-master
Thomas Müller [Sun, 10 Nov 2013 07:14:52 +0000 (23:14 -0800)]
Merge pull request #5687 from owncloud/fixing-5659-master

display the exception instead of meaningless message

11 years agoMerge pull request #5759 from owncloud/fixing-5757-master
Thomas Müller [Sun, 10 Nov 2013 07:13:17 +0000 (23:13 -0800)]
Merge pull request #5759 from owncloud/fixing-5757-master

adding proper htaccess commands for Apache 2.4

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 9 Nov 2013 06:45:32 +0000 (01:45 -0500)]
[tx-robot] updated from transifex

11 years agoMerge pull request #5763 from owncloud/fixing-sharing-ocs-api-master
Thomas Müller [Fri, 8 Nov 2013 22:25:08 +0000 (14:25 -0800)]
Merge pull request #5763 from owncloud/fixing-sharing-ocs-api-master

the filesystem has to be initialized once we know the user

11 years agoimplementing solution using <ifModule mod_authz_core>
Thomas Müller [Fri, 8 Nov 2013 16:29:14 +0000 (17:29 +0100)]
implementing solution using <ifModule mod_authz_core>

11 years agoMerge pull request #5762 from owncloud/files-uploaderrordelay
Jan-Christoph Borchardt [Fri, 8 Nov 2013 13:36:13 +0000 (05:36 -0800)]
Merge pull request #5762 from owncloud/files-uploaderrordelay

Increased upload error delay to 10 seconds

11 years agoAdded JS event for when the user changes the directory
Vincent Petry [Fri, 8 Nov 2013 12:15:48 +0000 (13:15 +0100)]
Added JS event for when the user changes the directory

This enables apps to detect directory changes which might be caused by
the user using the browser back button.

11 years agothe filesystem has to be initialized once we know the user
Thomas Müller [Fri, 8 Nov 2013 10:24:19 +0000 (11:24 +0100)]
the filesystem has to be initialized once we know the user

11 years agoIncreased upload error delay to 10 seconds
Vincent Petry [Fri, 8 Nov 2013 10:22:08 +0000 (11:22 +0100)]
Increased upload error delay to 10 seconds

Fixes #5662

Also made it use OC.Notification instead of directly access the
notification HTML element.

11 years agoadding proper htaccess commands for Apache 2.4
Thomas Müller [Fri, 8 Nov 2013 09:45:35 +0000 (10:45 +0100)]
adding proper htaccess commands for Apache 2.4

11 years agoMerge pull request #5747 from owncloud/scanner-post-hooks
Morris Jobke [Thu, 7 Nov 2013 20:44:23 +0000 (12:44 -0800)]
Merge pull request #5747 from owncloud/scanner-post-hooks

Add post hooks for filesystem scanner

11 years agoNow removing stray old cookies from 5.0.12
Vincent Petry [Thu, 7 Nov 2013 17:40:15 +0000 (18:40 +0100)]
Now removing stray old cookies from 5.0.12

Cookies from 5.0.12 seemed to have an extra slash in the path.
Firefox doesn't allow to remove them if the trailing slash isn't
there,
thus making it impossible to logout correctly.

This fix adds extra code to delete such stray cookies.

Ported from stable5 branch 99e5c6f7eb58404be2cc5448ec380f29c9a71225

11 years agoAdd post hooks for filesystem scanner
Robin Appelman [Thu, 7 Nov 2013 15:22:29 +0000 (16:22 +0100)]
Add post hooks for filesystem scanner

11 years agoMerge pull request #5737 from owncloud/files-totaldirsnotfoundfix
Morris Jobke [Thu, 7 Nov 2013 13:02:43 +0000 (05:02 -0800)]
Merge pull request #5737 from owncloud/files-totaldirsnotfoundfix

Fixed totalDirs JS error

11 years agoMerge pull request #5682 from owncloud/fix5585
blizzz [Thu, 7 Nov 2013 11:34:49 +0000 (03:34 -0800)]
Merge pull request #5682 from owncloud/fix5585

LDAP: make buttons on Expert page work again, fixes #5585

11 years agoFixed totalDirs JS error
Vincent Petry [Thu, 7 Nov 2013 09:11:18 +0000 (10:11 +0100)]
Fixed totalDirs JS error

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 7 Nov 2013 02:44:36 +0000 (21:44 -0500)]
[tx-robot] updated from transifex

11 years agoownCloud 6 beta 3 v6.0.0beta3
Frank Karlitschek [Wed, 6 Nov 2013 22:07:26 +0000 (23:07 +0100)]
ownCloud 6 beta 3

11 years agoMerge pull request #5399 from frisco82/fixDownloadOverQuota
Morris Jobke [Wed, 6 Nov 2013 21:59:27 +0000 (13:59 -0800)]
Merge pull request #5399 from frisco82/fixDownloadOverQuota

Do not count the size of shared folder on total

11 years agoMerge pull request #5718 from owncloud/fixLdapBgJob
Vincent Petry [Wed, 6 Nov 2013 16:58:29 +0000 (08:58 -0800)]
Merge pull request #5718 from owncloud/fixLdapBgJob

LDAP: resolve namespace harakiri, fixes background job

11 years agoLDAP: resolve namespace harakiri, fixes background job
Arthur Schiwon [Wed, 6 Nov 2013 15:25:31 +0000 (16:25 +0100)]
LDAP: resolve namespace harakiri, fixes background job

11 years agoMerge pull request #5711 from owncloud/quota-refreshquotainclientafteroperations
Morris Jobke [Wed, 6 Nov 2013 14:49:42 +0000 (06:49 -0800)]
Merge pull request #5711 from owncloud/quota-refreshquotainclientafteroperations

Fixes for "max upload size" value showed in the UI

11 years agoMerge pull request #5717 from owncloud/files-foldericonforhomestorage
Vincent Petry [Wed, 6 Nov 2013 14:39:48 +0000 (06:39 -0800)]
Merge pull request #5717 from owncloud/files-foldericonforhomestorage

Fixed folder icon for home storage

11 years agoFixed folder icon for home storage
Vincent Petry [Wed, 6 Nov 2013 14:11:14 +0000 (15:11 +0100)]
Fixed folder icon for home storage

Fixes #5713

11 years agoMerge pull request #5716 from owncloud/full-name
Vincent Petry [Wed, 6 Nov 2013 13:25:13 +0000 (05:25 -0800)]
Merge pull request #5716 from owncloud/full-name

change 'Display Name' to more understandable 'Full Name', fix #5612

11 years agochange 'Display Name' to more understandable 'Full Name', fix #5612
Jan-Christoph Borchardt [Wed, 6 Nov 2013 13:20:43 +0000 (14:20 +0100)]
change 'Display Name' to more understandable 'Full Name', fix #5612

11 years agoDo not count the size of shared folder on total
Ramiro Aparicio [Thu, 17 Oct 2013 15:18:56 +0000 (17:18 +0200)]
Do not count the size of shared folder on total

Changed all array access to dot notation

Split comment in a second line

11 years agoLDAP Wizard: l10ned Save button
Arthur Schiwon [Wed, 6 Nov 2013 11:40:07 +0000 (12:40 +0100)]
LDAP Wizard: l10ned Save button

11 years agoFixed storage stats to be based on current directory
Vincent Petry [Wed, 6 Nov 2013 09:55:19 +0000 (10:55 +0100)]
Fixed storage stats to be based on current directory

Previously, the storage statistics were always for the root dir.
This means that the upload button would always show the limit for the
root dir, even when uploading to a shared dir or external storage.

This fix adds a "dir" argument to getstoragestats.php.

11 years agoUpdate quota value in client after scan and upload
Vincent Petry [Wed, 6 Nov 2013 09:15:05 +0000 (10:15 +0100)]
Update quota value in client after scan and upload

After uploading, the quota value wasn't refreshed.
This fix refreshes the quota value after files have been scanned or
uploaded.

11 years agoFixed unit tests for files sharing watcher
Vincent Petry [Wed, 6 Nov 2013 08:39:52 +0000 (09:39 +0100)]
Fixed unit tests for files sharing watcher

11 years agoMerge pull request #5692 from miicha/patch-2
VicDeo [Tue, 5 Nov 2013 20:19:27 +0000 (12:19 -0800)]
Merge pull request #5692 from miicha/patch-2

allow empty user-dn and password

11 years agoAdded unit tests for shared files watcher
Vincent Petry [Tue, 5 Nov 2013 18:30:52 +0000 (19:30 +0100)]
Added unit tests for shared files watcher

- Added base class for sharing unit tests
- Added unit tests for shared files watched to check for folder size
  propagation

11 years agoMerge pull request #5691 from owncloud/switch-to-oc6-documentation
blizzz [Tue, 5 Nov 2013 16:22:26 +0000 (08:22 -0800)]
Merge pull request #5691 from owncloud/switch-to-oc6-documentation

move to oc6 documentation

11 years agoRemoved unused method
Vincent Petry [Tue, 5 Nov 2013 16:14:19 +0000 (17:14 +0100)]
Removed unused method

11 years agoFixed filesize issue in watchr test
Vincent Petry [Tue, 5 Nov 2013 15:58:05 +0000 (16:58 +0100)]
Fixed filesize issue in watchr test

Added clearstatcache to make sure we get the correct file size after
re-writing into the same file.

This failed on openSUSE 12.3 x86_64

11 years agoFixed watcher to also update the owner's folder sizes
Vincent Petry [Tue, 5 Nov 2013 12:58:14 +0000 (13:58 +0100)]
Fixed watcher to also update the owner's folder sizes

Note that the root folder size is mandatory for quota calculation.

11 years agoMerge pull request #5696 from owncloud/fixing-5670-master
Andreas Fischer [Tue, 5 Nov 2013 12:32:27 +0000 (13:32 +0100)]
Merge pull request #5696 from owncloud/fixing-5670-master

decode arguments as array

* owncloud/fixing-5670-master:
  decode arguments as array

11 years agoMerge pull request #5699 from owncloud/fixing-4606-master
Thomas Müller [Tue, 5 Nov 2013 12:30:35 +0000 (04:30 -0800)]
Merge pull request #5699 from owncloud/fixing-4606-master

calling getstoragestats.php only if a user is logged in because this cal...

11 years agoMerge pull request #5695 from owncloud/fixing-dropbox-master
Thomas Müller [Tue, 5 Nov 2013 12:15:20 +0000 (04:15 -0800)]
Merge pull request #5695 from owncloud/fixing-dropbox-master

fixing dropbox require path

11 years agocalling getstoragestats.php only if a user is logged in because this call requires...
Thomas Müller [Tue, 5 Nov 2013 11:18:25 +0000 (12:18 +0100)]
calling getstoragestats.php only if a user is logged in because this call requires a user to be logged in

11 years agoallows agent and password or neither agent nor password
miicha [Tue, 5 Nov 2013 10:51:53 +0000 (11:51 +0100)]
allows agent and password or neither agent nor password

this contribution is MIT licensed

11 years agofixing dropbox require path
Thomas Müller [Tue, 5 Nov 2013 09:33:21 +0000 (10:33 +0100)]
fixing dropbox require path

11 years agodecode arguments as array
Thomas Müller [Tue, 5 Nov 2013 09:30:18 +0000 (10:30 +0100)]
decode arguments as array

11 years agoMerge pull request #5582 from owncloud/files-previewcaching
Thomas Müller [Tue, 5 Nov 2013 09:21:51 +0000 (01:21 -0800)]
Merge pull request #5582 from owncloud/files-previewcaching

Append file etag to preview URLs

11 years agoMerge pull request #5673 from owncloud/oc6-windows-server-mssql-master
Thomas Müller [Tue, 5 Nov 2013 08:41:11 +0000 (00:41 -0800)]
Merge pull request #5673 from owncloud/oc6-windows-server-mssql-master

Oc6 windows server mssql master

11 years agoMerge pull request #5540 from owncloud/scanner-enhancments-master
Thomas Müller [Tue, 5 Nov 2013 07:58:42 +0000 (23:58 -0800)]
Merge pull request #5540 from owncloud/scanner-enhancments-master

Scanner enhancments master

11 years agoallow empty user-dn and password
miicha [Tue, 5 Nov 2013 00:24:20 +0000 (01:24 +0100)]
allow empty user-dn and password

help tooltip shows completely right: leave both blank for anonyous access. But if you leave it blank js doesn't allow you to edit any other settings...

11 years agomove to oc6 documentation
Thomas Müller [Mon, 4 Nov 2013 21:50:12 +0000 (22:50 +0100)]
move to oc6 documentation

11 years agoInherit lastInsertId() from Adapter.
Andreas Fischer [Mon, 4 Nov 2013 21:28:41 +0000 (22:28 +0100)]
Inherit lastInsertId() from Adapter.

11 years agodisplay the exception instead of meaningless message
Thomas Müller [Mon, 4 Nov 2013 20:55:55 +0000 (21:55 +0100)]
display the exception instead of meaningless message

11 years agouse ===
Thomas Müller [Mon, 4 Nov 2013 20:23:10 +0000 (21:23 +0100)]
use ===

11 years agoMerge pull request #5683 from owncloud/no-coverage-with-php-v53-master
Thomas Müller [Mon, 4 Nov 2013 18:24:40 +0000 (10:24 -0800)]
Merge pull request #5683 from owncloud/no-coverage-with-php-v53-master

adding environment variable to control coverage reporting

11 years agokeep junit xml reports
Thomas Müller [Mon, 4 Nov 2013 16:25:07 +0000 (17:25 +0100)]
keep junit xml reports

11 years agoadding test for binary file to test \OC_Helper::streamCopy()
Thomas Mueller [Mon, 4 Nov 2013 16:19:04 +0000 (17:19 +0100)]
adding test for binary file to test  \OC_Helper::streamCopy()

11 years agoignore test files
Thomas Mueller [Mon, 4 Nov 2013 16:17:32 +0000 (17:17 +0100)]
ignore test files

11 years agoadding environment variable to control coverage reporting
Thomas Müller [Mon, 4 Nov 2013 16:04:54 +0000 (17:04 +0100)]
adding environment variable to control coverage reporting

11 years agoLDAP: improve design and placement of Save button
Arthur Schiwon [Mon, 4 Nov 2013 15:54:48 +0000 (16:54 +0100)]
LDAP: improve design and placement of Save button

11 years agoLDAP: make buttons on Expert page work again, fixes #5585
Arthur Schiwon [Mon, 4 Nov 2013 15:48:40 +0000 (16:48 +0100)]
LDAP: make buttons on Expert page work again, fixes #5585

11 years agoMerge pull request #5544 from owncloud/fixing-3593-2-master
Thomas Müller [Mon, 4 Nov 2013 12:30:12 +0000 (04:30 -0800)]
Merge pull request #5544 from owncloud/fixing-3593-2-master

Add FileId header and switch fileid and instance id

11 years agoset log level to DEBUG
Thomas Müller [Mon, 4 Nov 2013 11:58:30 +0000 (12:58 +0100)]
set log level to DEBUG

11 years agoMerge pull request #5656 from owncloud/fix-wizard-typo
Andreas Fischer [Mon, 4 Nov 2013 08:39:19 +0000 (09:39 +0100)]
Merge pull request #5656 from owncloud/fix-wizard-typo

Fix typo in LDAP wizard

* owncloud/fix-wizard-typo:
  Excpetion->Exception

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 3 Nov 2013 19:39:28 +0000 (14:39 -0500)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 3 Nov 2013 17:44:12 +0000 (12:44 -0500)]
[tx-robot] updated from transifex

11 years agoMerge pull request #5678 from owncloud/fix-api-documentation
Thomas Müller [Sun, 3 Nov 2013 14:38:44 +0000 (06:38 -0800)]
Merge pull request #5678 from owncloud/fix-api-documentation

Fix api documentation

11 years agoMerge pull request #5671 from owncloud/fixing-5668-master
Morris Jobke [Sun, 3 Nov 2013 13:08:56 +0000 (05:08 -0800)]
Merge pull request #5671 from owncloud/fixing-5668-master

replace template function link_to_docs() with \OC_Helper::linkToDocs()

11 years agounify license headers for public API files
Morris Jobke [Sun, 3 Nov 2013 12:51:39 +0000 (13:51 +0100)]
unify license headers for public API files

11 years agofix "No page-level DocBlock"
Morris Jobke [Sun, 3 Nov 2013 12:38:25 +0000 (13:38 +0100)]
fix "No page-level DocBlock"

11 years agoMerge pull request #4961 from owncloud/unshare-over-delete
Morris Jobke [Sun, 3 Nov 2013 12:07:42 +0000 (04:07 -0800)]
Merge pull request #4961 from owncloud/unshare-over-delete

Use OCP\Share::unshare() instead of directly using OCP\Share::delete()

11 years agoAlways select item_source.
Andreas Fischer [Thu, 10 Oct 2013 16:56:50 +0000 (18:56 +0200)]
Always select item_source.

11 years agoDeduplicate expiration date check into a method.
Andreas Fischer [Mon, 23 Sep 2013 20:56:15 +0000 (22:56 +0200)]
Deduplicate expiration date check into a method.

11 years agoUse unshareItem() when unsharing expired shares.
Andreas Fischer [Mon, 23 Sep 2013 14:48:02 +0000 (16:48 +0200)]
Use unshareItem() when unsharing expired shares.

11 years agoUse unshareItem() in unshareAll().
Andreas Fischer [Mon, 23 Sep 2013 14:47:46 +0000 (16:47 +0200)]
Use unshareItem() in unshareAll().

11 years agoExtract unshare() code into unshareItem().
Andreas Fischer [Mon, 23 Sep 2013 14:43:08 +0000 (16:43 +0200)]
Extract unshare() code into unshareItem().

11 years agoOCP\Share::unshareAll(): Deduplicate hook parameters.
Andreas Fischer [Mon, 23 Sep 2013 14:22:48 +0000 (16:22 +0200)]
OCP\Share::unshareAll(): Deduplicate hook parameters.

11 years agoAdd tests for OCP\Share::unshareAll().
Andreas Fischer [Mon, 23 Sep 2013 14:16:48 +0000 (16:16 +0200)]
Add tests for OCP\Share::unshareAll().

11 years agoMerge pull request #5672 from owncloud/fixing-5668-master-2
VicDeo [Sun, 3 Nov 2013 08:21:18 +0000 (01:21 -0700)]
Merge pull request #5672 from owncloud/fixing-5668-master-2

fixing Specified key was too long; max key length is 767 bytes

11 years agofixing Specified key was too long; max key length is 767 bytes
Thomas Mueller [Sat, 2 Nov 2013 19:52:38 +0000 (20:52 +0100)]
fixing Specified key was too long; max key length is 767 bytes

11 years agoWIN: fixing unit test for testStreamCopy()
Thomas Mueller [Sat, 2 Nov 2013 19:31:29 +0000 (20:31 +0100)]
WIN: fixing unit test for testStreamCopy()

11 years agoWIN: fixing Fatal error: Call to a member function logicToPhysical() on a non-object...
Thomas Mueller [Sat, 2 Nov 2013 19:22:12 +0000 (20:22 +0100)]
WIN: fixing Fatal error: Call to a member function logicToPhysical() on a non-object in C:\jenkins2\workspace\server-stable5-windows\database\mssql\label\WINDOWS\lib\files\storage\mappedlocal.php on line 311

11 years agomssql: fixing lastInsertId() implementation
Thomas Mueller [Sat, 2 Nov 2013 19:21:19 +0000 (20:21 +0100)]
mssql: fixing lastInsertId() implementation

11 years agoreplace template function link_to_docs() with \OC_Helper::linkToDocs()
Thomas Mueller [Sat, 2 Nov 2013 18:11:46 +0000 (19:11 +0100)]
replace template function link_to_docs() with \OC_Helper::linkToDocs()

11 years agoMerge pull request #5652 from owncloud/front-port-5647-master
Thomas Müller [Sat, 2 Nov 2013 06:11:33 +0000 (23:11 -0700)]
Merge pull request #5652 from owncloud/front-port-5647-master

[WIP] extend unit test to directories starting or ending in whitespace

11 years agoMerge pull request #5443 from owncloud/fix-autoloader-caching
Bart Visscher [Fri, 1 Nov 2013 12:35:34 +0000 (05:35 -0700)]
Merge pull request #5443 from owncloud/fix-autoloader-caching

Remove Autoloader Cache Hack. Do not use Cache on Install.

11 years agoMerge pull request #5658 from owncloud/session-error-full-sentence
Morris Jobke [Fri, 1 Nov 2013 12:08:19 +0000 (05:08 -0700)]
Merge pull request #5658 from owncloud/session-error-full-sentence

[Trivial] Make "Please contact your system administrator" a full sentence.

11 years agoMake "Please contact your system administrator" a full sentence.
Andreas Fischer [Fri, 1 Nov 2013 10:35:02 +0000 (11:35 +0100)]
Make "Please contact your system administrator" a full sentence.