]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoSharing: only determine path root if owner is available
Arthur Schiwon [Sat, 17 Aug 2013 16:45:36 +0000 (18:45 +0200)]
Sharing: only determine path root if owner is available

11 years agoLDAP: fix wrong hook name
Arthur Schiwon [Sat, 17 Aug 2013 15:55:46 +0000 (17:55 +0200)]
LDAP: fix wrong hook name

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 21 Aug 2013 12:14:27 +0000 (08:14 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #4262 from owncloud/fix_jslint_kondou
Christopher [Tue, 20 Aug 2013 19:45:10 +0000 (12:45 -0700)]
Merge pull request #4262 from owncloud/fix_jslint_kondou

Fix some JSLint warnings

11 years agoMerge pull request #4447 from owncloud/fix_4351_master
Morris Jobke [Tue, 20 Aug 2013 09:49:48 +0000 (02:49 -0700)]
Merge pull request #4447 from owncloud/fix_4351_master

Use JSON to send/receive group data.

11 years agoMerge pull request #4512 from owncloud/readdir-strict-equals
Thomas Müller [Tue, 20 Aug 2013 08:17:25 +0000 (01:17 -0700)]
Merge pull request #4512 from owncloud/readdir-strict-equals

use strict equals in readdir loops to prevent issues with '0' files

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 19 Aug 2013 19:14:38 +0000 (15:14 -0400)]
[tx-robot] updated from transifex

11 years agoMerge branch 'master' into readdir-strict-equals
Georg Ehrke [Mon, 19 Aug 2013 15:30:56 +0000 (17:30 +0200)]
Merge branch 'master' into readdir-strict-equals

11 years agoMerge pull request #4510 from owncloud/f_e_webdav_urlencoding
Thomas Müller [Mon, 19 Aug 2013 12:13:20 +0000 (05:13 -0700)]
Merge pull request #4510 from owncloud/f_e_webdav_urlencoding

Fix files_external webdav up and download when path contains ' '

11 years agoMerge pull request #4467 from owncloud/storage-wrapper-quota
icewind1991 [Mon, 19 Aug 2013 10:38:55 +0000 (03:38 -0700)]
Merge pull request #4467 from owncloud/storage-wrapper-quota

Move quota logic from filesystem proxy to storage wrapper

11 years agouse strict equals in readdir loops to prevent issues with '0' files
Robin Appelman [Mon, 19 Aug 2013 10:04:53 +0000 (12:04 +0200)]
use strict equals in readdir loops to prevent issues with '0' files

11 years agoreplace ' ' with '%20' in urls for curl
Jörn Friedrich Dreyer [Mon, 19 Aug 2013 09:09:55 +0000 (11:09 +0200)]
replace ' ' with '%20' in urls for curl

11 years agoMerge pull request #4509 from owncloud/add-odf-templates-master
Morris Jobke [Mon, 19 Aug 2013 08:54:54 +0000 (01:54 -0700)]
Merge pull request #4509 from owncloud/add-odf-templates-master

adding file templates for ods, odt and odp

11 years agoadding file templates for ods, odt and odp
Thomas Müller [Sun, 18 Aug 2013 19:11:11 +0000 (21:11 +0200)]
adding file templates for ods, odt and odp

11 years agoMerge pull request #4239 from owncloud/decrypt_files_again
Björn Schießle [Sun, 18 Aug 2013 16:51:48 +0000 (09:51 -0700)]
Merge pull request #4239 from owncloud/decrypt_files_again

Enable user to decrypt files again after encryption app was disabled

11 years agoMerge pull request #4498 from owncloud/uploadprogress-near-uploadbutton
Christopher [Sun, 18 Aug 2013 16:30:47 +0000 (09:30 -0700)]
Merge pull request #4498 from owncloud/uploadprogress-near-uploadbutton

move upload progress bar near upload button, more contextual

