]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoNow using smaller spinner image for status indicator
Vincent Petry [Fri, 11 Oct 2013 10:36:30 +0000 (12:36 +0200)]
Now using smaller spinner image for status indicator

To make the status indicator appear smaller, even in IE8 that doesn't
support background-size, there is no a smaller animated gif
"loading-small" for that purpose.

11 years agoFixed external storage status indicator in admin page
Vincent Petry [Thu, 10 Oct 2013 09:10:32 +0000 (11:10 +0200)]
Fixed external storage status indicator in admin page

- Fixes #5241
- Fixed indicator to appear, its selector was wrong
- Added spinner while saving an entry's settings
- Removed ajax "async: false" that blocked the browser while saving

11 years agoMerge pull request #5134 from owncloud/trashbin-homeiconbroken
Vincent Petry [Wed, 9 Oct 2013 16:01:43 +0000 (09:01 -0700)]
Merge pull request #5134 from owncloud/trashbin-homeiconbroken

Do not call changeDirectory() when no dir set on breadcrumb

11 years agoMerge pull request #5230 from owncloud/trashbin_fixes
Björn Schießle [Wed, 9 Oct 2013 15:27:54 +0000 (08:27 -0700)]
Merge pull request #5230 from owncloud/trashbin_fixes

Trashbin fixes

11 years agoupdate file summary after group delete/restore
Bjoern Schiessle [Wed, 9 Oct 2013 14:17:43 +0000 (16:17 +0200)]
update file summary after group delete/restore

11 years ago6.0 alpha 1
Frank Karlitschek [Wed, 9 Oct 2013 11:54:41 +0000 (13:54 +0200)]
6.0 alpha 1

11 years agoMerge pull request #5183 from owncloud/login-warningstyle
Vincent Petry [Wed, 9 Oct 2013 11:18:14 +0000 (04:18 -0700)]
Merge pull request #5183 from owncloud/login-warningstyle

Fixed login warning style

11 years agofix checkbox
Bjoern Schiessle [Wed, 9 Oct 2013 11:15:53 +0000 (13:15 +0200)]
fix checkbox

11 years agofix indention
Bjoern Schiessle [Wed, 9 Oct 2013 10:43:56 +0000 (12:43 +0200)]
fix indention

11 years agofix group delete/restore
Bjoern Schiessle [Wed, 9 Oct 2013 10:35:15 +0000 (12:35 +0200)]
fix group delete/restore

11 years agoMerge pull request #5070 from owncloud/smb-streamwrapper-fixes
Thomas Müller [Wed, 9 Oct 2013 10:05:51 +0000 (03:05 -0700)]
Merge pull request #5070 from owncloud/smb-streamwrapper-fixes

Various fixes for the streamwrapper based SMB backend

11 years agofix delete/restore individual files
Bjoern Schiessle [Wed, 9 Oct 2013 10:01:25 +0000 (12:01 +0200)]
fix delete/restore individual files

11 years agoFixed login warning style #5065
Vincent Petry [Mon, 7 Oct 2013 16:06:27 +0000 (18:06 +0200)]
Fixed login warning style #5065

Removed bold so it takes less space and set alignment to left.

11 years agofix trashbin layout
Bjoern Schiessle [Wed, 9 Oct 2013 09:11:55 +0000 (11:11 +0200)]
fix trashbin layout

11 years agoMerge pull request #5219 from owncloud/catch_wrong_timezone
Björn Schießle [Wed, 9 Oct 2013 08:59:09 +0000 (01:59 -0700)]
Merge pull request #5219 from owncloud/catch_wrong_timezone

catch unknown timezone and fall-back to UTC

11 years agochanged default time format to ISO8601
Bjoern Schiessle [Wed, 9 Oct 2013 08:40:20 +0000 (10:40 +0200)]
changed default time format to ISO8601

11 years agoMerge pull request #5213 from owncloud/files-filesappdetectionhint
Morris Jobke [Tue, 8 Oct 2013 22:45:40 +0000 (15:45 -0700)]
Merge pull request #5213 from owncloud/files-filesappdetectionhint

Added filesApp flag as input field for files app detection

