]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoAdded missing comma to make the next diff cleaner
Vincent Petry [Thu, 31 Oct 2013 14:12:26 +0000 (15:12 +0100)]
Added missing comma to make the next diff cleaner

10 years agoFixed preview URL + size while dragging an existing file
Vincent Petry [Mon, 28 Oct 2013 14:41:52 +0000 (15:41 +0100)]
Fixed preview URL + size while dragging an existing file

10 years agoAppend file etag to preview URLs
Vincent Petry [Mon, 28 Oct 2013 10:22:34 +0000 (11:22 +0100)]
Append file etag to preview URLs

Fixes #5534

10 years agoMerge pull request #3889 from owncloud/apps_preload
Morris Jobke [Mon, 28 Oct 2013 10:17:52 +0000 (03:17 -0700)]
Merge pull request #3889 from owncloud/apps_preload

Don't load the apps when we need to upgrade

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 27 Oct 2013 11:27:22 +0000 (07:27 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #5566 from owncloud/fix-double-not
Lukas Reschke [Sun, 27 Oct 2013 10:58:09 +0000 (03:58 -0700)]
Merge pull request #5566 from owncloud/fix-double-not

Fix double not in newfile/newfolder language.

10 years agoFix double not in newfile/newfolder language.
Andreas Fischer [Sun, 27 Oct 2013 10:53:14 +0000 (11:53 +0100)]
Fix double not in newfile/newfolder language.

10 years agoMerge pull request #5552 from owncloud/admin-warninghomeexistsfix
Thomas Müller [Sun, 27 Oct 2013 10:11:11 +0000 (03:11 -0700)]
Merge pull request #5552 from owncloud/admin-warninghomeexistsfix

Fixed user dir existence check when creating new user

10 years agoMerge pull request #5537 from owncloud/autotest-syntaxhelp
Thomas Müller [Sun, 27 Oct 2013 09:42:40 +0000 (02:42 -0700)]
Merge pull request #5537 from owncloud/autotest-syntaxhelp

Added syntax help for autotest.sh

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 27 Oct 2013 06:32:11 +0000 (02:32 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #5561 from owncloud/fix5401
Thomas Müller [Sat, 26 Oct 2013 20:56:32 +0000 (13:56 -0700)]
Merge pull request #5561 from owncloud/fix5401

local user backend shall search for both username and displayname, fixes...

10 years agoMerge pull request #5562 from owncloud/fix5560
Thomas Müller [Sat, 26 Oct 2013 19:12:28 +0000 (12:12 -0700)]
Merge pull request #5562 from owncloud/fix5560

Fix broken users page when a username consists of digits only, fixes #55...

11 years agoFix broken users page when a username consists of digits only, fixes #5560
Arthur Schiwon [Fri, 25 Oct 2013 20:00:32 +0000 (22:00 +0200)]
Fix broken users page when a username consists of digits only, fixes #5560

11 years agolocal user backend shall search for both username and displayname, fixes #5401
Arthur Schiwon [Fri, 25 Oct 2013 19:57:12 +0000 (21:57 +0200)]
local user backend shall search for both username and displayname, fixes #5401

11 years agoFixed user dir existence check when creating new user
Vincent Petry [Fri, 25 Oct 2013 14:23:29 +0000 (16:23 +0200)]
Fixed user dir existence check when creating new user

The check was done too later. It turns out that createUser() had already
created the dir, which caused the warning message to be shown every
time.

11 years agoMerge pull request #5542 from owncloud/quotastream-fseektoendfix
Björn Schießle [Fri, 25 Oct 2013 14:15:54 +0000 (07:15 -0700)]
Merge pull request #5542 from owncloud/quotastream-fseektoendfix

Fixes for quota stream fseek

11 years agoAdded comment for clarification about fseek() call in quota.php
Vincent Petry [Fri, 25 Oct 2013 14:15:01 +0000 (16:15 +0200)]
Added comment for clarification about fseek() call in quota.php

11 years agoPort PR #5457 to master
Arthur Schiwon [Fri, 25 Oct 2013 12:15:05 +0000 (14:15 +0200)]
Port PR #5457 to master

11 years agoFixed quota stream to not wrap read-only fopen calls
Vincent Petry [Fri, 25 Oct 2013 10:33:16 +0000 (12:33 +0200)]
Fixed quota stream to not wrap read-only fopen calls

11 years agoFixed quota stream's fseek method
Vincent Petry [Fri, 25 Oct 2013 10:09:46 +0000 (12:09 +0200)]
Fixed quota stream's fseek method

- Added missing return statement
- Added missing support for SEEK_END
- Fixes #5524

11 years agoAdded syntax help for autotest.sh
Vincent Petry [Fri, 25 Oct 2013 09:31:10 +0000 (11:31 +0200)]
Added syntax help for autotest.sh

autotest.sh now checks for the validity of the db config name argument.
If the db config name is not known, it show syntax info.

This should save some time to people to understand how to use this
script. Before this fix, an invalid argument would return a big HTML
page in the output.

11 years agomake sure the shared ldap connection is rebound to the configured user after being...
Donald Buczek [Fri, 18 Oct 2013 15:13:36 +0000 (17:13 +0200)]
make sure the shared ldap connection is rebound to the configured user after being used for password checking.

11 years agoMerge pull request #5532 from owncloud/ldap_fixes
Thomas Müller [Fri, 25 Oct 2013 06:24:39 +0000 (23:24 -0700)]
Merge pull request #5532 from owncloud/ldap_fixes

Ldap fixes

11 years agoLDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518
Arthur Schiwon [Thu, 24 Oct 2013 18:26:05 +0000 (20:26 +0200)]
LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518

11 years agoMerge pull request #5528 from frisco82/changeUpadateNotification
Thomas Müller [Thu, 24 Oct 2013 17:28:17 +0000 (10:28 -0700)]
Merge pull request #5528 from frisco82/changeUpadateNotification

Changed update message to be more instructive

11 years agoChanged update message to be more instructive, changed update style to be less aggresive
Ramiro Aparicio [Thu, 24 Oct 2013 15:46:52 +0000 (17:46 +0200)]
Changed update message to be more instructive, changed update style to be less aggresive

Fix br tags

Improve english messages

11 years agoMerge pull request #5507 from owncloud/webdav-removeredirectfromindex
Thomas Müller [Thu, 24 Oct 2013 17:05:21 +0000 (10:05 -0700)]
Merge pull request #5507 from owncloud/webdav-removeredirectfromindex

Remove WebDAV redirect from the root path

11 years agoMerge pull request #5494 from owncloud/fixing-3593-master
Thomas Müller [Thu, 24 Oct 2013 16:41:56 +0000 (09:41 -0700)]
Merge pull request #5494 from owncloud/fixing-3593-master

introducing new dav property {xmlns:oc="http://owncloud.org/ns}id

11 years agoLDAP Wizard: always show correct Back+Continue Buttons, fixes #5520
Arthur Schiwon [Thu, 24 Oct 2013 16:21:02 +0000 (18:21 +0200)]
LDAP Wizard: always show correct Back+Continue Buttons, fixes #5520

11 years agoMerge pull request #5512 from owncloud/css-fixleftcontentrightcontent
Vincent Petry [Thu, 24 Oct 2013 16:18:08 +0000 (09:18 -0700)]
Merge pull request #5512 from owncloud/css-fixleftcontentrightcontent

Fix leftcontent/right content, fixes contacts app

11 years agoRemoved old webdav endpoint
Vincent Petry [Thu, 24 Oct 2013 16:07:55 +0000 (18:07 +0200)]
Removed old webdav endpoint

11 years ago- fixing namespace
Thomas Müller [Thu, 24 Oct 2013 12:40:43 +0000 (14:40 +0200)]
- fixing namespace
- remove property only if present

11 years agoLDAP: when multiline values are passed as array, do not try to preg_split them. Fixes...
Arthur Schiwon [Thu, 24 Oct 2013 12:27:33 +0000 (14:27 +0200)]
LDAP: when multiline values are passed as array, do not try to preg_split them. Fixes #5521

11 years agotypo, fixes #5517
Arthur Schiwon [Thu, 24 Oct 2013 12:16:58 +0000 (14:16 +0200)]
typo, fixes #5517

11 years agoFix leftcontent/right content, fixes tasks app
Vincent Petry [Thu, 24 Oct 2013 10:26:10 +0000 (12:26 +0200)]
Fix leftcontent/right content, fixes tasks app

Tasks app layout was broken since the controls bar is higher now.
This change should hopefully fix other apps using the same layout.

11 years agoRemove WebDAV redirect from the root path
Vincent Petry [Thu, 24 Oct 2013 08:34:09 +0000 (10:34 +0200)]
Remove WebDAV redirect from the root path

This will prevent people mounting the root path.
They should use the full webdav path instead.

Fixes #4923

11 years agoMerge pull request #5402 from owncloud/fixing-5367-master
Thomas Müller [Thu, 24 Oct 2013 07:56:46 +0000 (00:56 -0700)]
Merge pull request #5402 from owncloud/fixing-5367-master

fixes chunked upload

11 years agoMerge pull request #5496 from owncloud/prefer_png_from_theme_over_core_svg
Thomas Müller [Wed, 23 Oct 2013 21:44:43 +0000 (14:44 -0700)]
Merge pull request #5496 from owncloud/prefer_png_from_theme_over_core_svg

prefer logo png from theme over svg from core

11 years agoMerge pull request #5477 from owncloud/prevent_user_from_creating_or_renaming_to_an_e...
Thomas Müller [Wed, 23 Oct 2013 20:45:27 +0000 (13:45 -0700)]
Merge pull request #5477 from owncloud/prevent_user_from_creating_or_renaming_to_an_existing_filename

prevent user from creating or renaming sth. to an existing filename

11 years agoMerge pull request #5497 from owncloud/ie8-placeholdershim
Thomas Müller [Wed, 23 Oct 2013 20:18:37 +0000 (13:18 -0700)]
Merge pull request #5497 from owncloud/ie8-placeholdershim

Ie8 placeholdershim

11 years agoMerge pull request #5464 from owncloud/fixing-5456-master
Thomas Müller [Wed, 23 Oct 2013 17:50:36 +0000 (10:50 -0700)]
Merge pull request #5464 from owncloud/fixing-5456-master

Fixing 5456 master

11 years agoMerge pull request #5492 from owncloud/admin-forcesslwrongid
Thomas Müller [Wed, 23 Oct 2013 17:37:52 +0000 (10:37 -0700)]
Merge pull request #5492 from owncloud/admin-forcesslwrongid

Fixed wrong id when reading checkbox value for force SSL setting

11 years agoMerge pull request #5435 from owncloud/share-improvements
Thomas Müller [Wed, 23 Oct 2013 16:56:24 +0000 (09:56 -0700)]
Merge pull request #5435 from owncloud/share-improvements

Share improvements

11 years agoFixed sharing dropdown placeholders in IE8/9
Vincent Petry [Wed, 23 Oct 2013 16:51:25 +0000 (18:51 +0200)]
Fixed sharing dropdown placeholders in IE8/9

Added jquery.placeholder shim to handle input field placeholders in IE8/9

11 years agobeta 1
Frank Karlitschek [Wed, 23 Oct 2013 16:14:07 +0000 (18:14 +0200)]
beta 1

11 years agoFixed share dropdown checkbox wrapping
Vincent Petry [Wed, 23 Oct 2013 15:56:28 +0000 (17:56 +0200)]
Fixed share dropdown checkbox wrapping

The "show cruds" button is now embedded into the last label/checkbox
group and wraps with it.

Added ellipsis to prevent long names to exceed the dropdown's width.

11 years agofix translations
Jörn Friedrich Dreyer [Wed, 23 Oct 2013 15:02:41 +0000 (17:02 +0200)]
fix translations

11 years agobetter wording for share input field and share link
Jan-Christoph Borchardt [Wed, 23 Oct 2013 14:57:06 +0000 (17:57 +0300)]
better wording for share input field and share link

11 years agoMerge pull request #5442 from owncloud/extstorage-ignoreduplicateinserts
Thomas Müller [Wed, 23 Oct 2013 14:47:50 +0000 (07:47 -0700)]
Merge pull request #5442 from owncloud/extstorage-ignoreduplicateinserts

Ignore duplicate inserts in file cache and mime type

11 years agoRenamed current placeholder jquery plugin to imageplaceholder
Vincent Petry [Wed, 23 Oct 2013 14:47:25 +0000 (16:47 +0200)]
Renamed current placeholder jquery plugin to imageplaceholder

This is to prevent conflicts with jquery libs that handle text
placeholders in IE8

11 years agoprefer logo png from theme over svg from core
Jörn Friedrich Dreyer [Wed, 23 Oct 2013 14:44:56 +0000 (16:44 +0200)]
prefer logo png from theme over svg from core
The logo images are specified in the php templates with eg `image_path('', 'logo-wide.svg')`. If that file exists the correct path will be served to the client in the html template. Then the `SVGSupport()` is checked in https://github.com/owncloud/core/blob/master/core/js/js.js#L701 which will replace `svg` with `png` in img tags and css background definitions.

fixes #5074
partially solves #5421, but not when an svg has been specified in css and is then 'fixed' by js to point to a png which does not exist in the theme but is then might be resolved to an image from core .... well theoretical problem ... might not even be a problem

@karlitschek @jancborchardt please review

11 years agohandle case where fileid is not set
Thomas Müller [Wed, 23 Oct 2013 14:40:29 +0000 (16:40 +0200)]
handle case where fileid is not set

11 years agorun first getUsersItemShared() with the owner
Bjoern Schiessle [Fri, 18 Oct 2013 15:48:35 +0000 (17:48 +0200)]
run first getUsersItemShared() with the owner

11 years agoupdate etags for user we haven't checked yet
Bjoern Schiessle [Fri, 18 Oct 2013 15:47:01 +0000 (17:47 +0200)]
update etags for user we haven't checked yet

11 years agokeep a list of users we already checked to avoid loops
Bjoern Schiessle [Fri, 18 Oct 2013 15:35:56 +0000 (17:35 +0200)]
keep a list of users we already checked to avoid loops

11 years agofix infinite loop while updating etags, fix for #4365
Bjoern Schiessle [Fri, 18 Oct 2013 10:51:16 +0000 (12:51 +0200)]
fix infinite loop while updating etags, fix for #4365

11 years agoMerge branch 'master' of github.com:owncloud/core
Bjoern Schiessle [Wed, 23 Oct 2013 14:29:17 +0000 (16:29 +0200)]
Merge branch 'master' of github.com:owncloud/core

11 years agofiles_encryption: Fix getFileSize()
Markus Goetz [Sat, 5 Oct 2013 16:00:46 +0000 (18:00 +0200)]
files_encryption: Fix getFileSize()

For certain file sizes, we rounded to the wrong chunk number
and the returned bogus results. This should fix
https://github.com/owncloud/mirall/issues/1009

Conflicts:
apps/files_encryption/tests/util.php

11 years agoAdded left padding to notCreatable message
Vincent Petry [Wed, 23 Oct 2013 14:20:53 +0000 (16:20 +0200)]
Added left padding to notCreatable message

11 years agoMerge pull request #5478 from owncloud/core-logexceptionstacktrace
Thomas Müller [Wed, 23 Oct 2013 14:19:14 +0000 (07:19 -0700)]
Merge pull request #5478 from owncloud/core-logexceptionstacktrace

Expand exception stack trace in log in debug mode

11 years agointroducing new dav property {xmlns:oc="http://owncloud.org/ns}id
Thomas Müller [Wed, 23 Oct 2013 14:03:57 +0000 (16:03 +0200)]
introducing new dav property {xmlns:oc="http://owncloud.org/ns}id

11 years agoFixed wrong id when reading checkbox value for force SSL setting
Vincent Petry [Wed, 23 Oct 2013 13:20:31 +0000 (15:20 +0200)]
Fixed wrong id when reading checkbox value for force SSL setting

Fixes #5488

11 years agoMerge pull request #5458 from owncloud/fixing-5222-master
VicDeo [Wed, 23 Oct 2013 12:35:33 +0000 (05:35 -0700)]
Merge pull request #5458 from owncloud/fixing-5222-master

php 5.3 compatibility regarding OC\DB\Connection fixed

11 years agoUpdate CONTRIBUTING.md
Johannes Twittmann [Wed, 23 Oct 2013 12:21:28 +0000 (14:21 +0200)]
Update CONTRIBUTING.md

Gave more info on how to search issues.

11 years agoMerge pull request #5404 from owncloud/ldap_settings_wizard
blizzz [Wed, 23 Oct 2013 12:12:47 +0000 (05:12 -0700)]
Merge pull request #5404 from owncloud/ldap_settings_wizard

Ldap settings wizard

11 years agoAdded $app parameter to logException
Vincent Petry [Wed, 23 Oct 2013 11:58:42 +0000 (13:58 +0200)]
Added $app parameter to logException

11 years agoCatch duplicate insertion errors while scanning files
Vincent Petry [Mon, 21 Oct 2013 12:48:08 +0000 (14:48 +0200)]
Catch duplicate insertion errors while scanning files

When two scanning processed run at the same time, for example when
scan.php and list.php were called at the same time on an external
storage mountpoint, duplicate insertion errors can occurs.

These errors are now logged and ignored.

Since both scans are running in parallel transactions, they don't see
each other's changes directly in the DB which can cause duplicate
insertion errors for mime types as well, but those mime types can't be
selected yet. The solution to this is to force-reload the mimetypes list
after the transaction is finished.

Fixes #5199

11 years agoadd missing file header
Thomas Müller [Wed, 23 Oct 2013 10:27:54 +0000 (12:27 +0200)]
add missing file header

11 years agoLDAP Wizard: proper strings and translations for user and group count text
Arthur Schiwon [Wed, 23 Oct 2013 10:20:13 +0000 (12:20 +0200)]
LDAP Wizard: proper strings and translations for user and group count text

11 years agoMerge branch 'master' into prevent_user_from_creating_or_renaming_to_an_existing_filename
Jörn Friedrich Dreyer [Wed, 23 Oct 2013 10:02:06 +0000 (12:02 +0200)]
Merge branch 'master' into prevent_user_from_creating_or_renaming_to_an_existing_filename

Conflicts:
apps/files/js/filelist.js

11 years agomerge master with resolved conflicts
Arthur Schiwon [Wed, 23 Oct 2013 10:01:45 +0000 (12:01 +0200)]
merge master with resolved conflicts

11 years agouse a more descriptive error message when the user tries to create '/Shared'
Jörn Friedrich Dreyer [Wed, 23 Oct 2013 09:08:30 +0000 (11:08 +0200)]
use a more descriptive error message when the user tries to create '/Shared'

11 years agocleanup array value assignment
Jörn Friedrich Dreyer [Wed, 23 Oct 2013 09:01:05 +0000 (11:01 +0200)]
cleanup array value assignment

11 years agoadd missing ;
Jörn Friedrich Dreyer [Wed, 23 Oct 2013 08:53:52 +0000 (10:53 +0200)]
add missing ;

11 years agocleanup precondition checking when creating new files / folders
Jörn Friedrich Dreyer [Wed, 23 Oct 2013 08:49:43 +0000 (10:49 +0200)]
cleanup precondition checking when creating new files / folders
- use i18n
- use trim when checking for empty file / folder name
- use more verbose error descriptions

11 years agouse correct filename in error result json
Jörn Friedrich Dreyer [Wed, 23 Oct 2013 08:17:50 +0000 (10:17 +0200)]
use correct filename in error result json

11 years agofix message dialog titles in IE8
Jörn Friedrich Dreyer [Wed, 23 Oct 2013 08:15:50 +0000 (10:15 +0200)]
fix message dialog titles in IE8

11 years agoMoved logException to OCP\Util class
Vincent Petry [Wed, 23 Oct 2013 08:47:26 +0000 (10:47 +0200)]
Moved logException to OCP\Util class

11 years agoMerge pull request #5472 from owncloud/enc_init_status_on_enable
Björn Schießle [Wed, 23 Oct 2013 08:02:45 +0000 (01:02 -0700)]
Merge pull request #5472 from owncloud/enc_init_status_on_enable

Encryption set init status on enable

11 years agoMerge pull request #5482 from owncloud/fix_weird_http_namespace
Thomas Müller [Wed, 23 Oct 2013 07:40:30 +0000 (00:40 -0700)]
Merge pull request #5482 from owncloud/fix_weird_http_namespace

Fix namespace for OCP\Appframework\Http

11 years agoMerge pull request #5391 from owncloud/undefined-property-in-schema-master
Thomas Müller [Wed, 23 Oct 2013 05:46:43 +0000 (22:46 -0700)]
Merge pull request #5391 from owncloud/undefined-property-in-schema-master

removing pointless calls on quoteIdentifier() - reason: name on $tableDi...

11 years agoFix namespace for OCP\Appframework\Http
Thomas Tanghus [Wed, 23 Oct 2013 03:57:34 +0000 (05:57 +0200)]
Fix namespace for OCP\Appframework\Http

To avoid having to use OCP\Appframework\Http\Http in the public - and stable
- API OCP\Appframework\Http is now both a class and a namespace.

11 years agoMerge pull request #5451 from owncloud/reuse-session-ocs-master
Thomas Müller [Tue, 22 Oct 2013 21:41:21 +0000 (14:41 -0700)]
Merge pull request #5451 from owncloud/reuse-session-ocs-master

Support existing sessions within OCS API calls

11 years agoMerge pull request #5310 from owncloud/hide_filestable-header_when_empty
Christopher Schäpers [Tue, 22 Oct 2013 21:39:14 +0000 (14:39 -0700)]
Merge pull request #5310 from owncloud/hide_filestable-header_when_empty

Hide files list header, when theres no files to see

11 years agoMerge pull request #5479 from owncloud/fixing-4502-master
Thomas Müller [Tue, 22 Oct 2013 21:25:49 +0000 (14:25 -0700)]
Merge pull request #5479 from owncloud/fixing-4502-master

Fix webdav to fullfil litmus test suite

11 years agoMerge pull request #5466 from owncloud/files-thumbnailloadingdelaystyle
Thomas Müller [Tue, 22 Oct 2013 21:20:48 +0000 (14:20 -0700)]
Merge pull request #5466 from owncloud/files-thumbnailloadingdelaystyle

Fixed ugly white space while loading file thumbnail

11 years agoMerge pull request #5467 from owncloud/fixing-5063-master
Thomas Müller [Tue, 22 Oct 2013 21:10:35 +0000 (14:10 -0700)]
Merge pull request #5467 from owncloud/fixing-5063-master

display the original file name - this will change in case of renames

11 years agoMerge branch 'master' into prevent_user_from_creating_or_renaming_to_an_existing_filename
Thomas Müller [Tue, 22 Oct 2013 21:06:53 +0000 (23:06 +0200)]
Merge branch 'master' into prevent_user_from_creating_or_renaming_to_an_existing_filename

Conflicts:
apps/files/js/filelist.js

11 years agoMerge pull request #5473 from owncloud/files-startviewerfunc
Thomas Müller [Tue, 22 Oct 2013 21:02:49 +0000 (14:02 -0700)]
Merge pull request #5473 from owncloud/files-startviewerfunc

Added FileList.setViewerMode to hide controls

11 years agoMerge pull request #5476 from owncloud/admin-showwarningwhenhomeexists
Thomas Müller [Tue, 22 Oct 2013 20:45:45 +0000 (13:45 -0700)]
Merge pull request #5476 from owncloud/admin-showwarningwhenhomeexists

Added warning notification when user home already exists

11 years agofixing js syntax error
Thomas Müller [Tue, 22 Oct 2013 20:39:28 +0000 (22:39 +0200)]
fixing js syntax error

11 years agofixing undefined variable $newname
Thomas Müller [Tue, 22 Oct 2013 20:38:48 +0000 (22:38 +0200)]
fixing undefined variable $newname

11 years agoadding PHPDoc comments
Thomas Müller [Tue, 22 Oct 2013 20:38:05 +0000 (22:38 +0200)]
adding PHPDoc comments

11 years ago- delete properties on node delete
Thomas Müller [Tue, 22 Oct 2013 17:41:26 +0000 (19:41 +0200)]
- delete properties on node delete
- move properties on node move

11 years agoExpand exception stack trace in log in debug mode
Vincent Petry [Tue, 22 Oct 2013 17:16:34 +0000 (19:16 +0200)]
Expand exception stack trace in log in debug mode

11 years agoprevent user from creating or renaming sth. to an existing filename
Jörn Friedrich Dreyer [Tue, 22 Oct 2013 16:11:03 +0000 (18:11 +0200)]
prevent user from creating or renaming sth. to an existing filename
- show tooltip when violating naming constraints while typing
- when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong
- fixes #5062
- also fixes some whitespace and codestyle issues in files js
- uses css selector over filterAttr in touched js files

11 years agoAdded warning notification when user home already exists
Vincent Petry [Tue, 22 Oct 2013 16:09:40 +0000 (18:09 +0200)]
Added warning notification when user home already exists

When creating a user and the home already exists in the data dir, a
warning notification will be displayed.

Fixes #5161

11 years agoAdded FileList.setViewerMode to hide controls
Vincent Petry [Tue, 15 Oct 2013 15:59:59 +0000 (17:59 +0200)]
Added FileList.setViewerMode to hide controls

Some files app embed themselves under the controls (like the text
editor). The new method FileList.setViewerMode() makes it possible to
properly show/hide the control buttons using the correct permissions.

Apps using this approach must call setViewerMode(true) when starting and
setViewerMode(false) upon closing to restore the controls.

This is needed for #5284

11 years agoremove debug output
Bjoern Schiessle [Tue, 22 Oct 2013 14:21:04 +0000 (16:21 +0200)]
remove debug output

11 years agoset the init status to "NOT_INITIALIZED" if the encryption app gets enabled
Bjoern Schiessle [Tue, 22 Oct 2013 14:15:24 +0000 (16:15 +0200)]
set the init status to "NOT_INITIALIZED" if the encryption app gets enabled