11 years agoMerge pull request #4497 from owncloud/newlines_at_eof_kondou
Kondou [Sun, 18 Aug 2013 14:16:15 +0000 (07:16 -0700)]
Merge pull request #4497 from owncloud/newlines_at_eof_kondou

Add newlines at the end of files

11 years agoPort DAV groupMemberSet fix to master #4458
Thomas Tanghus [Sun, 18 Aug 2013 13:53:52 +0000 (15:53 +0200)]
Port DAV groupMemberSet fix to master #4458

11 years agoMerge pull request #4496 from owncloud/fixing-error-page-layout-master
Kondou [Sun, 18 Aug 2013 13:46:48 +0000 (06:46 -0700)]
Merge pull request #4496 from owncloud/fixing-error-page-layout-master

fixing error page layout

11 years agoMerge pull request #4485 from guruz/class_autoloader_optimization
Markus Goetz [Sun, 18 Aug 2013 10:32:13 +0000 (03:32 -0700)]
Merge pull request #4485 from guruz/class_autoloader_optimization

Class Auto Loader: Cache paths in APC

11 years agoClass Auto Loader: Cache paths in APC
Markus Goetz [Sat, 17 Aug 2013 14:01:37 +0000 (16:01 +0200)]
Class Auto Loader: Cache paths in APC

Using benchmark_single.php (from administration repo) I can
measure a speed improvement of 5% to 20% loading the /index.php
when logged in. (when using APC and php-fpm).

11 years agoMerge pull request #4483 from owncloud/compare-true-false
Bart Visscher [Sun, 18 Aug 2013 10:26:35 +0000 (03:26 -0700)]
Merge pull request #4483 from owncloud/compare-true-false

Compare result are already true/false

11 years agoMerge pull request #4486 from owncloud/ldap_adjust_cache
Bart Visscher [Sun, 18 Aug 2013 09:50:41 +0000 (02:50 -0700)]
Merge pull request #4486 from owncloud/ldap_adjust_cache

LDAP: use memcache if available

11 years agomerge master in storage-wrapper-quota
Robin Appelman [Sun, 18 Aug 2013 09:34:56 +0000 (11:34 +0200)]
merge master in storage-wrapper-quota

11 years agorevert changes to 3rdparty submodule reference
Bjoern Schiessle [Sun, 18 Aug 2013 09:31:25 +0000 (11:31 +0200)]
revert changes to 3rdparty submodule reference

11 years agoremove unneeded extra ID selectors
Jan-Christoph Borchardt [Sun, 18 Aug 2013 09:27:51 +0000 (11:27 +0200)]
remove unneeded extra ID selectors

11 years agodon't change the etags if a file gets encrypted/decrypted to avoid that the sync...
Bjoern Schiessle [Sun, 18 Aug 2013 09:21:01 +0000 (11:21 +0200)]
don't change the etags if a file gets encrypted/decrypted to avoid that the sync client downloads all files again

11 years agomove upload progress bar near upload button, more contextual
Jan-Christoph Borchardt [Sun, 18 Aug 2013 09:18:16 +0000 (11:18 +0200)]
move upload progress bar near upload button, more contextual

11 years agoMerge pull request #4493 from owncloud/fixing-initL10n-master
Owen Winkler [Sun, 18 Aug 2013 09:18:04 +0000 (02:18 -0700)]
Merge pull request #4493 from owncloud/fixing-initL10n-master

fixing undefined js error

11 years agoFixed inconsistent spacing.
Owen Winkler [Sun, 18 Aug 2013 09:17:28 +0000 (05:17 -0400)]
Fixed inconsistent spacing.

11 years agoAdd _many_ newlines at the end of files
kondou [Sun, 18 Aug 2013 09:02:08 +0000 (11:02 +0200)]
Add _many_ newlines at the end of files

11 years agoBreak long lines into smaller ones.
Owen Winkler [Sun, 18 Aug 2013 09:03:20 +0000 (05:03 -0400)]
Break long lines into smaller ones.

