]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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.

12 years agoUpdate settings/css/settings.css
Raghu Nayyar [Sat, 29 Sep 2012 15:20:37 +0000 (20:50 +0530)]
Update settings/css/settings.css

CSS typo fixed.

12 years agoFallback for systems without openssl
Lukas Reschke [Sat, 29 Sep 2012 14:44:02 +0000 (16:44 +0200)]
Fallback for systems without openssl

12 years agomt_rand() is not secure from a cryptographic point of view, let's use openssl_random_...
Lukas Reschke [Sat, 29 Sep 2012 13:41:13 +0000 (15:41 +0200)]
mt_rand() is not secure from a cryptographic point of view, let's use openssl_random_pseudo_bytes() here

12 years agorand() + uniqid() are not from cryptographic quality
Lukas Reschke [Sat, 29 Sep 2012 13:33:10 +0000 (15:33 +0200)]
rand() + uniqid() are not from cryptographic quality

12 years agoRemoved sectoken
Lukas Reschke [Sat, 29 Sep 2012 13:18:38 +0000 (15:18 +0200)]
Removed sectoken

This token is completly useless since an attacker can easily extract it
from the page.

12 years agoRemoved sectoken
Lukas Reschke [Sat, 29 Sep 2012 13:15:35 +0000 (15:15 +0200)]
Removed sectoken

This token is completly useless since an attacker can easily extract it
from the page.

12 years agomt_rand() is not secure from a security point of view and predictable. Let's use...
Lukas Reschke [Sat, 29 Sep 2012 13:03:09 +0000 (15:03 +0200)]
mt_rand() is not secure from a security point of view and predictable. Let's use openssl_random_pseudo_bytes() instead.

Before: 26 bits entropy
After: 72 bits entropy

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

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 28 Sep 2012 21:36:09 +0000 (23:36 +0200)]
[tx-robot] updated from transifex

12 years agoMerge pull request #20 from scambra/undo-l10n
Thomas Müller [Fri, 28 Sep 2012 21:32:44 +0000 (14:32 -0700)]
Merge pull request #20 from scambra/undo-l10n

undo interpolation in js for 4.5

12 years agoDo urlencoding in linkTo functions
Bart Visscher [Fri, 28 Sep 2012 20:27:52 +0000 (22:27 +0200)]
Do urlencoding in linkTo functions

12 years agoFix syntax error in removeETagHook
Bart Visscher [Fri, 28 Sep 2012 19:30:06 +0000 (21:30 +0200)]
Fix syntax error in removeETagHook

12 years agoAfter selecting a search result, hide the results
Bart Visscher [Fri, 28 Sep 2012 19:18:11 +0000 (21:18 +0200)]
After selecting a search result, hide the results

12 years agourlencode filename in search result, fixes problems with & in name
Bart Visscher [Fri, 28 Sep 2012 19:15:48 +0000 (21:15 +0200)]
urlencode filename in search result, fixes problems with & in name

12 years agoSimplify generating file search results
Bart Visscher [Fri, 28 Sep 2012 19:14:59 +0000 (21:14 +0200)]
Simplify generating file search results

12 years agoCorrectly fix oc-1016 and fix downloading of files
Bart Visscher [Fri, 28 Sep 2012 15:03:00 +0000 (17:03 +0200)]
Correctly fix oc-1016 and fix downloading of files

12 years agoMerge pull request #19 from arkascha/master
Lukas Reschke [Fri, 28 Sep 2012 17:54:11 +0000 (10:54 -0700)]
Merge pull request #19 from arkascha/master

Reimplementation of CSRF protection strategy

12 years agoundo interpolation in js for 4.5
scambra [Fri, 28 Sep 2012 17:53:18 +0000 (19:53 +0200)]
undo interpolation in js for 4.5

12 years agoFix to preserve backward compatibility for apps creating static links containing...
Christian Reiner [Fri, 28 Sep 2012 16:57:20 +0000 (18:57 +0200)]
Fix to preserve backward compatibility for apps creating static links containing the request token (currently the contacts app and maybe some 3rd party implementations)

