]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agomerge master into navigation
Jan-Christoph Borchardt [Tue, 15 Jan 2013 13:40:38 +0000 (20:40 +0700)]
merge master into navigation

11 years agoMerge pull request #1087 from owncloud/ldap_multiple_dns
blizzz [Tue, 15 Jan 2013 12:01:57 +0000 (04:01 -0800)]
Merge pull request #1087 from owncloud/ldap_multiple_dns

LDAP: ability to configure more than one base DN

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 14 Jan 2013 23:05:10 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1182 from owncloud/sanitizeHTML-Clean
Lukas Reschke [Mon, 14 Jan 2013 22:37:23 +0000 (14:37 -0800)]
Merge pull request #1182 from owncloud/sanitizeHTML-Clean

Expanded one line if statement - Trivial

11 years agoMove { to same line
Lukas Reschke [Mon, 14 Jan 2013 21:04:31 +0000 (22:04 +0100)]
Move { to same line

11 years agoExpand if to multiple lines
Lukas Reschke [Mon, 14 Jan 2013 21:01:52 +0000 (22:01 +0100)]
Expand if to multiple lines

Oneliners are ugly.

11 years agoMerge pull request #1177 from owncloud/OC_User--isAdminUser()
Bart Visscher [Mon, 14 Jan 2013 20:53:18 +0000 (12:53 -0800)]
Merge pull request #1177 from owncloud/OC_User--isAdminUser()

Check if user is admin - bool

11 years agoEnhanced auth is totally unmaintained and broken
Lukas Reschke [Mon, 14 Jan 2013 20:39:49 +0000 (21:39 +0100)]
Enhanced auth is totally unmaintained and broken

Let's remove it, it's also not secure anymore with the introduction of
our API etc...
(And doesn't work with ldap etc…)

11 years agoMerge pull request #1172 from owncloud/isSubDirectory
Bart Visscher [Mon, 14 Jan 2013 20:36:38 +0000 (12:36 -0800)]
Merge pull request #1172 from owncloud/isSubDirectory

Simplify the isSubDirectory() function

11 years agoMerge pull request #1169 from owncloud/webdav_L10n
Bart Visscher [Mon, 14 Jan 2013 20:28:51 +0000 (12:28 -0800)]
Merge pull request #1169 from owncloud/webdav_L10n

user_webdavauth - l10n - Trivial

11 years agoMerge pull request #1135 from owncloud/allow_default_click_behaviour
Lukas Reschke [Mon, 14 Jan 2013 19:24:02 +0000 (11:24 -0800)]
Merge pull request #1135 from owncloud/allow_default_click_behaviour

allow default click behaviour

11 years agoAdd a closing )
Lukas Reschke [Mon, 14 Jan 2013 19:10:10 +0000 (20:10 +0100)]
Add a closing )

Thanks Jenkins!

11 years agoCP fail
Lukas Reschke [Mon, 14 Jan 2013 18:51:16 +0000 (19:51 +0100)]
CP fail

11 years agoCheck if user is admin - bool
Lukas Reschke [Mon, 14 Jan 2013 18:45:17 +0000 (19:45 +0100)]
Check if user is admin - bool

There was no "isAdminUser()" function which returned bool. This is
irritiating as there were a loooooooot of places in the code which
checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not
use a function for this?
(Especially if you consider that we might change the group name in the
future, which would lead to problems then)

Additionally, @Raydiation needed such a method for his AppFramework :)

11 years agoCheck for string position instead of string existence
Lukas Reschke [Mon, 14 Jan 2013 15:51:31 +0000 (16:51 +0100)]
Check for string position instead of string existence

otherwise /foo/bar would be detected as a subfolder of /bar

THX @icewind1991

11 years agoMerge pull request #1112 from Raydiation/master
Bart Visscher [Mon, 14 Jan 2013 15:35:14 +0000 (07:35 -0800)]
Merge pull request #1112 from Raydiation/master

This fixes a problem that prevented app routes from being loaded after ocs_api merge

11 years agoRevert "fix c&p error"
Daniel Molkentin [Mon, 14 Jan 2013 15:25:03 +0000 (16:25 +0100)]
Revert "fix c&p error"

This reverts commit 9d41322cf0943e3960a4a7dc5878c713b8fedbca.

11 years agofix c&p error
Daniel Molkentin [Mon, 14 Jan 2013 15:15:22 +0000 (16:15 +0100)]
fix c&p error

11 years agoMerge pull request #1170 from owncloud/correctIndention
Thomas Müller [Mon, 14 Jan 2013 12:59:53 +0000 (04:59 -0800)]
Merge pull request #1170 from owncloud/correctIndention