11 years agoMerge pull request #4426 from owncloud/ldap_settings_design
Jan-Christoph Borchardt [Sun, 18 Aug 2013 08:52:51 +0000 (01:52 -0700)]
Merge pull request #4426 from owncloud/ldap_settings_design

Ldap settings design

11 years agofixing error page layout
Thomas Müller [Sun, 18 Aug 2013 08:30:21 +0000 (10:30 +0200)]
fixing error page layout

11 years agoMerge branch 'master' into fix_jslint_kondou
kondou [Sat, 17 Aug 2013 22:38:52 +0000 (00:38 +0200)]
Merge branch 'master' into fix_jslint_kondou

Conflicts:
apps/files/js/file-upload.js

11 years agoUse boolean casting for bitwise and result.
Andreas Fischer [Sat, 17 Aug 2013 21:41:37 +0000 (23:41 +0200)]
Use boolean casting for bitwise and result.

11 years agoAdd trailing comma for all touched array lines.
Andreas Fischer [Sat, 17 Aug 2013 21:39:26 +0000 (23:39 +0200)]
Add trailing comma for all touched array lines.

11 years agoFix spacing of all touched lines.
Andreas Fischer [Sat, 17 Aug 2013 21:38:26 +0000 (23:38 +0200)]
Fix spacing of all touched lines.

11 years agofixing undefined js error
Thomas Müller [Sat, 17 Aug 2013 17:24:06 +0000 (19:24 +0200)]
fixing undefined js error

11 years agoMerge pull request #4339 from owncloud/mimetype-defaults
Thomas Müller [Sat, 17 Aug 2013 15:42:49 +0000 (08:42 -0700)]
Merge pull request #4339 from owncloud/mimetype-defaults

Add the option to provide templates for newly created files

11 years agoLDAP: use memcache if available
Arthur Schiwon [Sat, 17 Aug 2013 15:22:54 +0000 (17:22 +0200)]
LDAP: use memcache if available

11 years agoMerge pull request #4427 from owncloud/fix_4425
Morris Jobke [Sat, 17 Aug 2013 15:09:07 +0000 (08:09 -0700)]
Merge pull request #4427 from owncloud/fix_4425

use OC files API to create missing directory

11 years agoMerge pull request #4482 from owncloud/remove_cancel_button_filepicker
Kondou [Sat, 17 Aug 2013 13:58:34 +0000 (06:58 -0700)]
Merge pull request #4482 from owncloud/remove_cancel_button_filepicker

Remove cancel button from filepicker

11 years agoswitched to dirname()
Bjoern Schiessle [Sat, 17 Aug 2013 11:49:42 +0000 (13:49 +0200)]
switched to dirname()

11 years agoadded missing parameter documentation
Bjoern Schiessle [Sat, 17 Aug 2013 11:46:33 +0000 (13:46 +0200)]
added missing parameter documentation

11 years agoMerge pull request #4475 from owncloud/brighter-font-color
Morris Jobke [Sat, 17 Aug 2013 11:37:49 +0000 (04:37 -0700)]
Merge pull request #4475 from owncloud/brighter-font-color

change font on login/install page from black to white

11 years agoMerge pull request #4481 from owncloud/fix_versioning_size_check
Björn Schießle [Sat, 17 Aug 2013 11:37:09 +0000 (04:37 -0700)]
Merge pull request #4481 from owncloud/fix_versioning_size_check

first check if file exists before checking the files size

11 years agoadded createMissingDirectories() method
Bjoern Schiessle [Sat, 17 Aug 2013 11:28:35 +0000 (13:28 +0200)]
added createMissingDirectories() method

11 years agoMerge branch 'master' into decrypt_files_again
Bjoern Schiessle [Sat, 17 Aug 2013 11:15:22 +0000 (13:15 +0200)]
Merge branch 'master' into decrypt_files_again

