]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoextract the right parent directory from the path v4.5.0
Björn Schießle [Tue, 9 Oct 2012 14:21:46 +0000 (16:21 +0200)]
extract the right parent directory from the path
add parent directory to the file cache if it does not exist yet.

12 years ago4.5 final
Frank Karlitschek [Tue, 9 Oct 2012 14:02:01 +0000 (16:02 +0200)]
4.5 final

12 years agoadd directory while creating mount point
Björn Schießle [Tue, 9 Oct 2012 13:05:49 +0000 (15:05 +0200)]
add directory while creating mount point

12 years agoFix autocomplete search for users for groups only share policy
Michael Gapczynski [Tue, 9 Oct 2012 12:35:07 +0000 (08:35 -0400)]
Fix autocomplete search for users for groups only share policy

12 years agoPrevent Versions click handler from closing sharing dropdown
VicDeo [Tue, 9 Oct 2012 10:00:04 +0000 (13:00 +0300)]
Prevent Versions click handler from closing sharing dropdown

12 years ago$CONFIG_DBTYPE was never assigned but used in this function
Björn Schießle [Tue, 9 Oct 2012 09:17:10 +0000 (11:17 +0200)]
$CONFIG_DBTYPE was never assigned but used in this function

12 years agofix for bug #1942: Allow user to share with every group if "allow users to share...
Björn Schießle [Tue, 9 Oct 2012 08:36:24 +0000 (10:36 +0200)]
fix for bug #1942: Allow user to share with every group if "allow users to share with anyone" is set

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 9 Oct 2012 00:07:41 +0000 (02:07 +0200)]
[tx-robot] updated from transifex

12 years agoRC 3 v4.5.0RC3
Frank Karlitschek [Mon, 8 Oct 2012 21:58:17 +0000 (23:58 +0200)]
RC 3

12 years agodon't use the workaround for shared files on the /Shared folder
Robin Appelman [Mon, 8 Oct 2012 21:37:50 +0000 (23:37 +0200)]
don't use the workaround for shared files on the /Shared folder

12 years agoActually fix shared webdav access
Michael Gapczynski [Mon, 8 Oct 2012 21:21:52 +0000 (17:21 -0400)]
Actually fix shared webdav access

12 years agoFix getting file info for subfolders in shared folders
Michael Gapczynski [Mon, 8 Oct 2012 20:05:48 +0000 (16:05 -0400)]
Fix getting file info for subfolders in shared folders

12 years agoPrevent closing sharing dialog on picking the date
Victor Dubiniuk [Mon, 8 Oct 2012 19:37:11 +0000 (22:37 +0300)]
Prevent closing sharing dialog on picking the date

12 years agofix remote.php for our favorite OS - Windows
Georg Ehrke [Mon, 8 Oct 2012 19:28:21 +0000 (21:28 +0200)]
fix remote.php for our favorite OS - Windows

12 years agoPrevent closing sharing dialog on month adjustment. Fixes oc-1884
Victor Dubiniuk [Mon, 8 Oct 2012 19:03:16 +0000 (22:03 +0300)]
Prevent closing sharing dialog on month adjustment. Fixes oc-1884

12 years agocheck if ID was assigned
Björn Schießle [Mon, 8 Oct 2012 15:47:02 +0000 (17:47 +0200)]
check if ID was assigned

12 years agoremove debug output
Björn Schießle [Mon, 8 Oct 2012 15:32:04 +0000 (17:32 +0200)]
remove debug output