11 years agoMerge pull request #5032 from owncloud/fixing-5006-master
Andreas Fischer [Tue, 8 Oct 2013 21:17:51 +0000 (23:17 +0200)]
Merge pull request #5032 from owncloud/fixing-5006-master

Test OC_User_Database in Test_User_Database instead of OC_User_Dummy.

* owncloud/fixing-5006-master:
  Use strict comparison === instead of ==.
  Adjust return value tests for checkPassword() to what OC_User_Example says.
  Make OC_User_Dummy::checkPassword() compatible with OC_User_Example.
  Use parent:: in Test_User_Database::getUser().
  Test_User_Backend::getUser() does not return an array, it returns a string.
  Test OC_User_Database in Test_User_Database instead of OC_User_Dummy.

11 years agoMerge pull request #5188 from owncloud/master-delete-user
Thomas Müller [Tue, 8 Oct 2013 20:28:19 +0000 (13:28 -0700)]
Merge pull request #5188 from owncloud/master-delete-user

User::delete should return bool

11 years agocatch unknown timezone and fall-back to UTC
Bjoern Schiessle [Tue, 8 Oct 2013 18:42:35 +0000 (20:42 +0200)]
catch unknown timezone and fall-back to UTC

11 years agoUse strict comparison === instead of ==.
Andreas Fischer [Tue, 8 Oct 2013 18:03:16 +0000 (20:03 +0200)]
Use strict comparison === instead of ==.

11 years agoAdjust return value tests for checkPassword() to what OC_User_Example says.
Andreas Fischer [Tue, 8 Oct 2013 17:53:20 +0000 (19:53 +0200)]
Adjust return value tests for checkPassword() to what OC_User_Example says.

11 years agoMake OC_User_Dummy::checkPassword() compatible with OC_User_Example.
Andreas Fischer [Tue, 8 Oct 2013 17:48:49 +0000 (19:48 +0200)]
Make OC_User_Dummy::checkPassword() compatible with OC_User_Example.

The user id has to be returned.

11 years agoUse parent:: in Test_User_Database::getUser().
Andreas Fischer [Tue, 8 Oct 2013 17:22:45 +0000 (19:22 +0200)]
Use parent:: in Test_User_Database::getUser().

11 years agoTest_User_Backend::getUser() does not return an array, it returns a string.
Andreas Fischer [Tue, 8 Oct 2013 17:14:13 +0000 (19:14 +0200)]
Test_User_Backend::getUser() does not return an array, it returns a string.

11 years agoTest OC_User_Database in Test_User_Database instead of OC_User_Dummy.
Andreas Fischer [Sun, 29 Sep 2013 20:37:33 +0000 (22:37 +0200)]
Test OC_User_Database in Test_User_Database instead of OC_User_Dummy.

11 years agoMerge pull request #5173 from owncloud/set_timezone_for_log
Björn Schießle [Tue, 8 Oct 2013 16:27:13 +0000 (09:27 -0700)]
Merge pull request #5173 from owncloud/set_timezone_for_log

let admin specify timezone for log file entries

11 years agoAdded filesApp flag as input field for files app detection
Vincent Petry [Tue, 8 Oct 2013 15:19:58 +0000 (17:19 +0200)]
Added filesApp flag as input field for files app detection

Since the files app can be reached under multiple URLs, either root,
files.php or public.php, a flag has been added to the DOM to help apps
(like file viewers) to detect whether they are currently in the files
app.

11 years agoMerge pull request #5146 from guruz/cache_enabled_apps_list
Frank Karlitschek [Tue, 8 Oct 2013 14:17:36 +0000 (07:17 -0700)]
Merge pull request #5146 from guruz/cache_enabled_apps_list

OC_App: Cache list of enabled apps

11 years agofix escaping
Morris Jobke [Tue, 8 Oct 2013 13:45:52 +0000 (15:45 +0200)]
fix escaping

11 years agomake sure that we only remove file/folder shares
Bjoern Schiessle [Tue, 8 Oct 2013 13:16:33 +0000 (15:16 +0200)]
make sure that we only remove file/folder shares

11 years agoAdd unit tests
Victor Dubiniuk [Tue, 8 Oct 2013 13:33:56 +0000 (16:33 +0300)]
Add unit tests