12 years agoetag has to be removed after version rollback to enable the sync client to detect...
Björn Schießle [Fri, 28 Sep 2012 16:47:54 +0000 (18:47 +0200)]
etag has to be removed after version rollback to enable the sync client to detect the changes (bug #1829)

12 years agomove back to "lastmodified" property since "getlastmodified" is protected by webdav
Björn Schießle [Fri, 28 Sep 2012 15:44:46 +0000 (17:44 +0200)]
move back to "lastmodified" property since "getlastmodified" is protected by webdav

12 years agoAdded name to AUTHORS file, since mentioned in file headers.
Christian Reiner [Fri, 28 Sep 2012 14:38:25 +0000 (16:38 +0200)]
Added name to AUTHORS file, since mentioned in file headers.

12 years agoMerge branch 'master' of git://github.com/owncloud/core
Christian Reiner [Fri, 28 Sep 2012 11:31:01 +0000 (13:31 +0200)]
Merge branch 'master' of git://github.com/owncloud/core

12 years agoReimplementation of CSRF protection including autorefresh
Christian Reiner [Fri, 28 Sep 2012 11:30:44 +0000 (13:30 +0200)]
Reimplementation of CSRF protection including autorefresh

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

12 years agosome more sane column sizes for appconfig and preferences
Robin Appelman [Thu, 27 Sep 2012 20:49:01 +0000 (22:49 +0200)]
some more sane column sizes for appconfig and preferences

12 years agoThis .gitkeep is unneeded
Lukas Reschke [Thu, 27 Sep 2012 20:24:51 +0000 (22:24 +0200)]
This .gitkeep is unneeded

12 years agoLDAP: comparison, not assignment. Thanks to Manuel Delgado
Arthur Schiwon [Thu, 27 Sep 2012 17:52:52 +0000 (19:52 +0200)]
LDAP: comparison, not assignment. Thanks to Manuel Delgado

12 years agocheck if file really exist before add/remove it
Björn Schießle [Thu, 27 Sep 2012 10:37:23 +0000 (12:37 +0200)]
check if file really exist before add/remove it

12 years agoonly upload valid ssl root certificates
Björn Schießle [Thu, 27 Sep 2012 09:20:37 +0000 (11:20 +0200)]
only upload valid ssl root certificates

12 years agoRC 1 v4.5.0RC1
Frank Karlitschek [Thu, 27 Sep 2012 02:10:19 +0000 (04:10 +0200)]
RC 1

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

12 years agotake '\' on windows systems into account to prevent file deletion above upload direectory
Björn Schießle [Wed, 26 Sep 2012 21:08:40 +0000 (23:08 +0200)]
take '\' on windows systems into account to prevent file deletion above upload direectory

12 years agofix security issue, don't allow to go back in the path
Björn Schießle [Wed, 26 Sep 2012 19:35:14 +0000 (21:35 +0200)]
fix security issue, don't allow to go back in the path

12 years agoThe mtime in the file cache has to be updated after version rollback (copy from outsi...
Björn Schießle [Wed, 26 Sep 2012 15:03:54 +0000 (17:03 +0200)]
The mtime in the file cache has to be updated after version rollback (copy from outside of the regular files root) (fixes bug #1720)

12 years agofix sharing for newly uploaded or created files
Robin Appelman [Wed, 26 Sep 2012 11:24:41 +0000 (13:24 +0200)]
fix sharing for newly uploaded or created files

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 26 Sep 2012 11:22:37 +0000 (13:22 +0200)]
[tx-robot] updated from transifex

12 years agoPython language setting on gettext
Thomas Müller [Wed, 26 Sep 2012 11:17:12 +0000 (14:17 +0300)]
Python language setting on gettext

gettext with language setting 'Python' gives better results than 'Perl'

12 years agoprepare server for move of property name "lastmodified" to "getlastmodified" accordin...
Björn Schießle [Wed, 26 Sep 2012 11:05:12 +0000 (13:05 +0200)]
prepare server for move of property name "lastmodified" to "getlastmodified" according to RFC4918.
Depreciated const can be removed after sync client update and release

12 years agoSharing: write update errors to logfile; do not die on errors
Arthur Schiwon [Wed, 26 Sep 2012 10:27:34 +0000 (12:27 +0200)]
Sharing: write update errors to logfile; do not die on errors

12 years agoMerge branch 'master' of github.com:owncloud/core
Björn Schießle [Wed, 26 Sep 2012 08:50:06 +0000 (10:50 +0200)]
Merge branch 'master' of github.com:owncloud/core

12 years ago- take webdav namespace for properties into account
Björn Schießle [Wed, 26 Sep 2012 08:48:30 +0000 (10:48 +0200)]
- take webdav namespace for properties into account
- change update routine to add the namesapce to all stored properties

12 years agoFix unsetting share expiration date
Michael Gapczynski [Wed, 26 Sep 2012 04:09:35 +0000 (00:09 -0400)]
Fix unsetting share expiration date

12 years agoShow share expiration date set for shared item
Michael Gapczynski [Wed, 26 Sep 2012 04:04:27 +0000 (00:04 -0400)]
Show share expiration date set for shared item

12 years agoProperly format the share expiration time for the database, fixes bug oc-1779
Michael Gapczynski [Wed, 26 Sep 2012 03:54:46 +0000 (23:54 -0400)]
Properly format the share expiration time for the database, fixes bug oc-1779

12 years agoStop autocomplete selection event propogration so share dropdown doesn't disappear...
Michael Gapczynski [Wed, 26 Sep 2012 03:18:36 +0000 (23:18 -0400)]
Stop autocomplete selection event propogration so share dropdown doesn't disappear, fixes bug oc-1773

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

12 years agoAdd OC_Files::searchByMime function
Bart Visscher [Tue, 25 Sep 2012 15:57:54 +0000 (17:57 +0200)]
Add OC_Files::searchByMime function

Include shared files in result

12 years agoPasswords containing a ":" don't work with this explode
Lukas Reschke [Tue, 25 Sep 2012 17:57:40 +0000 (19:57 +0200)]
Passwords containing a ":" don't work with this explode

Thanks to mETz

12 years agoAdd missing Sharing permission
Arthur Schiwon [Tue, 25 Sep 2012 16:01:56 +0000 (18:01 +0200)]
Add missing Sharing permission

12 years agoSharing update: take over reshares and thus don't fail
Arthur Schiwon [Tue, 25 Sep 2012 10:04:15 +0000 (12:04 +0200)]
Sharing update: take over reshares and thus don't fail

12 years agoMerge branch 'master' of github.com:owncloud/core
Björn Schießle [Tue, 25 Sep 2012 10:02:02 +0000 (12:02 +0200)]
Merge branch 'master' of github.com:owncloud/core

12 years agoseperate the form to set up the mount points and the form to upload ssl certificates
Björn Schießle [Tue, 25 Sep 2012 10:01:09 +0000 (12:01 +0200)]
seperate the form to set up the mount points and the form to upload ssl certificates

12 years agoFix files_sharing update script, by making filesystem and users available
Arthur Schiwon [Tue, 25 Sep 2012 09:47:45 +0000 (11:47 +0200)]
Fix files_sharing update script, by making filesystem and users available

12 years agobackwards compat to older xcache versions, don't fail when trying to clear cache...
Arthur Schiwon [Tue, 25 Sep 2012 09:06:22 +0000 (11:06 +0200)]
backwards compat to older xcache versions, don't fail when trying to clear cache by prefix

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

12 years agoFix getting individual shared file information
Bart Visscher [Mon, 24 Sep 2012 18:39:20 +0000 (20:39 +0200)]
Fix getting individual shared file information

12 years agoSmall css fix for button new in files. fix oc-1638
Brice Maron [Mon, 24 Sep 2012 18:40:59 +0000 (18:40 +0000)]
Small css fix for button new in files. fix oc-1638

12 years agouse file instead of dir in search provider file fix result urls
Jörn Friedrich Dreyer [Mon, 24 Sep 2012 17:24:20 +0000 (19:24 +0200)]
use file instead of dir in search provider file fix result urls

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

12 years agoFix typo
Lukas Reschke [Sun, 23 Sep 2012 18:49:46 +0000 (21:49 +0300)]
Fix typo

12 years agoCorrect "ownCloud"
Lukas Reschke [Sun, 23 Sep 2012 17:23:37 +0000 (20:23 +0300)]
Correct "ownCloud"

12 years agosome js style fixes
Robin Appelman [Sun, 23 Sep 2012 01:16:52 +0000 (03:16 +0200)]
some js style fixes

12 years agofix some more phpdoc
Robin Appelman [Sun, 23 Sep 2012 00:39:11 +0000 (02:39 +0200)]
fix some more phpdoc

12 years agofix phpdoc and handle some edges cases better in oc_db
Robin Appelman [Sat, 22 Sep 2012 23:52:34 +0000 (01:52 +0200)]
fix phpdoc and handle some edges cases better in oc_db

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

12 years agoUpdate authors
Lukas Reschke [Sat, 22 Sep 2012 20:03:28 +0000 (23:03 +0300)]
Update authors

Copied from http://owncloud.org/about/contact/

12 years agoSanitize download URL
Lukas Reschke [Sat, 22 Sep 2012 09:20:17 +0000 (11:20 +0200)]
Sanitize download URL

@MTGap Can you please check if this break something?

12 years agoAdded a missing CSRF check
Lukas Reschke [Sat, 22 Sep 2012 09:02:03 +0000 (11:02 +0200)]
Added a missing CSRF check

12 years agoSanitize user input
Lukas Reschke [Sat, 22 Sep 2012 08:51:03 +0000 (10:51 +0200)]
Sanitize user input

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

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 21 Sep 2012 23:18:31 +0000 (01:18 +0200)]
[tx-robot] updated from transifex

12 years agoMerge pull request #15 from scambra/delete-fixes
Thomas Müller [Fri, 21 Sep 2012 23:11:11 +0000 (16:11 -0700)]
Merge pull request #15 from scambra/delete-fixes

use post to delete files, get has a limit and fails with many files

12 years agoMerge pull request #17 from scambra/4.5-l10n-fixes
Thomas Müller [Fri, 21 Sep 2012 23:09:30 +0000 (16:09 -0700)]
Merge pull request #17 from scambra/4.5-l10n-fixes

Fix some untranslated strings

12 years agoCatch exceptions when updating an app
Bart Visscher [Fri, 21 Sep 2012 21:32:52 +0000 (23:32 +0200)]
Catch exceptions when updating an app

12 years agoCatch exceptions in upgrading files_sharing, skip the errors for now
Bart Visscher [Fri, 21 Sep 2012 21:25:57 +0000 (23:25 +0200)]
Catch exceptions in upgrading files_sharing, skip the errors for now

12 years agoFix the mimetype filter in OC_Share_Backend_File
Bart Visscher [Fri, 21 Sep 2012 21:17:12 +0000 (23:17 +0200)]
Fix the mimetype filter in OC_Share_Backend_File

12 years agoCheck mimetype filter in file share backend
Bart Visscher [Fri, 21 Sep 2012 19:32:09 +0000 (21:32 +0200)]
Check mimetype filter in file share backend

12 years agoFix undefined user var, use getUser
Bart Visscher [Fri, 21 Sep 2012 19:29:37 +0000 (21:29 +0200)]
Fix undefined user var, use getUser

12 years agoForgot to return the fileinfo
Bart Visscher [Fri, 21 Sep 2012 19:28:53 +0000 (21:28 +0200)]
Forgot to return the fileinfo