Conflicts:
apps/files_encryption/tests/keymanager.php

11 years agoMerge pull request #4352 from owncloud/encryption_clean_up
Björn Schießle [Sat, 17 Aug 2013 11:10:15 +0000 (04:10 -0700)]
Merge pull request #4352 from owncloud/encryption_clean_up

crypt.php clean up

11 years agoCompare result are already true/false
Bart Visscher [Sat, 17 Aug 2013 10:58:10 +0000 (12:58 +0200)]
Compare result are already true/false

11 years agoLDAP: only connect to LDAP once on login
Arthur Schiwon [Wed, 14 Aug 2013 14:03:18 +0000 (16:03 +0200)]
LDAP: only connect to LDAP once on login

11 years agoMerge pull request #4471 from owncloud/password-icon
Thomas Müller [Sat, 17 Aug 2013 10:16:11 +0000 (03:16 -0700)]
Merge pull request #4471 from owncloud/password-icon

use proper password icon, three dots are 'more'

11 years agoMerge pull request #4476 from owncloud/doc-on-master
Thomas Müller [Sat, 17 Aug 2013 10:13:17 +0000 (03:13 -0700)]
Merge pull request #4476 from owncloud/doc-on-master

fix difference between packaged version and master

11 years agoMerge pull request #4480 from owncloud/remove-ru_RU-master
Thomas Müller [Sat, 17 Aug 2013 10:10:42 +0000 (03:10 -0700)]
Merge pull request #4480 from owncloud/remove-ru_RU-master

remove ru_RU - fixes #3135

11 years agoRemove cancel button from filepicker
kondou [Sat, 17 Aug 2013 10:07:58 +0000 (12:07 +0200)]
Remove cancel button from filepicker

Having the cancel button in the bottom right corner was a bit confusing.
It's useless anyways, since there's a X in the top right.

11 years agoMerge pull request #4193 from owncloud/versions_fix_css
Morris Jobke [Sat, 17 Aug 2013 10:01:24 +0000 (03:01 -0700)]
Merge pull request #4193 from owncloud/versions_fix_css

Versions fix css

11 years agofirst check if file exists before checking the files size
Bjoern Schiessle [Sat, 17 Aug 2013 09:57:50 +0000 (11:57 +0200)]
first check if file exists before checking the files size

11 years agofixes for IE8
Morris Jobke [Sat, 17 Aug 2013 09:56:52 +0000 (11:56 +0200)]
fixes for IE8

11 years agoremove ru_RU - fixes #3135
Thomas Müller [Sat, 17 Aug 2013 09:43:37 +0000 (11:43 +0200)]
remove ru_RU - fixes #3135

11 years agoincrease width of versions dialog
Bjoern Schiessle [Sat, 17 Aug 2013 09:01:43 +0000 (11:01 +0200)]
increase width of versions dialog

11 years agofix difference between packaged version and master
Morris Jobke [Sat, 17 Aug 2013 08:33:11 +0000 (10:33 +0200)]
fix difference between packaged version and master

11 years agochange font on login/install page from black to white
Morris Jobke [Sat, 17 Aug 2013 08:26:30 +0000 (10:26 +0200)]
change font on login/install page from black to white

11 years agouse proper password icon, three dots are 'more'
Jan-Christoph Borchardt [Fri, 16 Aug 2013 15:59:48 +0000 (17:59 +0200)]
use proper password icon, three dots are 'more'

11 years agoremove outdated quota proxy
Robin Appelman [Fri, 16 Aug 2013 13:50:50 +0000 (15:50 +0200)]
remove outdated quota proxy

11 years agofix quota wrapper reporting negative free_space, breaking user interface
Robin Appelman [Fri, 16 Aug 2013 13:48:45 +0000 (15:48 +0200)]
fix quota wrapper reporting negative free_space, breaking user interface

return 0 instead

