]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoRun proxies and emit signals when finising chunked upload
Bart Visscher [Tue, 18 Sep 2012 16:34:39 +0000 (18:34 +0200)]
Run proxies and emit signals when finising chunked upload

Otherwise the file cache and the quota isn't checked

12 years agoOnly try to delete migration.db if it was created.
Tom Needham [Tue, 18 Sep 2012 16:25:34 +0000 (16:25 +0000)]
Only try to delete migration.db if it was created.

12 years agoAllow exporting of users from any user backend, fixed oc-1645
Tom Needham [Tue, 18 Sep 2012 16:24:39 +0000 (16:24 +0000)]
Allow exporting of users from any user backend, fixed oc-1645

12 years agoAdded failsafes for retrieving remote apps on settings->apps page, in case categories...
Sam Tuke [Tue, 18 Sep 2012 15:51:55 +0000 (16:51 +0100)]
Added failsafes for retrieving remote apps on settings->apps page, in case categories or app data are not found

12 years agouse more oc file operations instead of plain PHP functions
Björn Schießle [Tue, 18 Sep 2012 15:04:22 +0000 (17:04 +0200)]
use more oc file operations instead of plain PHP functions

12 years agodon't interpret strpos '0' as 'false' in while loop
Björn Schießle [Tue, 18 Sep 2012 14:14:04 +0000 (16:14 +0200)]
don't interpret strpos '0' as 'false' in while loop

12 years agoMerge branch 'master' of https://github.com/owncloud/core
Sam Tuke [Tue, 18 Sep 2012 13:36:08 +0000 (14:36 +0100)]
Merge branch 'master' of https://github.com/owncloud/core

12 years agoFixed bug with duplicate entries for installed 3rd party apps in settings->apps
Sam Tuke [Tue, 18 Sep 2012 13:35:27 +0000 (14:35 +0100)]
Fixed bug with duplicate entries for installed 3rd party apps in settings->apps
Added method getAppstoreApps to OC_App
Added minor documentation

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 18 Sep 2012 00:04:26 +0000 (02:04 +0200)]
[tx-robot] updated from transifex

12 years agoLDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke when...
Arthur Schiwon [Mon, 17 Sep 2012 20:50:08 +0000 (22:50 +0200)]
LDAP: fix MySQL-query with DUAL table by removing wrong backticks. Got broke when they were added to SQL queries.

12 years agofix problem with quota proxy when using copy
Robin Appelman [Mon, 17 Sep 2012 20:15:45 +0000 (22:15 +0200)]
fix problem with quota proxy when using copy

12 years agodont trigger filesystem hooks when not using the default view
Robin Appelman [Mon, 17 Sep 2012 20:12:17 +0000 (22:12 +0200)]
dont trigger filesystem hooks when not using the default view

12 years agoFix 'Search only shows the app name of the first app'
Bart Visscher [Mon, 17 Sep 2012 16:00:54 +0000 (18:00 +0200)]
Fix 'Search only shows the app name of the first app'

Fixes: oc-1369
12 years agoCheck format of chunked filename
Bart Visscher [Mon, 17 Sep 2012 15:34:49 +0000 (17:34 +0200)]
Check format of chunked filename

12 years agoCheck if the versioned file exists before trying to do the versioning
Bart Visscher [Mon, 17 Sep 2012 15:29:34 +0000 (17:29 +0200)]
Check if the versioned file exists before trying to do the versioning

This didn't work with chunked uploading

12 years agoFix return statement
Bart Visscher [Mon, 17 Sep 2012 15:27:37 +0000 (17:27 +0200)]
Fix return statement

12 years agoNormalize path before calling removeETagPropertyForPath
Bart Visscher [Fri, 14 Sep 2012 21:15:52 +0000 (23:15 +0200)]
Normalize path before calling removeETagPropertyForPath

This should also fix the dirname problem on windows

12 years agotimestamp uses emptystring as NULL default
Jörn Friedrich Dreyer [Mon, 17 Sep 2012 15:57:45 +0000 (17:57 +0200)]
timestamp uses emptystring as NULL default