11 years agoMerge pull request #5194 from owncloud/fixing-5172-master
Thomas Müller [Tue, 8 Oct 2013 13:18:29 +0000 (06:18 -0700)]
Merge pull request #5194 from owncloud/fixing-5172-master

adding check isDeletable() on $sourcePath

11 years agoMerge pull request #5193 from owncloud/fix_5126_2
Björn Schießle [Tue, 8 Oct 2013 13:15:43 +0000 (06:15 -0700)]
Merge pull request #5193 from owncloud/fix_5126_2

fix upload to /Shared

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 8 Oct 2013 11:24:19 +0000 (07:24 -0400)]
[tx-robot] updated from transifex

11 years agopart file needs to have .part extension
Bjoern Schiessle [Tue, 8 Oct 2013 10:00:32 +0000 (12:00 +0200)]
part file needs to have .part extension

11 years agoadding check isDeletable() on $sourcePath
Thomas Müller [Tue, 8 Oct 2013 09:43:44 +0000 (11:43 +0200)]
adding check isDeletable() on $sourcePath

11 years agoupdating a existing large file creates new file chunks. Therefore createFile() needs...
Bjoern Schiessle [Tue, 8 Oct 2013 09:27:08 +0000 (11:27 +0200)]
updating a existing large file creates new file chunks. Therefore createFile() needs to check not only if we can write to the parent folder but also if we can update the existing file"

11 years agoIf a existing file in Shared/ with update permissions gets updated we need to write...
Bjoern Schiessle [Tue, 8 Oct 2013 09:26:49 +0000 (11:26 +0200)]
If a existing file in Shared/ with update permissions gets updated we need to write the .part file to a different place because we can't create new files in the Shared folder

11 years agoMerge pull request #5181 from owncloud/fixing-chunked-upload-master
Morris Jobke [Mon, 7 Oct 2013 20:20:43 +0000 (13:20 -0700)]
Merge pull request #5181 from owncloud/fixing-chunked-upload-master

Fixing broken chunked upload due to #4974

11 years agoUser::delete should return bool
Victor Dubiniuk [Mon, 7 Oct 2013 19:24:25 +0000 (22:24 +0300)]
User::delete should return bool

11 years agoMerge pull request #4796 from owncloud/config-no-catch
Bart Visscher [Mon, 7 Oct 2013 18:45:13 +0000 (11:45 -0700)]
Merge pull request #4796 from owncloud/config-no-catch

Remove the exception catch in OC_Config, this should be handled by a higher layer

11 years agoMerge pull request #5184 from owncloud/fix-trash-bin-button
VicDeo [Mon, 7 Oct 2013 17:58:47 +0000 (10:58 -0700)]
Merge pull request #5184 from owncloud/fix-trash-bin-button

Fix trash bin button

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 7 Oct 2013 16:21:38 +0000 (12:21 -0400)]
[tx-robot] updated from transifex

11 years agoFix trash bin button
Morris Jobke [Mon, 7 Oct 2013 16:15:23 +0000 (18:15 +0200)]
Fix trash bin button

11 years agoMerge pull request #5179 from owncloud/userlist-avatar
Morris Jobke [Mon, 7 Oct 2013 15:47:39 +0000 (08:47 -0700)]
Merge pull request #5179 from owncloud/userlist-avatar

Fix new user avatar. Ref#5166

11 years agothe path for reassembling was created the wrong way
Thomas Müller [Mon, 7 Oct 2013 15:34:21 +0000 (17:34 +0200)]
the path for reassembling was created the wrong way

11 years agoMerge pull request #5178 from owncloud/sharing-ispublicflagintemplate
Vincent Petry [Mon, 7 Oct 2013 15:23:55 +0000 (08:23 -0700)]
Merge pull request #5178 from owncloud/sharing-ispublicflagintemplate

Added isPublic flag in files_sharing template

11 years agoMerge pull request #4921 from owncloud/file_conflicts_dialog_fixes
VicDeo [Mon, 7 Oct 2013 15:19:40 +0000 (08:19 -0700)]
Merge pull request #4921 from owncloud/file_conflicts_dialog_fixes

File conflicts dialog fixes

11 years agoFix new user avatar. Ref#5166
Victor Dubiniuk [Mon, 7 Oct 2013 15:00:15 +0000 (18:00 +0300)]
Fix new user avatar. Ref#5166