Remove ugly indentation - Trivial

11 years agoMerge branch 'master' of github.com:owncloud/core
Björn Schießle [Mon, 14 Jan 2013 09:33:17 +0000 (10:33 +0100)]
Merge branch 'master' of github.com:owncloud/core

11 years agomerge conflict fixed, settings-personal.php is no longer needed
Björn Schießle [Mon, 14 Jan 2013 09:24:40 +0000 (10:24 +0100)]
merge conflict fixed, settings-personal.php is no longer needed

Conflicts:
apps/files_versions/templates/settings-personal.php

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 13 Jan 2013 23:18:21 +0000 (00:18 +0100)]
[tx-robot] updated from transifex

11 years agoCommentblocks should begin with two *
Lukas Reschke [Sun, 13 Jan 2013 13:54:18 +0000 (14:54 +0100)]
Commentblocks should begin with two *

11 years agoAdd @brief to description
Lukas Reschke [Sun, 13 Jan 2013 13:50:31 +0000 (14:50 +0100)]
Add @brief to description

11 years agoSimplify the isSubDirectory() function
Lukas Reschke [Sun, 13 Jan 2013 13:33:19 +0000 (14:33 +0100)]
Simplify the isSubDirectory() function

isSubDirectory() checks if a specified $sub is a subdirectory of the
$parent, this is needed to prevent file inclusions.

Actually, the current code is more kind of a "hack" which I always
struggle over if browsing through source. So this should be a much
better implementation.

The implementation is really straightforward:
- [realpath()](http://php.net/manual/function.realpath.php) expands all
symbolic links and resolves references to '/./', '/../' and extra '/'
characters in the input path and return the canonicalized absolute
pathname.
- [strpos()](php.net/manual/function.strpos.php) returns FALSE if the
substring wasn't found.

Since this is an absolutely critical piece of code, I'd like to ensure
that this is absolutely safe!

11 years agoRemove ugly indentation
Lukas Reschke [Sun, 13 Jan 2013 00:02:11 +0000 (01:02 +0100)]
Remove ugly indentation

11 years agoThe => This
Lukas Reschke [Sat, 12 Jan 2013 23:45:45 +0000 (00:45 +0100)]
The => This

Sounds better for me.

11 years agoImproved the help text
Lukas Reschke [Sat, 12 Jan 2013 23:37:58 +0000 (00:37 +0100)]
Improved the help text

11 years agolegend - l10n
Lukas Reschke [Sat, 12 Jan 2013 23:32:44 +0000 (00:32 +0100)]
legend - l10n

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 12 Jan 2013 23:08:40 +0000 (00:08 +0100)]
[tx-robot] updated from transifex

11 years agoCorrect the link
Lukas Reschke [Sat, 12 Jan 2013 14:19:12 +0000 (15:19 +0100)]
Correct the link

11 years agoMerge pull request #1160 from owncloud/updateContrib
Lukas Reschke [Sat, 12 Jan 2013 10:51:31 +0000 (02:51 -0800)]
Merge pull request #1160 from owncloud/updateContrib

Update CONTRIBUTING.md

11 years agoUpdated browser log
Lukas Reschke [Sat, 12 Jan 2013 10:51:03 +0000 (11:51 +0100)]
Updated browser log

11 years agoAdding database to server config
Thomas Müller [Sat, 12 Jan 2013 08:08:23 +0000 (09:08 +0100)]
Adding database to server config

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 11 Jan 2013 23:10:58 +0000 (00:10 +0100)]
[tx-robot] updated from transifex

11 years agoTypos
Lukas Reschke [Fri, 11 Jan 2013 22:40:14 +0000 (23:40 +0100)]
Typos

11 years agoAdd server operating system to template
Lukas Reschke [Fri, 11 Jan 2013 22:39:37 +0000 (23:39 +0100)]
Add server operating system to template

Thanks @eMerzh, could be especially needed as there are some platform specific issues like filename encoding under MS Windows

11 years agoAdd the correct link to the apps repository
Lukas Reschke [Fri, 11 Jan 2013 22:34:16 +0000 (23:34 +0100)]
Add the correct link to the apps repository

:oops:

11 years agoAdd a space behind the ####
Lukas Reschke [Fri, 11 Jan 2013 22:08:01 +0000 (23:08 +0100)]
Add a space behind the ####

Makes it at least better readable for me.

11 years agoUneeded newline
Lukas Reschke [Fri, 11 Jan 2013 22:00:48 +0000 (23:00 +0100)]
Uneeded newline

