]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoreturn only existing users in group
Arthur Schiwon [Sun, 18 Aug 2013 15:30:16 +0000 (17:30 +0200)]
return only existing users in group

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 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 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 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 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 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 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 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

11 years agouse __DIR__ instead of realpath
Bjoern Schiessle [Wed, 14 Aug 2013 15:15:01 +0000 (17:15 +0200)]
use __DIR__ instead of realpath

11 years agoLDAP: move small info text strings into tooltips
Arthur Schiwon [Wed, 14 Aug 2013 14:51:38 +0000 (16:51 +0200)]
LDAP: move small info text strings into tooltips

11 years agoLDAP: right align labels on settings page
Arthur Schiwon [Wed, 14 Aug 2013 14:38:25 +0000 (16:38 +0200)]
LDAP: right align labels on settings page

11 years agoReword a phrase
kondou [Wed, 14 Aug 2013 04:29:19 +0000 (06:29 +0200)]
Reword a phrase

11 years agoMerge pull request #4410 from owncloud/fix_sharing_defaults
Jörn Friedrich Dreyer [Tue, 13 Aug 2013 22:27:24 +0000 (15:27 -0700)]
Merge pull request #4410 from owncloud/fix_sharing_defaults

Fix sharing defaults

11 years agocomment clarification
Jörn Friedrich Dreyer [Tue, 13 Aug 2013 22:25:07 +0000 (00:25 +0200)]
comment clarification

11 years agouse edit & reshare permission as default
Jörn Friedrich Dreyer [Tue, 13 Aug 2013 20:58:47 +0000 (22:58 +0200)]
use edit & reshare permission as default

11 years agoadd PERMISSIONS_ALL summary
Jörn Friedrich Dreyer [Tue, 13 Aug 2013 20:58:27 +0000 (22:58 +0200)]
add PERMISSIONS_ALL summary

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 13 Aug 2013 13:13:11 +0000 (09:13 -0400)]
[tx-robot] updated from transifex

11 years agoprovide correct path for require_once
Bjoern Schiessle [Mon, 12 Aug 2013 15:38:57 +0000 (17:38 +0200)]
provide correct path for require_once

11 years agoMerge pull request #4391 from owncloud/scanner-reuse-recursive
icewind1991 [Mon, 12 Aug 2013 15:28:23 +0000 (08:28 -0700)]
Merge pull request #4391 from owncloud/scanner-reuse-recursive

Fix recursive scanner to reusing etags

11 years agochange decryptUnknownKeyfile() to decryptKeyfile(), we always use openssl_seal
Bjoern Schiessle [Mon, 12 Aug 2013 14:19:08 +0000 (16:19 +0200)]
change decryptUnknownKeyfile() to decryptKeyfile(), we always use openssl_seal

11 years agoScanner: correctly pass trough reuse options when doing a recursive scan
Robin Appelman [Mon, 12 Aug 2013 13:37:39 +0000 (15:37 +0200)]
Scanner: correctly pass trough reuse options when doing a recursive scan

11 years agoScanner: additional tests for reusing etags during scanning
Robin Appelman [Mon, 12 Aug 2013 13:37:15 +0000 (15:37 +0200)]
Scanner: additional tests for reusing etags during scanning

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

11 years agoMerge pull request #4360 from owncloud/format-date-numeric-strings
Owen Winkler [Fri, 9 Aug 2013 23:05:01 +0000 (16:05 -0700)]
Merge pull request #4360 from owncloud/format-date-numeric-strings

Do not pass numeric strings to strtotime() when formatting dates.

11 years agoadding test case for a numeric value
Thomas Müller [Fri, 9 Aug 2013 21:36:23 +0000 (23:36 +0200)]
adding test case for a numeric value

11 years agoAdd datetime test for numeric string.
Andreas Fischer [Fri, 9 Aug 2013 20:28:03 +0000 (22:28 +0200)]
Add datetime test for numeric string.

11 years agoChanging elseif statement to what the PEAR coding guidelines say.
Andreas Fischer [Thu, 8 Aug 2013 23:21:45 +0000 (01:21 +0200)]
Changing elseif statement to what the PEAR coding guidelines say.

11 years agoDo not pass numeric strings to strtotime() when formatting dates.
Andreas Fischer [Thu, 8 Aug 2013 14:52:11 +0000 (16:52 +0200)]
Do not pass numeric strings to strtotime() when formatting dates.

strtotime() will return false and the date will be formatted as the 0-timestamp
(e.g. January 1, 1970 00:00) otherwise.

11 years agoUse plural translations
kondou [Fri, 9 Aug 2013 18:37:18 +0000 (20:37 +0200)]
Use plural translations

11 years agoMerge pull request #4344 from owncloud/appmgmt-in-navigation
Jan-Christoph Borchardt [Fri, 9 Aug 2013 15:49:41 +0000 (08:49 -0700)]
Merge pull request #4344 from owncloud/appmgmt-in-navigation

show 'More apps' link to app administration directly in app navigation

11 years agoMerge branch 'encryption_clean_up' of github.com:owncloud/core into encryption_clean_up
Bjoern Schiessle [Fri, 9 Aug 2013 13:57:07 +0000 (15:57 +0200)]
Merge branch 'encryption_clean_up' of github.com:owncloud/core into encryption_clean_up

11 years agoremove old comments, TODos, etc.
Bjoern Schiessle [Fri, 9 Aug 2013 13:55:17 +0000 (15:55 +0200)]
remove old comments, TODos, etc.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 9 Aug 2013 12:06:31 +0000 (08:06 -0400)]
[tx-robot] updated from transifex

11 years agoallow empty configvalue in appconfig
Jörn Friedrich Dreyer [Fri, 9 Aug 2013 09:27:21 +0000 (11:27 +0200)]
allow empty configvalue in appconfig

11 years agouse getName instead of getTitle
Myles McNamara [Thu, 8 Aug 2013 20:21:47 +0000 (16:21 -0400)]
use getName instead of getTitle