11 years agoAdded isPublic flag in files_sharing template
Vincent Petry [Mon, 7 Oct 2013 14:59:57 +0000 (16:59 +0200)]
Added isPublic flag in files_sharing template

To make it possible for apps to find out whether they are running in
public mode, the flag "isPublic" will now be present in the DOM.

This is required to disable the editor app in public mode to fix #5059

11 years agolet admin specify timezone for log file entries
Bjoern Schiessle [Mon, 7 Oct 2013 13:34:48 +0000 (15:34 +0200)]
let admin specify timezone for log file entries

11 years agoMerge pull request #5072 from owncloud/apache-auth-master
Thomas Müller [Mon, 7 Oct 2013 13:29:56 +0000 (06:29 -0700)]
Merge pull request #5072 from owncloud/apache-auth-master

OC6 Apache Authentication

11 years agoMerge pull request #5169 from owncloud/sharingdropdown-uxbugfixes
Morris Jobke [Mon, 7 Oct 2013 12:14:14 +0000 (05:14 -0700)]
Merge pull request #5169 from owncloud/sharingdropdown-uxbugfixes

Sharing dropdown bug fixes

11 years agoMerge pull request #5162 from owncloud/fixing-l10n-master-2
Morris Jobke [Mon, 7 Oct 2013 12:07:47 +0000 (05:07 -0700)]
Merge pull request #5162 from owncloud/fixing-l10n-master-2

Fixing l10n master 2

11 years agoMerge pull request #5165 from owncloud/files-dropontobreadcrumbfix
Morris Jobke [Mon, 7 Oct 2013 12:01:02 +0000 (05:01 -0700)]
Merge pull request #5165 from owncloud/files-dropontobreadcrumbfix

Fix breadcrumb to reinit dnd after ajax nav #5064

11 years agoPrevent share dropdown to close too early with autocomplete
Vincent Petry [Mon, 7 Oct 2013 11:25:30 +0000 (13:25 +0200)]
Prevent share dropdown to close too early with autocomplete

When clicking on an autocomplete result in the sharing dropdown,
it will mistakenly be detected as being clicked outside and would
trigger the sharing dropdown closing.

This fix adds a check to detect clicks inside the autocomplete and
prevent closing the dropdown in that case.

This fixes #4142

11 years agoFixed label for sharing notification to be clickable
Vincent Petry [Mon, 7 Oct 2013 11:15:25 +0000 (13:15 +0200)]
Fixed label for sharing notification to be clickable

Fixed the sharing notification checkbox label in the file sharing
dropdown, which makes it possible to click on the label directly.

11 years agoPrevent scroll up when click on links in sharing dropdown
Vincent Petry [Mon, 7 Oct 2013 11:11:34 +0000 (13:11 +0200)]
Prevent scroll up when click on links in sharing dropdown

When clicking on a link that points to "#" in the sharing dropdown, and
the current view is scrolled down, the browser will scroll the page up
to the top (anchor behavior).

This fix cancels the click event when clicking on "unshare" link or
"show crud" link.

11 years agoMerge pull request #5142 from owncloud/fix_version_cache_expire
Frank Karlitschek [Mon, 7 Oct 2013 10:48:29 +0000 (03:48 -0700)]
Merge pull request #5142 from owncloud/fix_version_cache_expire

correctly expire cache if version file changed.

11 years agoa few styleguide fixes
Frank Karlitschek [Mon, 7 Oct 2013 10:27:02 +0000 (12:27 +0200)]
a few styleguide fixes

11 years agoMove backend finding into its own method.
Andreas Fischer [Wed, 2 Oct 2013 13:31:46 +0000 (15:31 +0200)]
Move backend finding into its own method.

11 years agoMerge pull request #4974 from owncloud/fixing-4011-master
Thomas Müller [Mon, 7 Oct 2013 09:58:00 +0000 (02:58 -0700)]
Merge pull request #4974 from owncloud/fixing-4011-master

error handling added in case file_put_contents is failing

11 years agomove call to print_unescaped() to template
Thomas Müller [Mon, 7 Oct 2013 09:49:43 +0000 (11:49 +0200)]
move call to print_unescaped() to template