12 years agoFix oc-1726, cannot delete multiple files one by one without refresh
Tom Needham [Mon, 17 Sep 2012 15:28:13 +0000 (15:28 +0000)]
Fix oc-1726, cannot delete multiple files one by one without refresh

12 years agoMerge branch 'master' of github.com:owncloud/core
Björn Schießle [Mon, 17 Sep 2012 15:03:57 +0000 (17:03 +0200)]
Merge branch 'master' of github.com:owncloud/core

12 years agoadd leading '?' to parameter list (fixes bug #1732)
Björn Schießle [Mon, 17 Sep 2012 15:02:17 +0000 (17:02 +0200)]
add leading '?' to parameter list (fixes bug #1732)

12 years agofix default values: 1. remove whitespace, don't use emptystring for int, remove empty...
Jörn Friedrich Dreyer [Mon, 17 Sep 2012 14:35:31 +0000 (16:35 +0200)]
fix default values: 1. remove whitespace, don't use emptystring for int, remove empty default for nullable columns to use NULL as default

12 years agouse user name as db name for oracle connection made with service name
Jörn Friedrich Dreyer [Mon, 17 Sep 2012 14:32:24 +0000 (16:32 +0200)]
use user name as db name for oracle connection made with service name

12 years agoUse correct translation file
Thomas Müller [Mon, 17 Sep 2012 12:00:22 +0000 (15:00 +0300)]
Use correct translation file

every translation within the sub folder 'settings' need to use 'settings' on OC_L10N::get

12 years ago$l was undefined
Thomas Müller [Mon, 17 Sep 2012 11:50:17 +0000 (14:50 +0300)]
$l was undefined

12 years agoEnhanced space handling - thx fmms
Thomas Müller [Mon, 17 Sep 2012 08:14:44 +0000 (11:14 +0300)]
Enhanced space handling - thx fmms

12 years agoAdding a few more string to translation
Thomas Müller [Mon, 17 Sep 2012 07:54:06 +0000 (10:54 +0300)]
Adding a few more string to translation

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 17 Sep 2012 00:07:23 +0000 (02:07 +0200)]
[tx-robot] updated from transifex

12 years agoi just learned that we also have to check if directories are readable. it seams that...
Frank Karlitschek [Sun, 16 Sep 2012 20:49:03 +0000 (22:49 +0200)]
i just learned that we also have to check if directories are readable. it seams that is_readable also checks for 'x' right.

12 years agoadd a bit more space
Frank Karlitschek [Sun, 16 Sep 2012 18:31:56 +0000 (20:31 +0200)]
add a bit more space

12 years agoAdd chosen script and style, bug fix for oc-1745
Michael Gapczynski [Sun, 16 Sep 2012 17:27:15 +0000 (13:27 -0400)]
Add chosen script and style, bug fix for oc-1745

12 years agomakes cron config layout similar to the sharing one
Alessandro Cosentino [Sun, 16 Sep 2012 16:40:08 +0000 (12:40 -0400)]
makes cron config layout similar to the sharing one

12 years agostructure the settings options a bit better.
Frank Karlitschek [Sun, 16 Sep 2012 15:23:21 +0000 (17:23 +0200)]
structure the settings options a bit better.

12 years agoMerge branch 'master' of https://github.com/owncloud/core
Frank Karlitschek [Sun, 16 Sep 2012 15:14:04 +0000 (17:14 +0200)]
Merge branch 'master' of https://github.com/owncloud/core

12 years agoadd a legend tag. it´s consistent and looks nicer
Frank Karlitschek [Sun, 16 Sep 2012 15:13:16 +0000 (17:13 +0200)]
add a legend tag. it´s consistent and looks nicer

12 years agoshow the size of new files when using New->From Url
Robin Appelman [Sun, 16 Sep 2012 15:05:08 +0000 (17:05 +0200)]
show the size of new files when using New->From Url

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 16 Sep 2012 00:03:40 +0000 (02:03 +0200)]
[tx-robot] updated from transifex

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 15 Sep 2012 00:05:52 +0000 (02:05 +0200)]
[tx-robot] updated from transifex

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 14 Sep 2012 00:03:18 +0000 (02:03 +0200)]
[tx-robot] updated from transifex