11 years agoMerge pull request #4442 from owncloud/no-smb-client-on-windows-master
Morris Jobke [Fri, 16 Aug 2013 09:48:42 +0000 (02:48 -0700)]
Merge pull request #4442 from owncloud/no-smb-client-on-windows-master

no files external for SMB on windows

11 years agoMerge pull request #4314 from owncloud/css-fixes
Jan-Christoph Borchardt [Fri, 16 Aug 2013 08:05:29 +0000 (01:05 -0700)]
Merge pull request #4314 from owncloud/css-fixes

Design fixes

11 years agoMerge pull request #4032 from owncloud/more-whitespace
Morris Jobke [Fri, 16 Aug 2013 08:02:03 +0000 (01:02 -0700)]
Merge pull request #4032 from owncloud/more-whitespace

More whitespace

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 16 Aug 2013 05:32:30 +0000 (01:32 -0400)]
[tx-robot] updated from transifex

11 years agotixing width and position of wider error messages
Thomas Müller [Thu, 15 Aug 2013 22:56:09 +0000 (00:56 +0200)]
tixing width and position of wider error messages

11 years agoMerge pull request #4113 from owncloud/delete-fix
Jan-Christoph Borchardt [Thu, 15 Aug 2013 22:31:42 +0000 (15:31 -0700)]
Merge pull request #4113 from owncloud/delete-fix

Delete icon fix

11 years agocommunicate size of newly created file back and update UI
Thomas Müller [Thu, 15 Aug 2013 22:31:27 +0000 (00:31 +0200)]
communicate size of newly created file back and update UI

11 years agomerge master into css-fixes
Jan-Christoph Borchardt [Thu, 15 Aug 2013 22:29:43 +0000 (00:29 +0200)]
merge master into css-fixes

11 years agoMerge branch 'master' into mimetype-defaults
Thomas Müller [Thu, 15 Aug 2013 22:13:10 +0000 (00:13 +0200)]
Merge branch 'master' into mimetype-defaults

Conflicts:
apps/files/ajax/newfile.php

11 years agoforce show loading icon also for IE
Jan-Christoph Borchardt [Thu, 15 Aug 2013 22:02:11 +0000 (00:02 +0200)]
force show loading icon also for IE

11 years agomerge master into more-whitespace
Jan-Christoph Borchardt [Thu, 15 Aug 2013 21:25:20 +0000 (23:25 +0200)]
merge master into more-whitespace

11 years agoMerge pull request #4354 from owncloud/fix_2711_shared_icon_disappears_on_firefox
Thomas Müller [Thu, 15 Aug 2013 21:08:01 +0000 (14:08 -0700)]
Merge pull request #4354 from owncloud/fix_2711_shared_icon_disappears_on_firefox

fix #2711 using a custom event, also use css selectors over filterAttr

11 years agoMerge pull request #4443 from owncloud/remove-jplayer-from-core-css
Thomas Müller [Thu, 15 Aug 2013 15:38:56 +0000 (08:38 -0700)]
Merge pull request #4443 from owncloud/remove-jplayer-from-core-css

remove jPlayer css rules from core css file

11 years agoLDAP: Update Host in configuration chooser on Save
Arthur Schiwon [Thu, 15 Aug 2013 14:10:49 +0000 (16:10 +0200)]
LDAP: Update Host in configuration chooser on Save

11 years agoremove jPlayer css rules from core css file
Morris Jobke [Thu, 15 Aug 2013 11:05:26 +0000 (13:05 +0200)]
remove jPlayer css rules from core css file

11 years agoMerge pull request #4448 from owncloud/fixing-4444-master
Morris Jobke [Thu, 15 Aug 2013 14:06:18 +0000 (07:06 -0700)]
Merge pull request #4448 from owncloud/fixing-4444-master

Fixing 4444 master

11 years agoLDAP: Show Host name in configuration drop down
Arthur Schiwon [Thu, 15 Aug 2013 13:55:06 +0000 (15:55 +0200)]
LDAP: Show Host name in configuration drop down