11 years agoremove double uri encoding
Jörn Friedrich Dreyer [Fri, 20 Sep 2013 12:59:17 +0000 (14:59 +0200)]
remove double uri encoding

11 years agocanceling individual uploads is currently impossible because there is no placeholder
Jörn Friedrich Dreyer [Fri, 20 Sep 2013 12:58:52 +0000 (14:58 +0200)]
canceling individual uploads is currently impossible because there is no placeholder

11 years agouse correct property for mimetype of existing files
Jörn Friedrich Dreyer [Fri, 20 Sep 2013 12:29:45 +0000 (14:29 +0200)]
use correct property for mimetype of existing files

11 years agoremove obsolete comment
Jörn Friedrich Dreyer [Fri, 20 Sep 2013 12:28:59 +0000 (14:28 +0200)]
remove obsolete comment

11 years agouse !== comparison
Jörn Friedrich Dreyer [Fri, 20 Sep 2013 12:28:33 +0000 (14:28 +0200)]
use !== comparison

11 years agoFix breadcrumb to reinit dnd after ajax nav #5064
Vincent Petry [Mon, 7 Oct 2013 09:07:33 +0000 (11:07 +0200)]
Fix breadcrumb to reinit dnd after ajax nav #5064

Now correctly reinitializing the breadcrumb drop zone after ajax
navigation.

This also fixes dropping onto the "files" app icon.

11 years agoMerge pull request #5129 from owncloud/remove_deleted_shares_from_db
Björn Schießle [Mon, 7 Oct 2013 09:07:11 +0000 (02:07 -0700)]
Merge pull request #5129 from owncloud/remove_deleted_shares_from_db

remove deleted files from oc_share

11 years agocatch exception if db query execution fails
Bjoern Schiessle [Mon, 7 Oct 2013 09:06:24 +0000 (11:06 +0200)]
catch exception if db query execution fails

11 years agoMerge branch 'master' into remove_deleted_shares_from_db
Bjoern Schiessle [Mon, 7 Oct 2013 09:00:56 +0000 (11:00 +0200)]
Merge branch 'master' into remove_deleted_shares_from_db

11 years agoclean up oc_share table from files which are no longer exists
Bjoern Schiessle [Mon, 7 Oct 2013 08:59:09 +0000 (10:59 +0200)]
clean up oc_share table from files which are no longer exists

11 years agoupdate version to 6.0.0 and adding comment option
Thomas Müller [Mon, 7 Oct 2013 07:34:55 +0000 (09:34 +0200)]
update version to 6.0.0 and adding comment option

11 years agomove l10n factory into private
Thomas Müller [Mon, 7 Oct 2013 07:38:35 +0000 (09:38 +0200)]
move l10n factory into private

11 years agoremove outdated translation files
Thomas Müller [Mon, 7 Oct 2013 07:59:15 +0000 (09:59 +0200)]
remove outdated translation files

11 years agoMerge pull request #4662 from owncloud/fix-4129
Frank Karlitschek [Mon, 7 Oct 2013 06:42:44 +0000 (23:42 -0700)]
Merge pull request #4662 from owncloud/fix-4129

Fix 4129

11 years agoMerge pull request #5148 from owncloud/cache-gc-legacy
Morris Jobke [Sun, 6 Oct 2013 23:25:38 +0000 (16:25 -0700)]
Merge pull request #5148 from owncloud/cache-gc-legacy

Fix loading legacy global filecache gc backgroundjobs

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 6 Oct 2013 23:16:10 +0000 (19:16 -0400)]
[tx-robot] updated from transifex

11 years agoUpdate file to meet coding standarts
Lennart Rosam [Fri, 30 Aug 2013 12:14:38 +0000 (14:14 +0200)]
Update file to meet coding standarts

11 years agoActually test the connection
Lennart Rosam [Fri, 30 Aug 2013 10:16:46 +0000 (12:16 +0200)]
Actually test the connection

11 years agoFixes #4129
Lennart Rosam [Fri, 30 Aug 2013 10:10:10 +0000 (12:10 +0200)]
Fixes #4129

11 years agoRemove the exception catch, this should be handled by a higher layer
Bart Visscher [Tue, 10 Sep 2013 06:04:33 +0000 (08:04 +0200)]
Remove the exception catch, this should be handled by a higher layer