12 years agoCheck if categories is an array.
Thomas Tanghus [Thu, 13 Sep 2012 15:30:26 +0000 (17:30 +0200)]
Check if categories is an array.

12 years agomark as an updated beta 3 with some more fixes
Frank Karlitschek [Thu, 13 Sep 2012 09:39:26 +0000 (11:39 +0200)]
mark as an updated beta 3 with some more fixes

12 years agoSet configured to true after configuring Dropbox storage
Michael Gapczynski [Thu, 13 Sep 2012 01:29:55 +0000 (21:29 -0400)]
Set configured to true after configuring Dropbox storage

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 13 Sep 2012 00:03:54 +0000 (02:03 +0200)]
[tx-robot] updated from transifex

12 years agoEnable post_write trigger
Bart Visscher [Wed, 12 Sep 2012 22:12:10 +0000 (00:12 +0200)]
Enable post_write trigger

This is used when uploading a file with webdav. The trigger will add the file to the cache and make it show up in listings

12 years agodirname can also return '.' for empty path
Bart Visscher [Wed, 12 Sep 2012 22:08:52 +0000 (00:08 +0200)]
dirname can also return '.' for empty path

12 years agoDon't hide errors doing the versioning copy
Bart Visscher [Wed, 12 Sep 2012 22:08:04 +0000 (00:08 +0200)]
Don't hide errors doing the versioning copy

12 years agocorrectly calculate the MDB2 portability
Jörn Friedrich Dreyer [Wed, 12 Sep 2012 21:10:45 +0000 (23:10 +0200)]
correctly calculate the MDB2 portability

12 years agolog details for an error when upgrading the schema
Jörn Friedrich Dreyer [Wed, 12 Sep 2012 21:03:12 +0000 (23:03 +0200)]
log details for an error when upgrading the schema

12 years agofix schema updates with oracle\n basically this took me all day to debug and hack...
Jörn Friedrich Dreyer [Wed, 12 Sep 2012 21:01:06 +0000 (23:01 +0200)]
fix schema updates with oracle\n basically this took me all day to debug and hack, we need a new db layer! MDB2 is dead and pecl oci8 even more so! It has officially been deprecated in php 5.4: http://www.php.net/manual/de/function.ocifetchinto.php

12 years agoadd proper logging to filecache
Jörn Friedrich Dreyer [Wed, 12 Sep 2012 20:56:16 +0000 (22:56 +0200)]
add proper logging to filecache

12 years agoDon't get metadata directly from the 'cached' file cache after upload
Michael Gapczynski [Wed, 12 Sep 2012 21:00:25 +0000 (17:00 -0400)]
Don't get metadata directly from the 'cached' file cache after upload

12 years agoFixed bug oc-1659 - history dialogue cannot be closed once opened
Sam Tuke [Wed, 12 Sep 2012 13:10:12 +0000 (14:10 +0100)]
Fixed bug oc-1659 - history dialogue cannot be closed once opened

12 years agoadd proper error logging in OC_User database queries v4.5.0beta3
Jörn Friedrich Dreyer [Wed, 12 Sep 2012 10:47:18 +0000 (12:47 +0200)]
add proper error logging in OC_User database queries

12 years agoadd getErrorMessage to OC_DB
Jörn Friedrich Dreyer [Wed, 12 Sep 2012 10:45:20 +0000 (12:45 +0200)]
add getErrorMessage to OC_DB

12 years agoshow the current username. This confused some people
Frank Karlitschek [Wed, 12 Sep 2012 10:23:21 +0000 (12:23 +0200)]
show the current username. This confused some people

12 years agothis is now 4.5 beta 3
Frank Karlitschek [Wed, 12 Sep 2012 10:12:23 +0000 (12:12 +0200)]
this is now 4.5 beta 3

12 years agoMerge branch 'master' of https://github.com/owncloud/core
Frank Karlitschek [Wed, 12 Sep 2012 10:10:57 +0000 (12:10 +0200)]
Merge branch 'master' of https://github.com/owncloud/core

12 years agoimprove the documentation for the cron config a bit
Frank Karlitschek [Wed, 12 Sep 2012 10:09:46 +0000 (12:09 +0200)]
improve the documentation for the cron config a bit

