]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoWhen updating an appstore app, execute a database update
Bart Visscher [Fri, 25 Oct 2013 13:38:08 +0000 (15:38 +0200)]
When updating an appstore app, execute a database update

See #5202

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 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 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 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 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

11 years agoadd post_enable hook if a app gets enabled
Bjoern Schiessle [Tue, 22 Oct 2013 14:15:19 +0000 (16:15 +0200)]
add post_enable hook if a app gets enabled

11 years agodisplay the original file name - this will change in case of renames
Thomas Müller [Tue, 22 Oct 2013 12:02:44 +0000 (14:02 +0200)]
display the original file name - this will change in case of renames

11 years agoFixed ugly white space while loading file thumbnail
Vincent Petry [Tue, 22 Oct 2013 10:08:05 +0000 (12:08 +0200)]
Fixed ugly white space while loading file thumbnail

Preview images are now pre-loaded before being set on the file element.

This fixes #5135 and prevents a white space to be displayed while the
thumbnails is being loaded.

11 years agotest cases added for create/remove Shared folder and file
Thomas Müller [Tue, 22 Oct 2013 09:22:06 +0000 (11:22 +0200)]
test cases added for create/remove Shared folder and file

11 years agocreating and deleting of file and folder 'Shared' in root is not allowed
Thomas Müller [Tue, 22 Oct 2013 09:10:07 +0000 (11:10 +0200)]
creating and deleting of file and folder 'Shared' in root is not allowed

11 years agoMerge pull request #5455 from owncloud/fixing-2423-master
Thomas Müller [Tue, 22 Oct 2013 08:28:43 +0000 (01:28 -0700)]
Merge pull request #5455 from owncloud/fixing-2423-master

introduce link_to_docs() and migrate links

11 years agoMerge pull request #5437 from owncloud/create-custom-logfile
Thomas Müller [Tue, 22 Oct 2013 08:17:31 +0000 (01:17 -0700)]
Merge pull request #5437 from owncloud/create-custom-logfile

Try to create custom log file before falling back to default.

11 years agoMerge pull request #5426 from owncloud/fix-3612
Vincent Petry [Tue, 22 Oct 2013 08:16:20 +0000 (01:16 -0700)]
Merge pull request #5426 from owncloud/fix-3612

Adds margin to the SSL root certificate button

11 years agofixing php 5.3.3 error:
Thomas Müller [Tue, 22 Oct 2013 07:29:17 +0000 (09:29 +0200)]
fixing php 5.3.3 error:
Undefined variable: this
lib/private/appframework/dependencyinjection/dicontainer.php:92

11 years agoMerge branch 'master' into fixing-5222-master
Thomas Müller [Tue, 22 Oct 2013 07:23:23 +0000 (09:23 +0200)]
Merge branch 'master' into fixing-5222-master

11 years agoLDAP Wizard: l10n improvements
Arthur Schiwon [Mon, 21 Oct 2013 21:15:21 +0000 (23:15 +0200)]
LDAP Wizard: l10n improvements

11 years agouse OC_Helper::linkToDocs() in lib/private/config.php
Thomas Müller [Mon, 21 Oct 2013 21:08:09 +0000 (23:08 +0200)]
use OC_Helper::linkToDocs() in lib/private/config.php

11 years agoMerge pull request #5446 from frisco82/fixNotifyUser
Frank Karlitschek [Mon, 21 Oct 2013 21:07:33 +0000 (14:07 -0700)]
Merge pull request #5446 from frisco82/fixNotifyUser

Fix notify user checkbox

11 years agophp 5.3 compatibility regarding OC\DB\Connection fixed
Thomas Müller [Mon, 21 Oct 2013 20:51:56 +0000 (22:51 +0200)]
php 5.3 compatibility regarding OC\DB\Connection fixed

11 years agoMerge pull request #5249 from owncloud/activities-api
Thomas Müller [Mon, 21 Oct 2013 20:21:17 +0000 (13:21 -0700)]
Merge pull request #5249 from owncloud/activities-api

[OC6] Activities api

11 years agoFixed empty content logic
Vincent Petry [Mon, 21 Oct 2013 20:18:10 +0000 (22:18 +0200)]
Fixed empty content logic

- Remove obsolete code that used another approach for hiding emptycontent
- Fixed logic for the showing of the empty content message

11 years agoMerge pull request #5120 from frisco82/sendEmailJS
Vincent Petry [Mon, 21 Oct 2013 20:02:52 +0000 (13:02 -0700)]
Merge pull request #5120 from frisco82/sendEmailJS

Fix disabled status after sending a share link email