And is when using index.php as entry point

11 years agoMerge pull request #5088 from owncloud/fix_trashbin_button
Morris Jobke [Sun, 6 Oct 2013 21:51:08 +0000 (14:51 -0700)]
Merge pull request #5088 from owncloud/fix_trashbin_button

trash bin button needs to be an input field

11 years agoMerge pull request #5144 from owncloud/public_middleware
Bernhard Posselt [Sun, 6 Oct 2013 21:12:35 +0000 (14:12 -0700)]
Merge pull request #5144 from owncloud/public_middleware

Make abstract Middleware class public

11 years agoMerge pull request #5154 from owncloud/fix-appimages
Morris Jobke [Sun, 6 Oct 2013 19:31:54 +0000 (12:31 -0700)]
Merge pull request #5154 from owncloud/fix-appimages

fix mobile and desktop app images looking different

11 years agoOptimize images with optipng
kondou [Sun, 6 Oct 2013 19:20:49 +0000 (21:20 +0200)]
Optimize images with optipng

11 years agoMerge pull request #4982 from syncloud/master
Owen Winkler [Sat, 5 Oct 2013 23:13:46 +0000 (16:13 -0700)]
Merge pull request #4982 from syncloud/master

Automatic config can set some of parameters or all of them

11 years agoFix loading legacy global filecache gc backgroundjobs
Robin Appelman [Sat, 5 Oct 2013 21:19:12 +0000 (23:19 +0200)]
Fix loading legacy global filecache gc backgroundjobs

11 years agoOC_App: Cache list of enabled apps
Markus Goetz [Sat, 5 Oct 2013 17:18:18 +0000 (19:18 +0200)]
OC_App: Cache list of enabled apps

In my test here 1 SELECT instead of 5 (when doing a DAV request,
probably similar for other requests)

11 years agoRemove misleading IMiddleware interface
Thomas Tanghus [Sat, 5 Oct 2013 17:13:12 +0000 (19:13 +0200)]
Remove misleading IMiddleware interface

11 years agoMerge pull request #5116 from owncloud/interfaces2
Thomas Tanghus [Sat, 5 Oct 2013 15:35:50 +0000 (08:35 -0700)]
Merge pull request #5116 from owncloud/interfaces2

More Interfaces for the public api

11 years agoMake abstract Middleware class public
Thomas Tanghus [Sat, 5 Oct 2013 14:59:06 +0000 (16:59 +0200)]
Make abstract Middleware class public

It doesn't make sense for subclasses to have to implement
all methods.

11 years agofix mobile and desktop app images looking different
Jan-Christoph Borchardt [Sat, 5 Oct 2013 12:40:00 +0000 (15:40 +0300)]
fix mobile and desktop app images looking different

11 years agocorrectly expire cache if version file changed. Fixes problem that ownCloud only...
Frank Karlitschek [Sat, 5 Oct 2013 10:50:36 +0000 (12:50 +0200)]
correctly expire cache if version file changed. Fixes problem that ownCloud only starts upgrading during login

11 years agoMerge pull request #5131 from owncloud/fix-5130
VicDeo [Sat, 5 Oct 2013 09:32:28 +0000 (02:32 -0700)]
Merge pull request #5131 from owncloud/fix-5130

Allow "Finishing..." button on setup page to be translated.

11 years agoMerge pull request #5140 from owncloud/settings-beautify
Frank Karlitschek [Sat, 5 Oct 2013 09:26:08 +0000 (02:26 -0700)]
Merge pull request #5140 from owncloud/settings-beautify

more elegant style for Personal and Admin settings

11 years agoMerge pull request #5125 from owncloud/fixing-5122-master
Frank Karlitschek [Sat, 5 Oct 2013 09:25:45 +0000 (02:25 -0700)]
Merge pull request #5125 from owncloud/fixing-5122-master

upload abortion detection only for PUT

11 years agoMerge pull request #5123 from owncloud/cache_mimetypes
Frank Karlitschek [Sat, 5 Oct 2013 09:24:38 +0000 (02:24 -0700)]
Merge pull request #5123 from owncloud/cache_mimetypes

Load all mimetypes in one go