11 years agoRemove :
Lukas Reschke [Fri, 11 Jan 2013 21:59:41 +0000 (22:59 +0100)]
Remove :

11 years agoAdd ownCloud version
Lukas Reschke [Fri, 11 Jan 2013 21:57:55 +0000 (22:57 +0100)]
Add ownCloud version

11 years agoMerge pull request #1157 owncloud/move-OpenID
Bart Visscher [Fri, 11 Jan 2013 21:57:40 +0000 (22:57 +0100)]
Merge pull request #1157 owncloud/move-OpenID

Move openid.php to apps repo

Conflicts:
settings/routes.php

11 years agoAdd template
Lukas Reschke [Fri, 11 Jan 2013 21:57:30 +0000 (22:57 +0100)]
Add template

11 years agoCreate issue_template.md
Lukas Reschke [Fri, 11 Jan 2013 21:52:41 +0000 (13:52 -0800)]
Create issue_template.md

11 years agoFix a typo
Lukas Reschke [Fri, 11 Jan 2013 21:24:22 +0000 (22:24 +0100)]
Fix a typo

11 years agoUpdate CONTRIBUTING.md
Lukas Reschke [Fri, 11 Jan 2013 21:22:08 +0000 (22:22 +0100)]
Update CONTRIBUTING.md

11 years agoRemove uneeded link
Lukas Reschke [Fri, 11 Jan 2013 21:14:18 +0000 (22:14 +0100)]
Remove uneeded link

11 years agoMerge pull request #1159 from LukasReschke/master
Lukas Reschke [Fri, 11 Jan 2013 19:57:14 +0000 (11:57 -0800)]
Merge pull request #1159 from LukasReschke/master

Add contribution file

11 years ago- code clean-up
Björn Schießle [Fri, 11 Jan 2013 18:33:54 +0000 (19:33 +0100)]
- code clean-up
- some more code comments
- fixed bug in the expire function, cleanup all_versions array during run. Otherwise it could happen that we try to delete already deleted versions

11 years agoMerge pull request #994 from owncloud/enhanced_multiSelect
Lukas Reschke [Fri, 11 Jan 2013 18:23:04 +0000 (10:23 -0800)]
Merge pull request #994 from owncloud/enhanced_multiSelect

Enhanced multiSelect

11 years agoAdded links to app + mirall repo
Lukas Reschke [Fri, 11 Jan 2013 18:19:04 +0000 (19:19 +0100)]
Added links to app + mirall repo

11 years agoUpdate CONTRIBUTING.md
Lukas Reschke [Fri, 11 Jan 2013 17:59:56 +0000 (18:59 +0100)]
Update CONTRIBUTING.md

11 years agoCreate CONTRIBUTING.md
Lukas Reschke [Fri, 11 Jan 2013 17:57:56 +0000 (09:57 -0800)]
Create CONTRIBUTING.md

11 years agoMerge pull request #1150 from owncloud/EnableSSL-AdminMenu
Lukas Reschke [Fri, 11 Jan 2013 17:21:08 +0000 (09:21 -0800)]
Merge pull request #1150 from owncloud/EnableSSL-AdminMenu

Add security section to admin settings to enable the HTTPS enforcement

11 years agoMerge pull request #1155 from owncloud/remove-setContentTypeHeader
Lukas Reschke [Fri, 11 Jan 2013 17:18:14 +0000 (09:18 -0800)]
Merge pull request #1155 from owncloud/remove-setContentTypeHeader

Remove setContentTypeHeader()

11 years agoMerge pull request #1154 from owncloud/remove-uneededFile
Frank Karlitschek [Fri, 11 Jan 2013 17:16:55 +0000 (09:16 -0800)]
Merge pull request #1154 from owncloud/remove-uneededFile

Remove uneeded file

11 years agoRemove OpenID from the router
Lukas Reschke [Fri, 11 Jan 2013 16:24:10 +0000 (17:24 +0100)]
Remove OpenID from the router

11 years agoMove to apps repo
Lukas Reschke [Fri, 11 Jan 2013 16:22:15 +0000 (17:22 +0100)]
Move to apps repo

This belongs to the apps repo.

11 years agoRemove setContentTypeHeader()
Lukas Reschke [Fri, 11 Jan 2013 16:09:36 +0000 (17:09 +0100)]
Remove setContentTypeHeader()

`OC_JSON::success` and `OC_JSON::error` are calling
`OC_JSON::encodedPrint`, which already sets these headers. So this two
calls are uneeded duplicates.