12 years agoadd data-id directly after upload/creation to the file list (bugfix for #1917)
Björn Schießle [Mon, 8 Oct 2012 15:28:56 +0000 (17:28 +0200)]
add data-id directly after upload/creation to the file list (bugfix for #1917)

12 years agoreenable hack to use CURRENT_TIMESTAMP for postgresql when creating the database...
Jörn Friedrich Dreyer [Mon, 8 Oct 2012 15:24:15 +0000 (17:24 +0200)]
reenable hack to use CURRENT_TIMESTAMP for postgresql when creating the database, fixes oc-1852

TODO for OC5: use CURRENT_TIMESTAMP for all databases. mysql supports it as a default for DATETIME since 5.6.5 [1]
as a fallback we could use <default>0000-01-01 00:00:00</default> everywhere
[1] http://bugs.mysql.com/bug.php?id=27645
http://dev.mysql.com/doc/refman/5.0/en/timestamp-initialization.html
http://www.postgresql.org/docs/8.1/static/functions-datetime.html
http://www.sqlite.org/lang_createtable.html
http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions037.htm

12 years agoput all the calls into one function and use tabs instead of spaces. Thanks to danimo...
Frank Karlitschek [Mon, 8 Oct 2012 13:58:50 +0000 (15:58 +0200)]
put all the calls into one function and use tabs instead of spaces. Thanks to danimo for bugging me :-)

12 years agofix a lot of small layout bugs and make the apps page overall prettier plus add ratin...
Frank Karlitschek [Mon, 8 Oct 2012 13:49:48 +0000 (15:49 +0200)]
fix a lot of small layout bugs and make the apps page overall prettier plus add ratings finally

12 years agodestroy invalid sessions
Arthur Schiwon [Mon, 8 Oct 2012 11:35:59 +0000 (13:35 +0200)]
destroy invalid sessions

12 years agoMerge branch 'master' of https://github.com/owncloud/core
Frank Karlitschek [Mon, 8 Oct 2012 11:34:19 +0000 (13:34 +0200)]
Merge branch 'master' of https://github.com/owncloud/core

12 years agono garbage on the screen please
Frank Karlitschek [Mon, 8 Oct 2012 11:33:52 +0000 (13:33 +0200)]
no garbage on the screen please

12 years agoadded "uid_owner" to select statement
Björn Schießle [Mon, 8 Oct 2012 11:21:34 +0000 (13:21 +0200)]
added "uid_owner" to select statement

12 years agoadd a sane socket timeout so that the interface stays responsive with a slow or not...
Frank Karlitschek [Mon, 8 Oct 2012 10:00:29 +0000 (12:00 +0200)]
add a sane socket timeout so that the interface stays responsive with a slow or not working internet connection

12 years agouse socket timeout of 10 sec to stay responsive even with a slow internet connection...
Frank Karlitschek [Mon, 8 Oct 2012 09:53:00 +0000 (11:53 +0200)]
use socket timeout of 10 sec to stay responsive even with a slow internet connection or a not working server

12 years agoadd ID to upload form and check if ID exist to avoid loading invalid javascript code...
Björn Schießle [Mon, 8 Oct 2012 08:28:29 +0000 (10:28 +0200)]
add ID to upload form and check if ID exist to avoid loading invalid javascript code for read-only views.

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

12 years agoRemove old Shared folders from the file cache, fixes bug oc-1911
Michael Gapczynski [Sun, 7 Oct 2012 21:34:21 +0000 (17:34 -0400)]
Remove old Shared folders from the file cache, fixes bug oc-1911

12 years agoRevert part of 5beca59b, fixes file upload bug oc-1926
Michael Gapczynski [Sun, 7 Oct 2012 21:17:37 +0000 (17:17 -0400)]
Revert part of 5beca59b, fixes file upload bug oc-1926

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 7 Oct 2012 00:08:12 +0000 (02:08 +0200)]
[tx-robot] updated from transifex

12 years agoUpdate AUTHORS
Lukas Reschke [Sat, 6 Oct 2012 23:57:00 +0000 (02:57 +0300)]
Update AUTHORS

12 years agobetter detect if we need to init the filesystem for the hooks test
Robin Appelman [Sat, 6 Oct 2012 22:56:59 +0000 (00:56 +0200)]
better detect if we need to init the filesystem for the hooks test

12 years agofix hook test when not logged in
Robin Appelman [Sat, 6 Oct 2012 22:19:35 +0000 (00:19 +0200)]
fix hook test when not logged in

12 years agoFix - "Correct checking item source for share from same owner when generating item...
Michael Gapczynski [Sat, 6 Oct 2012 22:13:11 +0000 (18:13 -0400)]
Fix - "Correct checking item source for share from same owner when generating item target"

12 years agocheck for SimpleXML which seems to bw non default on Free BSD
Frank Karlitschek [Sat, 6 Oct 2012 15:37:38 +0000 (17:37 +0200)]
check for SimpleXML which seems to bw non default on Free BSD

12 years agoskip some test for storage backends that don't support touch
Robin Appelman [Sat, 6 Oct 2012 11:45:46 +0000 (13:45 +0200)]
skip some test for storage backends that don't support touch