11 years agofixing all broken translation files
Thomas Müller [Thu, 15 Aug 2013 13:41:45 +0000 (15:41 +0200)]
fixing all broken translation files

11 years agofixing call to join
Thomas Müller [Thu, 15 Aug 2013 13:38:33 +0000 (15:38 +0200)]
fixing call to join

11 years agoremove whitespaces and some leftover code from testing
Bjoern Schiessle [Thu, 15 Aug 2013 11:13:16 +0000 (13:13 +0200)]
remove whitespaces and some leftover code from testing

11 years agoMerge pull request #4441 from guruz/checkServer_cache_result
Markus Goetz [Thu, 15 Aug 2013 10:52:16 +0000 (03:52 -0700)]
Merge pull request #4441 from guruz/checkServer_cache_result

Cache OC_Util::checkServer() result in session

11 years agoLDAP: slightly smaller input fields
Arthur Schiwon [Thu, 15 Aug 2013 10:45:37 +0000 (12:45 +0200)]
LDAP: slightly smaller input fields

11 years agoUse JSON to send/receive group data.
Owen Winkler [Thu, 15 Aug 2013 10:19:40 +0000 (06:19 -0400)]
Use JSON to send/receive group data.
Squashed commits from PR #4364 for master.

11 years agono files external for SMB on windows
Thomas Müller [Thu, 15 Aug 2013 10:00:02 +0000 (12:00 +0200)]
no files external for SMB on windows

11 years agoCache OC_Util::checkServer() result in session
Markus Goetz [Thu, 15 Aug 2013 09:58:09 +0000 (11:58 +0200)]
Cache OC_Util::checkServer() result in session

The return value almost never changes but this function
is called for every request.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 15 Aug 2013 08:53:54 +0000 (04:53 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #4302 from synchrone/master
Morris Jobke [Thu, 15 Aug 2013 00:11:30 +0000 (17:11 -0700)]
Merge pull request #4302 from synchrone/master

Fixing owncloud/core#4301

11 years agoMerge pull request #4393 from owncloud/fix_4326
Andreas Fischer [Wed, 14 Aug 2013 19:20:53 +0000 (21:20 +0200)]
Merge pull request #4393 from owncloud/fix_4326

provide correct path for require_once

* owncloud/fix_4326:
  use __DIR__ instead of realpath
  provide correct path for require_once

11 years agoMerge pull request #4304 from tripflex/lostpw-themed
Thomas Müller [Wed, 14 Aug 2013 19:04:40 +0000 (12:04 -0700)]
Merge pull request #4304 from tripflex/lostpw-themed

use theme name and title for password reset

11 years agoalso create root dir if it doesn't exist yet
Bjoern Schiessle [Wed, 14 Aug 2013 18:51:36 +0000 (20:51 +0200)]
also create root dir if it doesn't exist yet

11 years agoMerge pull request #4372 from owncloud/allow_empty_configvalue
Thomas Müller [Wed, 14 Aug 2013 17:34:06 +0000 (10:34 -0700)]
Merge pull request #4372 from owncloud/allow_empty_configvalue

allow empty configvalue in appconfig

11 years agoMerge pull request #4376 from owncloud/use_plurals
Jörn Friedrich Dreyer [Wed, 14 Aug 2013 17:23:19 +0000 (10:23 -0700)]
Merge pull request #4376 from owncloud/use_plurals

Use plural translations

11 years agoMerge pull request #4363 from owncloud/fix-4355
Thomas Müller [Wed, 14 Aug 2013 16:46:10 +0000 (09:46 -0700)]
Merge pull request #4363 from owncloud/fix-4355

Send mime-type for new files

11 years agouse OC files API to create missing directory which should handle special chars in...
Bjoern Schiessle [Wed, 14 Aug 2013 15:58:41 +0000 (17:58 +0200)]
use OC files API to create missing directory which should handle special chars in every environment correctly