11 years agoRemove uneeded file
Lukas Reschke [Fri, 11 Jan 2013 15:49:55 +0000 (16:49 +0100)]
Remove uneeded file

logout.php is a legacy file, which isn't used anymore in the ownCloud
code.

11 years agoCorrect link to the bugtracker in exception.php
Lukas Reschke [Fri, 11 Jan 2013 15:42:06 +0000 (16:42 +0100)]
Correct link to the bugtracker in exception.php

11 years agoRemoved uneeded HTML tag
Lukas Reschke [Fri, 11 Jan 2013 13:43:56 +0000 (14:43 +0100)]
Removed uneeded HTML tag

11 years agofunction description fixed
Björn Schießle [Fri, 11 Jan 2013 13:24:00 +0000 (14:24 +0100)]
function description fixed

11 years agosome more clean-up, isVersioned() is no longer needed; rename hook fixed if a complet...
Björn Schießle [Fri, 11 Jan 2013 13:23:28 +0000 (14:23 +0100)]
some more clean-up, isVersioned() is no longer needed; rename hook fixed if a complete folder gets renamed

11 years agoAdd security section to admin menu
Lukas Reschke [Fri, 11 Jan 2013 13:18:51 +0000 (14:18 +0100)]
Add security section to admin menu

Currently it only allows the admin to enable or disable the HTTPS
enforcement, but in the future it could be expanded to further options.

The HTTPS enforcement only allows the admin to enforce it, if he is
connected via HTTPS. (To prevent admins to enable it without a proper
SSL setup)

11 years agosome code clean-up
Björn Schießle [Fri, 11 Jan 2013 10:12:32 +0000 (11:12 +0100)]
some code clean-up

11 years agoMerge pull request #1133 from owncloud/add_linebreaks_in_sharing
Thomas Müller [Thu, 10 Jan 2013 23:14:14 +0000 (15:14 -0800)]
Merge pull request #1133 from owncloud/add_linebreaks_in_sharing

add more linebreaks, replace SQL LIMIT with param

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 10 Jan 2013 23:06:14 +0000 (00:06 +0100)]
[tx-robot] updated from transifex

11 years agokeep track of the size of the versions directory
Björn Schießle [Thu, 10 Jan 2013 17:04:30 +0000 (18:04 +0100)]
keep track of the size of the versions directory

11 years agoMerge pull request #1127 from owncloud/fixing-641-for-webdav-master
Thomas Müller [Thu, 10 Jan 2013 10:27:00 +0000 (02:27 -0800)]
Merge pull request #1127 from owncloud/fixing-641-for-webdav-master

webdav returns "503 Service Unavailable" in case the ownCloud server is ...

11 years agoadd complete size of versions to array
Björn Schießle [Thu, 10 Jan 2013 09:36:55 +0000 (10:36 +0100)]
add complete size of versions to array

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 9 Jan 2013 23:05:53 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1131 from owncloud/more_translations
Lukas Reschke [Wed, 9 Jan 2013 20:07:39 +0000 (12:07 -0800)]
Merge pull request #1131 from owncloud/more_translations

translate move and rename error messages

11 years agoMerge pull request #1124 from schiesbn/sabredav2
Lukas Reschke [Wed, 9 Jan 2013 20:06:25 +0000 (12:06 -0800)]
Merge pull request #1124 from schiesbn/sabredav2

OC_Connector_Sabre_Client no longer needed

11 years agoevery 1000s run reduce the number of versions for all files, not only for the current...
Björn Schießle [Wed, 9 Jan 2013 16:11:46 +0000 (17:11 +0100)]
every 1000s run reduce the number of versions for all files, not only for the currently edited file

11 years agoallow default click behaviour
Jörn Friedrich Dreyer [Wed, 9 Jan 2013 14:21:55 +0000 (15:21 +0100)]
allow default click behaviour

11 years agoadd more linebreaks, replace SQL LIMIT with param
Jörn Friedrich Dreyer [Wed, 9 Jan 2013 12:57:51 +0000 (13:57 +0100)]
add more linebreaks, replace SQL LIMIT with param

11 years agomore translations
Jörn Friedrich Dreyer [Wed, 9 Jan 2013 11:48:57 +0000 (12:48 +0100)]
more translations

11 years agowebdav returns "503 Service Unavailable" in case the ownCloud server is currently...
Thomas Mueller [Tue, 8 Jan 2013 23:37:50 +0000 (00:37 +0100)]
webdav returns "503 Service Unavailable" in case the ownCloud server is currently in maintenance mode.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 8 Jan 2013 23:05:49 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #938 from owncloud/fix_minor_files_annoyances
Thomas Tanghus [Tue, 8 Jan 2013 23:02:06 +0000 (15:02 -0800)]
Merge pull request #938 from owncloud/fix_minor_files_annoyances