12 years agoreturn a message when app could not be enabled
Jörn Friedrich Dreyer [Wed, 12 Sep 2012 10:02:39 +0000 (12:02 +0200)]
return a message when app could not be enabled

12 years agoDon't call clearCache() for OC_Minimizer statically, create OC_Minimizer objects...
Michael Gapczynski [Wed, 12 Sep 2012 05:18:07 +0000 (01:18 -0400)]
Don't call clearCache() for OC_Minimizer statically, create OC_Minimizer objects for both CSS and JS to clear cache after upgrade

12 years agoTreat getUsers() as case insensitive, helpful for showing proper results in the share...
Michael Gapczynski [Wed, 12 Sep 2012 05:12:25 +0000 (01:12 -0400)]
Treat getUsers() as case insensitive, helpful for showing proper results in the share with autocomplete

12 years agoMerge branch 'master' into share_expiration
Michael Gapczynski [Wed, 12 Sep 2012 05:06:57 +0000 (01:06 -0400)]
Merge branch 'master' into share_expiration

Conflicts:
core/js/share.js
lib/util.php

12 years agoAdd lock and clock icon for sharing
Michael Gapczynski [Wed, 12 Sep 2012 04:57:01 +0000 (00:57 -0400)]
Add lock and clock icon for sharing

12 years agoTemporarily disable sharing with contacts and emails, will come in next release
Michael Gapczynski [Wed, 12 Sep 2012 04:23:45 +0000 (00:23 -0400)]
Temporarily disable sharing with contacts and emails, will come in next release

12 years agoAdd expiration column to share table and bump version number
Michael Gapczynski [Wed, 12 Sep 2012 05:01:45 +0000 (01:01 -0400)]
Add expiration column to share table and bump version number

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 12 Sep 2012 00:02:58 +0000 (02:02 +0200)]
[tx-robot] updated from transifex

12 years agoadded hint to restart the web server in case recetly installed php modules are still...
Thomas Mueller [Tue, 11 Sep 2012 21:51:12 +0000 (23:51 +0200)]
added hint to restart the web server in case recetly installed php modules are still not available

12 years agoallow using only dbname for oracle
Jörn Friedrich Dreyer [Tue, 11 Sep 2012 16:12:38 +0000 (18:12 +0200)]
allow using only dbname for oracle

12 years agodon't set values with oc_appconfig when oc is not installed yet, allows to render...
Jörn Friedrich Dreyer [Tue, 11 Sep 2012 11:16:34 +0000 (13:16 +0200)]
don't set values with oc_appconfig when oc is not installed yet, allows to render guest page for installation again

12 years agoFix problem with non share collection item types being treated as collections
Michael Gapczynski [Tue, 11 Sep 2012 04:37:31 +0000 (00:37 -0400)]
Fix problem with non share collection item types being treated as collections

12 years agoChange version number update occurs on to prevent problem with betas, users using...
Michael Gapczynski [Tue, 11 Sep 2012 01:57:05 +0000 (21:57 -0400)]
Change version number update occurs on to prevent problem with betas, users using the 4.5 betas will have to manually trigger the update if they want to get their old shared files back again

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 11 Sep 2012 00:03:53 +0000 (02:03 +0200)]
[tx-robot] updated from transifex

12 years agofix file upload
Georg Ehrke [Mon, 10 Sep 2012 12:40:54 +0000 (14:40 +0200)]
fix file upload

12 years agoMerge branch 'master' of github.com:owncloud/core
Jörn Friedrich Dreyer [Mon, 10 Sep 2012 12:14:49 +0000 (14:14 +0200)]
Merge branch 'master' of github.com:owncloud/core

12 years agouse tabs for indentation
Jörn Friedrich Dreyer [Mon, 10 Sep 2012 12:14:36 +0000 (14:14 +0200)]
use tabs for indentation

12 years agoRespect coding style
Thomas Müller [Mon, 10 Sep 2012 11:59:08 +0000 (14:59 +0300)]
Respect coding style

12 years agoRespect coding style
Thomas Müller [Mon, 10 Sep 2012 09:35:15 +0000 (12:35 +0300)]
Respect coding style