12 years agoadd support to mount a specific folder from dropbox
Robin Appelman [Sat, 6 Oct 2012 11:44:53 +0000 (13:44 +0200)]
add support to mount a specific folder from dropbox

12 years agotest case for dropbox storage
Robin Appelman [Sat, 6 Oct 2012 11:43:34 +0000 (13:43 +0200)]
test case for dropbox storage

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 6 Oct 2012 00:06:49 +0000 (02:06 +0200)]
[tx-robot] updated from transifex

12 years agoLDAP: we're good for 0.3 now. No code change
Arthur Schiwon [Fri, 5 Oct 2012 22:38:10 +0000 (00:38 +0200)]
LDAP: we're good for 0.3 now. No code change

12 years agoset folder size to 0 when scanning the filesystem
Robin Appelman [Fri, 5 Oct 2012 20:35:51 +0000 (22:35 +0200)]
set folder size to 0 when scanning the filesystem

12 years agoprevent xss attacks
Björn Schießle [Fri, 5 Oct 2012 15:05:23 +0000 (17:05 +0200)]
prevent xss attacks

12 years agoenable user to download selected files from publically shared directory
Björn Schießle [Fri, 5 Oct 2012 14:12:04 +0000 (16:12 +0200)]
enable user to download selected files from publically shared directory

12 years agobreadcrumbs fixed for public share view
Björn Schießle [Fri, 5 Oct 2012 13:06:59 +0000 (15:06 +0200)]
breadcrumbs fixed for public share view

12 years agoregister download action for directories
Björn Schießle [Fri, 5 Oct 2012 12:28:03 +0000 (14:28 +0200)]
register download action for directories

12 years agoregister download action for files
Björn Schießle [Fri, 5 Oct 2012 12:20:38 +0000 (14:20 +0200)]
register download action for files

12 years agofix download link for single files in publicly shared directory
Björn Schießle [Fri, 5 Oct 2012 11:25:28 +0000 (13:25 +0200)]
fix download link for single files in publicly shared directory

12 years agoreally fix checkstyle on archive tar
Jörn Friedrich Dreyer [Fri, 5 Oct 2012 10:54:18 +0000 (12:54 +0200)]
really fix checkstyle on archive tar

12 years agofix checkstyle on archive zip/tar
Jörn Friedrich Dreyer [Fri, 5 Oct 2012 10:39:43 +0000 (12:39 +0200)]
fix checkstyle on archive zip/tar

12 years agocache tar archive headers
Jörn Friedrich Dreyer [Fri, 5 Oct 2012 10:29:27 +0000 (12:29 +0200)]
cache tar archive headers

12 years agofix download of single publically shared files.
Björn Schießle [Fri, 5 Oct 2012 10:01:18 +0000 (12:01 +0200)]
fix download of single publically shared files.

12 years agofixed download of complete publically shared folder
Björn Schießle [Fri, 5 Oct 2012 09:38:00 +0000 (11:38 +0200)]
fixed download of complete publically shared folder

12 years agostripsplashes doesn't work if the slash is the only character -> creating file in...
Björn Schießle [Fri, 5 Oct 2012 09:15:32 +0000 (11:15 +0200)]
stripsplashes doesn't work if the slash is the only character -> creating file in root dir leads to "//filename"

12 years agobaseDir has to be the whole path to work with shared directories below the root direc...
Björn Schießle [Thu, 4 Oct 2012 15:18:21 +0000 (17:18 +0200)]
baseDir has to be the whole path to work with shared directories below the root directory.

12 years agono content area, it overlaps the file list
Björn Schießle [Thu, 4 Oct 2012 12:32:25 +0000 (14:32 +0200)]
no content area, it overlaps the file list