Fix minor files annoyances

11 years agodechex not necessary, do not waste time with it
Arthur Schiwon [Tue, 8 Jan 2013 18:25:19 +0000 (19:25 +0100)]
dechex not necessary, do not waste time with it

11 years agoCode style
Arthur Schiwon [Tue, 8 Jan 2013 18:00:49 +0000 (19:00 +0100)]
Code style

11 years agoUpstream merged my patch to add additional ssl root certificates to the webdav client.
Björn Schießle [Tue, 8 Jan 2013 16:44:28 +0000 (17:44 +0100)]
Upstream merged my patch to add additional ssl root certificates to the webdav client.
This means that OC_Connector_Sabre_Client is no longer needed

11 years ago fixing string concatenation in javascript
Thomas Mueller [Mon, 7 Jan 2013 23:32:41 +0000 (00:32 +0100)]
 fixing string concatenation in javascript
 refs https://github.com/owncloud/core/commit/ae54364d7c8baf5138d166855db6431190963886

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 7 Jan 2013 23:31:36 +0000 (00:31 +0100)]
[tx-robot] updated from transifex

11 years agoadded cleanup recommendations by including ocs in the cachedKey method and moving...
Bernhard Posselt [Mon, 7 Jan 2013 20:57:13 +0000 (21:57 +0100)]
added cleanup recommendations by including ocs in the cachedKey method and moving the ocs routes stuff at the end of the loadRoutes method

11 years agoUpdate apps/user_webdavauth/user_webdavauth.php
Frank Karlitschek [Mon, 7 Jan 2013 15:45:03 +0000 (16:45 +0100)]
Update apps/user_webdavauth/user_webdavauth.php

Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110 

11 years agoreadded ocs routes
Bernhard Posselt [Mon, 7 Jan 2013 14:48:45 +0000 (15:48 +0100)]
readded ocs routes

11 years agofixed error that displayed a white page and a warning that routes could not be loaded...
Bernhard Posselt [Mon, 7 Jan 2013 14:34:42 +0000 (15:34 +0100)]
fixed error that displayed a white page and a warning that routes could not be loaded from apps that was caused by the ocs_api merge

11 years agoadjust timestamp of the file copied from the version history
Björn Schießle [Mon, 7 Jan 2013 14:13:32 +0000 (15:13 +0100)]
adjust timestamp of the file copied from the version history

11 years agoie8 ignores rgba, show button border in ie8 by adding second border css row
Jörn Friedrich Dreyer [Mon, 7 Jan 2013 12:09:52 +0000 (13:09 +0100)]
ie8 ignores rgba, show button border in ie8 by adding second border css row

11 years agoattach max upload tipsy to div instead of a to fix tooltip not showing due to new...
Jörn Friedrich Dreyer [Mon, 7 Jan 2013 11:23:29 +0000 (12:23 +0100)]
attach max upload tipsy to div instead of a to fix tooltip not showing due to new z-index

11 years agouse limits defined in issue https://github.com/owncloud/core/issues/860
Björn Schießle [Mon, 7 Jan 2013 11:06:31 +0000 (12:06 +0100)]
use limits defined in issue https://github.com/owncloud/core/issues/860

11 years agoremove aborted uploads
Jörn Friedrich Dreyer [Mon, 7 Jan 2013 10:11:21 +0000 (11:11 +0100)]
remove aborted uploads

11 years agoadapt to isFileNameValid, whitespace cleanup
Jörn Friedrich Dreyer [Mon, 7 Jan 2013 09:39:35 +0000 (10:39 +0100)]
adapt to isFileNameValid, whitespace cleanup

11 years agoMerge pull request #1061 from owncloud/remove_css_not_selector_to_fix_ie8_input_fields
Jörn Friedrich Dreyer [Mon, 7 Jan 2013 09:17:19 +0000 (01:17 -0800)]
Merge pull request #1061 from owncloud/remove_css_not_selector_to_fix_ie8_input_fields

remove css not selector - incompatible with ie8

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 6 Jan 2013 23:06:32 +0000 (00:06 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #632 from owncloud/fix_629
Thomas Müller [Sun, 6 Jan 2013 22:03:02 +0000 (14:03 -0800)]
Merge pull request #632 from owncloud/fix_629

fix pattern for database names - #629