12 years agoRespect coding style
Thomas Müller [Mon, 10 Sep 2012 09:32:49 +0000 (12:32 +0300)]
Respect coding style

12 years agoRespect coding style
Thomas Müller [Mon, 10 Sep 2012 09:31:57 +0000 (12:31 +0300)]
Respect coding style

12 years agoRespect coding style
Thomas Müller [Mon, 10 Sep 2012 09:29:35 +0000 (12:29 +0300)]
Respect coding style

12 years agoRespect coding style
Thomas Müller [Mon, 10 Sep 2012 09:28:09 +0000 (12:28 +0300)]
Respect coding style

12 years agoRespect coding style
Thomas Müller [Mon, 10 Sep 2012 09:26:20 +0000 (12:26 +0300)]
Respect coding style

12 years agoRespect coding style
Thomas Müller [Mon, 10 Sep 2012 09:25:42 +0000 (12:25 +0300)]
Respect coding style

12 years agoRespect coding style
Thomas Müller [Mon, 10 Sep 2012 09:23:55 +0000 (12:23 +0300)]
Respect coding style

12 years agoRespect coding style
Thomas Müller [Mon, 10 Sep 2012 09:21:54 +0000 (12:21 +0300)]
Respect coding style

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 10 Sep 2012 00:04:59 +0000 (02:04 +0200)]
[tx-robot] updated from transifex

12 years agoProvide update script for files sharing
Michael Gapczynski [Sun, 9 Sep 2012 22:29:47 +0000 (18:29 -0400)]
Provide update script for files sharing

12 years agoDisable link sharing for folders temporarily - next release
Michael Gapczynski [Sun, 9 Sep 2012 18:52:03 +0000 (14:52 -0400)]
Disable link sharing for folders temporarily - next release

12 years agoDon't display actions for children in shared collections, show the parent collection...
Michael Gapczynski [Sun, 9 Sep 2012 18:44:08 +0000 (14:44 -0400)]
Don't display actions for children in shared collections, show the parent collection the child is shared in

12 years agoFix shared collection item searching
Michael Gapczynski [Sun, 9 Sep 2012 15:50:12 +0000 (11:50 -0400)]
Fix shared collection item searching

12 years agoNormalize the file path for shared children as a precaution
Michael Gapczynski [Sun, 9 Sep 2012 03:42:24 +0000 (23:42 -0400)]
Normalize the file path for shared children as a precaution

12 years agoInsert id for unique user group share rows
Michael Gapczynski [Sun, 9 Sep 2012 03:09:45 +0000 (23:09 -0400)]
Insert id for unique user group share rows

12 years agoFix fetching shared children items, fixes problem with displaying owner of a shared...
Michael Gapczynski [Sun, 9 Sep 2012 03:07:43 +0000 (23:07 -0400)]
Fix fetching shared children items, fixes problem with displaying owner of a shared file inside a shared folder

12 years agomove breadcrumb css to core so we can reuse it
Robin Appelman [Sun, 9 Sep 2012 00:59:43 +0000 (02:59 +0200)]
move breadcrumb css to core so we can reuse it

12 years agoadd breadcrumb controll to js
Robin Appelman [Sun, 9 Sep 2012 00:58:16 +0000 (02:58 +0200)]
add breadcrumb controll to js

12 years agoFix unsharing from self for group shares and add test for it
Michael Gapczynski [Sun, 9 Sep 2012 00:15:35 +0000 (20:15 -0400)]
Fix unsharing from self for group shares and add test for it

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 9 Sep 2012 00:03:35 +0000 (02:03 +0200)]
[tx-robot] updated from transifex

12 years agoforgot a ,
Robin Appelman [Sat, 8 Sep 2012 22:35:02 +0000 (00:35 +0200)]
forgot a ,

12 years agoadd js versions of basename and dirname
Robin Appelman [Sat, 8 Sep 2012 21:56:37 +0000 (23:56 +0200)]
add js versions of basename and dirname

12 years agodon't use regular expresions for a simple string replace
Robin Appelman [Sat, 8 Sep 2012 21:40:23 +0000 (23:40 +0200)]
don't use regular expresions for a simple string replace