]>
source.dussan.org Git - nextcloud-server.git/log
infoneo [Sat, 8 Jun 2013 16:44:58 +0000 (19:44 +0300)]
Update mapper.php
infoneo [Sat, 8 Jun 2013 15:39:25 +0000 (18:39 +0300)]
Update mapper.php
Now slugify is performed on whole filename (including extension). Changed method of adding index number (using regular expressions pathinfo() method removed).
infoneo [Sun, 12 May 2013 12:22:57 +0000 (15:22 +0300)]
Fixed problems with a dots in a filenames
infoneo [Sat, 11 May 2013 23:47:48 +0000 (01:47 +0200)]
Dots in a filenames fix
Robin Appelman [Fri, 26 Apr 2013 15:30:55 +0000 (17:30 +0200)]
Code style
icewind1991 [Fri, 26 Apr 2013 13:55:21 +0000 (06:55 -0700)]
Merge pull request #3136 from owncloud/mount-cleanup
Separation of mount management
Bart Visscher [Fri, 26 Apr 2013 13:30:59 +0000 (06:30 -0700)]
Merge pull request #3002 from owncloud/priorize_common_languages
Priorize common languages.
Bart Visscher [Fri, 26 Apr 2013 13:20:39 +0000 (06:20 -0700)]
Merge pull request #3026 from owncloud/cli-no-session
Don't start the session when in cli mode
Bart Visscher [Fri, 26 Apr 2013 12:56:09 +0000 (05:56 -0700)]
Merge pull request #3028 from owncloud/simplyfy-resource-locating
Simplify resource locating in templatelayout
Robin Appelman [Fri, 19 Apr 2013 13:18:27 +0000 (15:18 +0200)]
Don't start the session when in cli mode
Bart Visscher [Fri, 26 Apr 2013 12:51:07 +0000 (05:51 -0700)]
Merge pull request #2955 from owncloud/displaynames-numeric
Fix OC_User::getDisplaynames when using numeric user id's
Bart Visscher [Fri, 26 Apr 2013 12:33:09 +0000 (05:33 -0700)]
Merge pull request #2783 from Kondou-ger/improve_passwordresetscreen
Improve the password reset screen.
Bart Visscher [Fri, 19 Apr 2013 14:08:43 +0000 (16:08 +0200)]
Simplify app js locating for layout pages
Bart Visscher [Fri, 19 Apr 2013 09:08:26 +0000 (11:08 +0200)]
Simplify app css locating for layout pages
Bart Visscher [Fri, 26 Apr 2013 12:10:49 +0000 (05:10 -0700)]
Merge pull request #1872 from herbrechtsmeier/forcessl-with-ssl-proxy
Overwrite host and webroot when forcessl is enabled
Bart Visscher [Fri, 26 Apr 2013 08:59:20 +0000 (01:59 -0700)]
Merge pull request #2787 from owncloud/fix-password-autocomplete-2632
turn off autocompletion for password field
Jenkins for ownCloud [Fri, 26 Apr 2013 08:06:52 +0000 (10:06 +0200)]
[tx-robot] updated from transifex
Thomas Mueller [Fri, 26 Apr 2013 07:59:00 +0000 (09:59 +0200)]
adding resource type
Jenkins for ownCloud [Thu, 25 Apr 2013 23:58:21 +0000 (01:58 +0200)]
[tx-robot] updated from transifex
Robin Appelman [Thu, 25 Apr 2013 22:01:36 +0000 (00:01 +0200)]
Further seperation of mount management logic
Robin Appelman [Thu, 25 Apr 2013 22:00:18 +0000 (00:00 +0200)]
Cache: seperate handing of numeric storage id's to it's own class
Morris Jobke [Thu, 25 Apr 2013 21:10:16 +0000 (14:10 -0700)]
Merge pull request #3098 from jerrac/displaynamesaveontimeout
On the Personal Settings page, made the display name save like the email address saves
icewind1991 [Thu, 25 Apr 2013 15:07:07 +0000 (08:07 -0700)]
Merge pull request #3132 from owncloud/mount-setupfs
Make sure the filesystem is initialized when searching for mounts
Robin Appelman [Thu, 25 Apr 2013 14:56:48 +0000 (16:56 +0200)]
Have the filecache updater testcase clean the filesystem properly
Robin Appelman [Thu, 25 Apr 2013 14:11:48 +0000 (16:11 +0200)]
Make sure the filesystem is initialized when searching for mounts
Lukas Reschke [Thu, 25 Apr 2013 11:27:08 +0000 (14:27 +0300)]
Correct the parameter description
Thanks @kabum
Lukas Reschke [Thu, 25 Apr 2013 11:20:32 +0000 (14:20 +0300)]
Correct function description
$password is not supported
Thomas Tanghus [Thu, 25 Apr 2013 10:18:52 +0000 (03:18 -0700)]
Merge pull request #3126 from owncloud/json-utf8
use utf-8 encoding for json
Bernhard Posselt [Thu, 25 Apr 2013 09:36:41 +0000 (11:36 +0200)]
use utf-8 encoding for json
Bart Visscher [Thu, 25 Apr 2013 08:21:59 +0000 (01:21 -0700)]
Merge pull request #3094 from owncloud/log-ajax
fix logical issue while retrieving log via ajax
Jenkins for ownCloud [Wed, 24 Apr 2013 23:55:56 +0000 (01:55 +0200)]
[tx-robot] updated from transifex
Thomas Tanghus [Wed, 24 Apr 2013 20:33:05 +0000 (13:33 -0700)]
Merge pull request #2993 from owncloud/resolve_apps_lib_path
Let autoloader resolve paths under apps lib directory.
Lukas Reschke [Wed, 24 Apr 2013 17:55:38 +0000 (10:55 -0700)]
Merge pull request #3108 from owncloud/fileactions-order
Files: fix the order fileactions are computed for a file
Raghu Nayyar [Wed, 24 Apr 2013 16:33:37 +0000 (09:33 -0700)]
Merge pull request #3096 from owncloud/add_missing_space_for_new_groups
Fixing #3095
Jenkins for ownCloud [Wed, 24 Apr 2013 16:31:36 +0000 (18:31 +0200)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 24 Apr 2013 15:46:20 +0000 (17:46 +0200)]
[tx-robot] updated from transifex
icewind1991 [Wed, 24 Apr 2013 15:18:10 +0000 (08:18 -0700)]
Merge pull request #3112 from owncloud/markdown-mimetype
Add markdown to mimetype list
icewind1991 [Wed, 24 Apr 2013 15:17:42 +0000 (08:17 -0700)]
Merge pull request #3111 from owncloud/csp-audio
Allow loading of external media ressources
Lukas Reschke [Wed, 24 Apr 2013 15:02:12 +0000 (08:02 -0700)]
Merge pull request #3106 from IMM0rtalis/xframe_restriction_config
- xframe restriction configurable now
Robin Appelman [Wed, 24 Apr 2013 14:54:34 +0000 (16:54 +0200)]
Add markdown to mimetype list
Morris Jobke [Wed, 24 Apr 2013 14:47:14 +0000 (07:47 -0700)]
Merge pull request #3109 from owncloud/fix-2928
fix wrong shared icon description
Lukas Reschke [Wed, 24 Apr 2013 14:45:51 +0000 (16:45 +0200)]
Allow loading of external media ressources
Daniel Molkentin [Wed, 24 Apr 2013 14:14:33 +0000 (07:14 -0700)]
Merge pull request #3100 from owncloud/ensure_index_php
Fix for #3049
Morris Jobke [Wed, 24 Apr 2013 14:13:17 +0000 (16:13 +0200)]
fix wrong shared icon description
fix #2928
translation of string "Shared" has to be marked as located in "files" for the translation extractor
Frank Karlitschek [Wed, 24 Apr 2013 14:08:57 +0000 (07:08 -0700)]
Merge pull request #3103 from owncloud/default-theme
check if there is a default/ folder in the theme directory if no theme e...
Robin Appelman [Wed, 24 Apr 2013 13:26:36 +0000 (15:26 +0200)]
Files: fix the order fileactions are computed for a file
Daniel Molkentin [Wed, 24 Apr 2013 13:11:58 +0000 (15:11 +0200)]
sync parameters in setup.php with the ones in the actual .htaccess
Daniel Molkentin [Wed, 24 Apr 2013 13:11:53 +0000 (15:11 +0200)]
Try to prefer index.php over index.html in the same directory
Add JS redirect if that fails (HTTP-based redirects are disabled by
default in more recent Firefox versions).
Florian Scholz [Wed, 24 Apr 2013 12:45:40 +0000 (14:45 +0200)]
- xframe restriction configurable now
Bernhard Posselt [Wed, 24 Apr 2013 12:17:52 +0000 (14:17 +0200)]
use variable instead of relative path to file
kondou [Wed, 24 Apr 2013 12:17:13 +0000 (14:17 +0200)]
Fis syntax error and add user icon.
Bernhard Posselt [Wed, 24 Apr 2013 11:45:40 +0000 (13:45 +0200)]
check if there is a default/ folder in the theme directory if no theme exists
kondou [Wed, 24 Apr 2013 09:48:20 +0000 (11:48 +0200)]
Add space around checkboxes.
Morris Jobke [Wed, 24 Apr 2013 09:24:23 +0000 (02:24 -0700)]
Merge pull request #3089 from guruz/fix_ugly_config_writeability_error
Fix ugly error style on install
kondou [Tue, 23 Apr 2013 13:34:16 +0000 (15:34 +0200)]
Fix #3095.
Jenkins for ownCloud [Wed, 24 Apr 2013 00:01:20 +0000 (02:01 +0200)]
[tx-robot] updated from transifex
David Reagan [Tue, 23 Apr 2013 21:31:35 +0000 (14:31 -0700)]
Fixed comment in personal.js. Changed message text in changedisplayname.php.
David Reagan [Tue, 23 Apr 2013 19:45:12 +0000 (12:45 -0700)]
Made saving the display name work the same way as the email address. Fixed a few comparison operators. Increased the fadeOut time for the success and error messages.
Bernhard Posselt [Tue, 23 Apr 2013 19:21:39 +0000 (12:21 -0700)]
Merge pull request #3080 from owncloud/validate_redirect_mast
Disallow URLs containing a @
Frank Karlitschek [Tue, 23 Apr 2013 16:48:04 +0000 (09:48 -0700)]
Merge pull request #3092 from guruz/external_storage_check_for_curl
External Storage: Check for curl in PHP
Bart Visscher [Tue, 23 Apr 2013 16:44:38 +0000 (09:44 -0700)]
Merge pull request #3082 from owncloud/ldap_confcache_opt
LDAP: reset user/group-config association only after exists-check, may p...
Morris Jobke [Tue, 23 Apr 2013 15:59:31 +0000 (17:59 +0200)]
fix syntax layout
Lukas Reschke [Tue, 23 Apr 2013 14:17:36 +0000 (07:17 -0700)]
Merge pull request #3077 from owncloud/rename-checksourcepath
Files: also check if the source path is valid when doing a rename or copy operation
Morris Jobke [Tue, 23 Apr 2013 12:56:33 +0000 (14:56 +0200)]
remove log sort in admin section
doesn't work anymore, because now the datetime is saved as string (ref #2975)
Morris Jobke [Tue, 23 Apr 2013 12:39:28 +0000 (14:39 +0200)]
fix logical issue while retrieving log via ajax
kondou [Tue, 23 Apr 2013 10:36:27 +0000 (12:36 +0200)]
Oneliners, <br>, proper errors & print_unescaped()
Markus Goetz [Tue, 23 Apr 2013 10:36:30 +0000 (12:36 +0200)]
External Storage: Check for curl in PHP
If no curl is found, disable the storage that needs it.
kondou [Thu, 11 Apr 2013 15:20:14 +0000 (17:20 +0200)]
Don't split translation lines
kondou [Mon, 8 Apr 2013 20:41:15 +0000 (22:41 +0200)]
Fix syntax error.
kondou [Mon, 8 Apr 2013 05:11:35 +0000 (07:11 +0200)]
Improve the password reset screen.
Fixing #2752
Markus Goetz [Tue, 23 Apr 2013 09:06:28 +0000 (11:06 +0200)]
Fix ugly error style on install
By initializing the template engine first we can show the
'Can't write into config directory 'config'' error in a nice way instead
of plain unstyled HTML.
Jenkins for ownCloud [Tue, 23 Apr 2013 00:00:31 +0000 (02:00 +0200)]
[tx-robot] updated from transifex
Arthur Schiwon [Mon, 22 Apr 2013 23:00:27 +0000 (01:00 +0200)]
LDAP: reset user/group-config association only after exists-check, may performance in some cases
Bernhard Posselt [Mon, 22 Apr 2013 21:34:09 +0000 (14:34 -0700)]
Merge pull request #3074 from owncloud/sqlite3-raiseerror
Fix raiseError call in the MDB2 sqlite3 driver
Lukas Reschke [Mon, 22 Apr 2013 21:26:40 +0000 (00:26 +0300)]
Disallow URLs containing a @
Bernhard Posselt [Mon, 22 Apr 2013 20:28:18 +0000 (13:28 -0700)]
Merge pull request #3073 from owncloud/setup-error-message
Improve error message if user creation fails during setup
Bernhard Posselt [Mon, 22 Apr 2013 20:16:35 +0000 (13:16 -0700)]
Merge pull request #3078 from owncloud/files-dnd
Files: Fix XSS when creating dropshadow
Robin Appelman [Mon, 22 Apr 2013 19:54:25 +0000 (21:54 +0200)]
Files: Fix XSS when creating dropshadow
Robin Appelman [Mon, 22 Apr 2013 19:23:12 +0000 (21:23 +0200)]
Files: also check if the source path is valid when doing a rename or copy operation
Bart Visscher [Mon, 22 Apr 2013 18:45:09 +0000 (11:45 -0700)]
Merge pull request #3019 from owncloud/fix-3004
Test if we want a 3rdparty style/script before checking the 3rdparty root
Robin Appelman [Mon, 22 Apr 2013 18:34:00 +0000 (20:34 +0200)]
Fix raiseError call in the MDB2 sqlite3 driver
Robin Appelman [Mon, 22 Apr 2013 18:32:40 +0000 (20:32 +0200)]
Improve error message if user creation fails during setup
Jan-Christoph Borchardt [Mon, 22 Apr 2013 14:12:19 +0000 (07:12 -0700)]
Merge pull request #2983 from owncloud/style-details
Style details
Jenkins for ownCloud [Mon, 22 Apr 2013 00:00:20 +0000 (02:00 +0200)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 21 Apr 2013 00:04:42 +0000 (02:04 +0200)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 20 Apr 2013 00:02:09 +0000 (02:02 +0200)]
[tx-robot] updated from transifex
Bart Visscher [Fri, 19 Apr 2013 14:56:41 +0000 (07:56 -0700)]
Merge pull request #3020 from owncloud/cleaner-webdav-reason
Cleaner isWebDAVWorking reason, otherwise people overlook the reason
Bart Visscher [Fri, 19 Apr 2013 14:04:33 +0000 (16:04 +0200)]
Test if we want a 3rdparty style/script before checking the 3rdparty root
Bart Visscher [Fri, 19 Apr 2013 13:08:09 +0000 (06:08 -0700)]
Merge pull request #3024 from owncloud/file-delete-action
Fix #1164 and fix showing spinner on delete
Bart Visscher [Fri, 19 Apr 2013 11:46:11 +0000 (13:46 +0200)]
Fix displaying spinner on delete
Bart Visscher [Fri, 19 Apr 2013 11:45:40 +0000 (13:45 +0200)]
No need to strip slashes, json_decode handles that for us
Bart Visscher [Fri, 19 Apr 2013 10:44:54 +0000 (12:44 +0200)]
Cleaner isWebDAVWorking reason, otherwise people overlook the reason
Thomas Tanghus [Fri, 19 Apr 2013 08:17:35 +0000 (01:17 -0700)]
Merge pull request #3010 from owncloud/fix-cookie_path
Don't use empty session.cookie_path, otherwise we get multiple cookies
Morris Jobke [Fri, 19 Apr 2013 08:06:18 +0000 (10:06 +0200)]
modify password clone to password type right on submit to prevent the browser remind the content
Jenkins for ownCloud [Thu, 18 Apr 2013 23:57:39 +0000 (01:57 +0200)]
[tx-robot] updated from transifex
kondou [Thu, 18 Apr 2013 22:39:42 +0000 (00:39 +0200)]
Make divider not selectable
Very hacky
Thomas Tanghus [Thu, 18 Apr 2013 20:29:50 +0000 (22:29 +0200)]
Added explanation
Bart Visscher [Thu, 18 Apr 2013 19:11:55 +0000 (21:11 +0200)]
Don't use empty session.cookie_path, otherwise we get multiple cookies
kondou [Thu, 18 Apr 2013 12:17:37 +0000 (14:17 +0200)]
Priorize common languages.
Thomas Tanghus [Thu, 18 Apr 2013 06:30:09 +0000 (08:30 +0200)]
Let autoloader resolve paths under apps lib directory.