11 years agointroduce OC_Helper::linkToDocs()
Thomas Müller [Mon, 21 Oct 2013 20:01:27 +0000 (22:01 +0200)]
introduce OC_Helper::linkToDocs()

11 years agoUse quoteIdentifier with proper objects
Victor Dubiniuk [Mon, 21 Oct 2013 19:31:57 +0000 (22:31 +0300)]
Use quoteIdentifier with proper objects

11 years agointroduce link_to_docs() and migrate links
Thomas Müller [Mon, 21 Oct 2013 19:29:45 +0000 (21:29 +0200)]
introduce link_to_docs() and migrate links

11 years agoMerge pull request #5444 from frisco82/fixDisplayGroup
Vincent Petry [Mon, 21 Oct 2013 19:05:14 +0000 (12:05 -0700)]
Merge pull request #5444 from frisco82/fixDisplayGroup

Fix display name for user after sharing

11 years agoMerge pull request #5452 from owncloud/fixing-4548-master
Frank Karlitschek [Mon, 21 Oct 2013 19:02:21 +0000 (12:02 -0700)]
Merge pull request #5452 from owncloud/fixing-4548-master

OCS API to get current user information

11 years agoMerge pull request #5441 from owncloud/files-sharewithlinkasnormaluserfix
Vincent Petry [Mon, 21 Oct 2013 18:46:01 +0000 (11:46 -0700)]
Merge pull request #5441 from owncloud/files-sharewithlinkasnormaluserfix

Fixed share with link checkbox missing as regular user

11 years agoNew OCS route:
Thomas Müller [Mon, 21 Oct 2013 18:06:11 +0000 (20:06 +0200)]
New OCS route:
 /ocs/cloud/user
Response:
 <?xml version="1.0"?>
 <ocs>
  <meta>
   <status>ok</status>
   <statuscode>100</statuscode>
   <message/>
  </meta>
  <data>
   <id>thomas</id>
   <display-name>DeepDiver</display-name>
   <email>no-response@domain.tld</email>
  </data>
 </ocs>

11 years agoFix mind-boggling emptycontent logic
kondou [Mon, 21 Oct 2013 17:49:09 +0000 (19:49 +0200)]
Fix mind-boggling emptycontent logic

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 21 Oct 2013 17:03:32 +0000 (13:03 -0400)]
[tx-robot] updated from transifex

11 years agoSupport existing sessions within OCS API calls
Thomas Müller [Mon, 21 Oct 2013 16:58:46 +0000 (18:58 +0200)]
Support existing sessions within OCS API calls

11 years agoFix shared folder still showing fileheader
kondou [Mon, 21 Oct 2013 15:41:03 +0000 (17:41 +0200)]
Fix shared folder still showing fileheader

11 years agoMerge pull request #5424 from owncloud/sharing-directlink
Vincent Petry [Mon, 21 Oct 2013 15:26:51 +0000 (08:26 -0700)]
Merge pull request #5424 from owncloud/sharing-directlink

Added direct link in public share page

11 years agofix notify user, and made js more resiliant to changes
Ramiro Aparicio [Mon, 21 Oct 2013 14:14:23 +0000 (16:14 +0200)]
fix notify user, and made js more resiliant to changes

11 years agofix user displayName not being shown after add, added class for improved styling...
Ramiro Aparicio [Mon, 21 Oct 2013 13:31:31 +0000 (15:31 +0200)]
fix user displayName not being shown after add, added class for improved styling, fix strong for groups when english is not being used

11 years agoMerge pull request #5434 from owncloud/fix5209
blizzz [Mon, 21 Oct 2013 11:04:38 +0000 (04:04 -0700)]
Merge pull request #5434 from owncloud/fix5209

dispayNamesInGroup(s) should always return uid as key in the result array, fixes #5209

11 years agoTakes Import button to next line.
raghunayyar [Mon, 21 Oct 2013 09:49:02 +0000 (15:19 +0530)]
Takes Import button to next line.

11 years agoFixed share with link checkbox missing as regular user
Vincent Petry [Mon, 21 Oct 2013 09:29:40 +0000 (11:29 +0200)]
Fixed share with link checkbox missing as regular user

Instead of loading the app config setting "shareapi_allow_links" using a
synchronous ajax call that fails when the user is not an admin, this fix
puts the flag directly in the template so it doesn't need to be loaded
afterwards.

Fixes #5440

11 years agoMerge pull request #5200 from owncloud/ie8-warning-fix
Frank Karlitschek [Mon, 21 Oct 2013 06:55:18 +0000 (23:55 -0700)]
Merge pull request #5200 from owncloud/ie8-warning-fix

Fix warning box in IE8