12 years agocheck if element really exists before calling it. (e.g. for public shared files view...
Björn Schießle [Thu, 4 Oct 2012 12:31:06 +0000 (14:31 +0200)]
check if element really exists before calling it. (e.g. for public shared files view, elements like "navigation" doesn't exist)

12 years agoalways generate access token, also for forms shown to anonymous users (e.g. public...
Björn Schießle [Thu, 4 Oct 2012 11:54:30 +0000 (13:54 +0200)]
always generate access token, also for forms shown to anonymous users (e.g. public shares)

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 5 Oct 2012 00:06:09 +0000 (02:06 +0200)]
[tx-robot] updated from transifex

12 years agodon´t show negative numbers. this is only a quickfix. I still dont get why the Shared...
Frank Karlitschek [Thu, 4 Oct 2012 10:58:57 +0000 (12:58 +0200)]
don´t show negative numbers. this is only a quickfix. I still dont get why the Shared folder can be bigger than the root folder. Perhaps a inconsitency in the filecache?

12 years agoshare.expiration is null if no expiration date is set.
Björn Schießle [Thu, 4 Oct 2012 09:18:37 +0000 (11:18 +0200)]
share.expiration is null if no expiration date is set.

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 4 Oct 2012 00:07:35 +0000 (02:07 +0200)]
[tx-robot] updated from transifex

12 years agoShow correct public link url for folders
Michael Gapczynski [Wed, 3 Oct 2012 20:17:36 +0000 (16:17 -0400)]
Show correct public link url for folders

12 years agoPrevent displaying errors if public link url parameters are incorrect
Michael Gapczynski [Wed, 3 Oct 2012 20:14:34 +0000 (16:14 -0400)]
Prevent displaying errors if public link url parameters are incorrect

12 years agoRC2 v4.5.0RC2
Frank Karlitschek [Wed, 3 Oct 2012 10:39:48 +0000 (12:39 +0200)]
RC2

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

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 2 Oct 2012 21:18:26 +0000 (23:18 +0200)]
[tx-robot] updated from transifex

12 years agol18n support added to files_external/js
Thomas Mueller [Tue, 2 Oct 2012 21:09:28 +0000 (23:09 +0200)]
l18n support added to files_external/js

12 years agoCorrect checking item source for share from same owner when generating item target
Michael Gapczynski [Tue, 2 Oct 2012 20:37:39 +0000 (16:37 -0400)]
Correct checking item source for share from same owner when generating item target

12 years agowe are sharing the same file again if item_source of the already shared file and...
Björn Schießle [Tue, 2 Oct 2012 19:37:10 +0000 (21:37 +0200)]
we are sharing the same file again if item_source of the already shared file and the newly shared file is the same. Therefore we can use the same target name

12 years agoremove unnecessary code and add missing items to select statement
Björn Schießle [Tue, 2 Oct 2012 16:59:20 +0000 (18:59 +0200)]
remove unnecessary code and add missing items to select statement

12 years agoremove textbox after pressing "enter" even if the name is the same
Björn Schießle [Tue, 2 Oct 2012 16:38:17 +0000 (18:38 +0200)]
remove textbox after pressing "enter" even if the name is the same

12 years agoescape identifiers in queries
Jörn Friedrich Dreyer [Tue, 2 Oct 2012 12:10:44 +0000 (14:10 +0200)]
escape identifiers in queries

12 years agomerge all possible conflicts into on array
Björn Schießle [Tue, 2 Oct 2012 11:09:34 +0000 (13:09 +0200)]
merge all possible conflicts into on array

12 years agoautomatically remove and prevent installation of apps with a require version less...
Frank Karlitschek [Tue, 2 Oct 2012 10:10:45 +0000 (12:10 +0200)]
automatically remove and prevent installation of apps with a require version less than the current one. We check now the first ad second part of the version number.
Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release.
You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5

12 years agofix create folder and upload file issue on win, fixes oc-1747, solution follows sugge...
Arthur Schiwon [Tue, 2 Oct 2012 09:44:55 +0000 (11:44 +0200)]
fix create folder and upload file issue on win, fixes oc-1747, solution follows suggestion from bug tracker

12 years agoWe can't rely on the assumption that if the matching target is from the same owner...
Björn Schießle [Tue, 2 Oct 2012 09:37:26 +0000 (11:37 +0200)]
We can't rely on the assumption that if the matching target is from the same owner that the share type will be different.
Files in different folders can have the same name. Therefore also a unique name has to be generated if the matching
target it from the same user. Also for folders and files with the same name a unique target name has to be generated

If matching target is from the same owner, use the same target. The share type will be different so this isn't the sa

12 years agodon't use the complete path but the basename if the file/foder has no extension....
Björn Schießle [Tue, 2 Oct 2012 09:28:19 +0000 (11:28 +0200)]
don't use the complete path but the basename if the file/foder has no extension. Otherwise
we can end up with  different items in the shared directory with the same name (Also folder names can contain dots)

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 2 Oct 2012 00:06:08 +0000 (02:06 +0200)]
[tx-robot] updated from transifex

12 years agoFixed old, annoying css error that it turned out I had made myself :-P
Thomas Tanghus [Mon, 1 Oct 2012 21:42:45 +0000 (23:42 +0200)]
Fixed old, annoying css error that it turned out I had made myself :-P

12 years agoMerge pull request #23 from lipemat/patch-1
Lukas Reschke [Mon, 1 Oct 2012 17:28:51 +0000 (10:28 -0700)]
Merge pull request #23 from lipemat/patch-1

Fix the File Upload Button in Chrome
Arrow was showing under the button in Chrome. With this commit it should be shown correctly.

12 years agoSearch: fix Notice and thus broken search with activiated error reporting
Arthur Schiwon [Mon, 1 Oct 2012 17:11:26 +0000 (19:11 +0200)]
Search: fix Notice and thus broken search with activiated error reporting

12 years agoLDAP: fix sharing doesn't work with ldap groups, oc-1819
Arthur Schiwon [Mon, 1 Oct 2012 16:27:52 +0000 (18:27 +0200)]
LDAP: fix sharing doesn't work with ldap groups, oc-1819

12 years agoShare - Dropdown dialog - cut off username if it's longer than 14 chars - bugfix...
Georg Ehrke [Mon, 1 Oct 2012 14:04:20 +0000 (16:04 +0200)]
Share - Dropdown dialog - cut off username if it's longer than 14 chars - bugfix for oc-1871

12 years agoSharing: backward compatibility to links from OC 4.0.
Arthur Schiwon [Mon, 1 Oct 2012 12:39:47 +0000 (14:39 +0200)]
Sharing: backward compatibility to links from OC 4.0.

12 years agofix test case for when a user is logged in
Robin Appelman [Mon, 1 Oct 2012 12:07:34 +0000 (14:07 +0200)]
fix test case for when a user is logged in

12 years agoadd test to make sure filepaths that are passed to filesystems hooks are normalized
Robin Appelman [Mon, 1 Oct 2012 12:00:14 +0000 (14:00 +0200)]
add test to make sure filepaths that are passed to filesystems hooks are normalized

12 years agoUpdate apps/files/css/files.css
Mat Lipe [Mon, 1 Oct 2012 11:43:31 +0000 (06:43 -0500)]
Update apps/files/css/files.css

Fixed a strange comment issue

12 years agocode style
Robin Appelman [Mon, 1 Oct 2012 10:57:13 +0000 (12:57 +0200)]
code style

12 years agoUpdate apps/files/css/files.css
Mat Lipe [Mon, 1 Oct 2012 01:02:52 +0000 (20:02 -0500)]
Update apps/files/css/files.css

Fix the File Upload Button in Chrome. Tested in IE9-8-7, Firefox, Chrome

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 1 Oct 2012 00:08:31 +0000 (02:08 +0200)]
[tx-robot] updated from transifex

12 years agoupdate the filecache by setting mtimes to 0 when the mount configuration has changed...
Robin Appelman [Sun, 30 Sep 2012 14:12:16 +0000 (16:12 +0200)]
update the filecache by setting mtimes to 0 when the mount configuration has changed instead of clearing the cache

12 years agofix updating the filecache for when contents of a folder has changed
Robin Appelman [Sun, 30 Sep 2012 14:11:01 +0000 (16:11 +0200)]
fix updating the filecache for when contents of a folder has changed

12 years agofix mimetype detection using the 'file' command in some edge cases
Robin Appelman [Sun, 30 Sep 2012 01:58:58 +0000 (03:58 +0200)]
fix mimetype detection using the 'file' command in some edge cases

12 years agoreload the current url when login in instead of always redirecting to the default...
Robin Appelman [Sun, 30 Sep 2012 01:47:37 +0000 (03:47 +0200)]
reload the current url when login in instead of always redirecting to the default app (oc-1873)

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

12 years agoFix a typo
Lukas Reschke [Sat, 29 Sep 2012 21:08:20 +0000 (00:08 +0300)]
Fix a typo

12 years agoFix double url decoding in fileDownloadPath function
Bart Visscher [Sat, 29 Sep 2012 16:10:19 +0000 (18:10 +0200)]
Fix double url decoding in fileDownloadPath function

12 years agoMerge pull request #21 from raghunayyar/master
Lukas Reschke [Sat, 29 Sep 2012 15:21:42 +0000 (08:21 -0700)]
Merge pull request #21 from raghunayyar/master

CSS typo fixed.