]>
source.dussan.org Git - nextcloud-server.git/log
Lukas Reschke [Sat, 19 Jan 2013 12:12:27 +0000 (13:12 +0100)]
Change the second part of the notification
Lukas Reschke [Fri, 18 Jan 2013 21:35:26 +0000 (22:35 +0100)]
Make the message friendlier
Lukas Reschke [Fri, 18 Jan 2013 20:33:15 +0000 (12:33 -0800)]
Merge pull request #1224 from davidgumberg/patch-2
Typo fix (comment) /lib/base.php
davidgumberg [Fri, 18 Jan 2013 18:52:29 +0000 (10:52 -0800)]
Typo fix (comment) /lib/base.php
Bart Visscher [Fri, 18 Jan 2013 15:38:36 +0000 (16:38 +0100)]
Fix wrong word in comment
Björn Schießle [Fri, 18 Jan 2013 14:14:42 +0000 (15:14 +0100)]
fix error message, add "appid" to the output to know which app caused the error if OC_App::getStorage() fails.
Port of approved patch for stable45: https://github.com/owncloud/core/pull/1222
Thomas Müller [Fri, 18 Jan 2013 13:52:51 +0000 (05:52 -0800)]
Merge pull request #1205 from owncloud/ocs_api
Return 401 headers when trying to access a restricted api call
Thomas Müller [Fri, 18 Jan 2013 12:02:03 +0000 (04:02 -0800)]
Merge pull request #1181 from owncloud/return-503-in-maintenance
in case of maintenance the error page returns http status 503.
Jenkins for ownCloud [Thu, 17 Jan 2013 23:04:36 +0000 (00:04 +0100)]
[tx-robot] updated from transifex
tomneedham [Thu, 17 Jan 2013 16:30:14 +0000 (16:30 +0000)]
Correct spelling of 'Authorization'
Frank Karlitschek [Thu, 17 Jan 2013 06:38:57 +0000 (22:38 -0800)]
Merge pull request #1148 from seancomeau/topic/setup
Fix issue #108
Jenkins for ownCloud [Wed, 16 Jan 2013 23:27:40 +0000 (00:27 +0100)]
[tx-robot] updated from transifex
Bart Visscher [Wed, 16 Jan 2013 21:53:38 +0000 (13:53 -0800)]
Merge pull request #1204 from Raydiation/master
Dont resize content div with javascript but use css box-sizing to do it
Tom Needham [Wed, 16 Jan 2013 20:29:29 +0000 (20:29 +0000)]
Fix incorrect indentation
Tom Needham [Wed, 16 Jan 2013 20:27:35 +0000 (20:27 +0000)]
Return 401 headers when authentication is required for the api call
Bernhard Posselt [Wed, 16 Jan 2013 18:55:16 +0000 (19:55 +0100)]
dont show horizontal scrollbar
Bernhard Posselt [Wed, 16 Jan 2013 18:38:19 +0000 (19:38 +0100)]
dont resize content div with javascript but use css box-sizing to do it
Bart Visscher [Wed, 16 Jan 2013 17:25:57 +0000 (09:25 -0800)]
Merge pull request #1180 from owncloud/whitespace-cleanup
Whitespace cleanup
Bart Visscher [Mon, 14 Jan 2013 19:30:39 +0000 (20:30 +0100)]
Whitespace cleanup
Bart Visscher [Mon, 14 Jan 2013 19:30:28 +0000 (20:30 +0100)]
Spaces to tabs
Jan-Christoph Borchardt [Wed, 16 Jan 2013 13:18:53 +0000 (05:18 -0800)]
Merge pull request #1185 from owncloud/fixing-1162-master
handling proper display of files/folders with negative size
Björn Schießle [Wed, 16 Jan 2013 09:26:43 +0000 (01:26 -0800)]
Merge pull request #1192 from schiesbn/versioning_history_issue_1189
fix for issue #1186, missing variables added
Björn Schießle [Wed, 16 Jan 2013 09:25:48 +0000 (10:25 +0100)]
Merge branch 'versioning_history_issue_1189' of github.com:schiesbn/core into versioning_history_issue_1189
Björn Schießle [Wed, 16 Jan 2013 09:18:40 +0000 (10:18 +0100)]
initialize $versionCreated
Björn Schießle [Wed, 16 Jan 2013 09:18:40 +0000 (10:18 +0100)]
initialize
Thomas Müller [Wed, 16 Jan 2013 06:23:34 +0000 (22:23 -0800)]
Merge pull request #1195 from owncloud/cache_prepared
Cache prepared statements in OC_DB
Robin Appelman [Wed, 16 Jan 2013 00:11:19 +0000 (01:11 +0100)]
Clear cached prepared statements when switching between mdb2 and pdo
Jenkins for ownCloud [Tue, 15 Jan 2013 23:21:21 +0000 (00:21 +0100)]
[tx-robot] updated from transifex
Thomas Müller [Tue, 15 Jan 2013 22:01:48 +0000 (14:01 -0800)]
Merge pull request #1178 from owncloud/return_true_because_of_ponies
Remove uneeded return
Daniel Molkentin [Tue, 15 Jan 2013 21:44:40 +0000 (22:44 +0100)]
Robin Appelman [Tue, 15 Jan 2013 19:20:39 +0000 (20:20 +0100)]
Cache prepared statements in OC_DB
Bart Visscher [Tue, 15 Jan 2013 15:45:51 +0000 (07:45 -0800)]
Merge pull request #1187 from owncloud/fixing-unused-and-undefined-in-master
Fixing unused and undefined in master
Björn Schießle [Tue, 15 Jan 2013 13:35:48 +0000 (14:35 +0100)]
Merge branch 'versioning_history_issue_1189' of github.com:schiesbn/core into versioning_history_issue_1189
Björn Schießle [Tue, 15 Jan 2013 12:29:59 +0000 (13:29 +0100)]
fix for issue #1186, missing variables added
Björn Schießle [Tue, 15 Jan 2013 12:29:59 +0000 (13:29 +0100)]
fix for issue #1189, missing variables added
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
Jenkins for ownCloud [Mon, 14 Jan 2013 23:05:10 +0000 (00:05 +0100)]
[tx-robot] updated from transifex
Thomas Mueller [Mon, 14 Jan 2013 22:51:58 +0000 (23:51 +0100)]
remove php closing tag
Thomas Mueller [Mon, 14 Jan 2013 22:41:34 +0000 (23:41 +0100)]
Merge branch 'master' into fixing-unused-and-undefined-in-master
Thomas Mueller [Mon, 14 Jan 2013 22:39:31 +0000 (23:39 +0100)]
handling proper display of files/folders with negative size
refs #1162
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
Lukas Reschke [Mon, 14 Jan 2013 21:04:31 +0000 (22:04 +0100)]
Move { to same line
Lukas Reschke [Mon, 14 Jan 2013 21:01:52 +0000 (22:01 +0100)]
Expand if to multiple lines
Oneliners are ugly.
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
Thomas Mueller [Mon, 14 Jan 2013 20:39:55 +0000 (21:39 +0100)]
in case of maintenance the error page returns http status 503.
This is necessary to enable the desktop sync client to react properly.
Currently the SabreDAV plugin OC_Connector_Sabre_MaintenancePlugin is not executed because this error page is returned before the SabreDAV code is executed
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…)
Sean Comeau [Mon, 14 Jan 2013 20:36:50 +0000 (12:36 -0800)]
Rename TestException to DatabaseSetupException
Bart Visscher [Mon, 14 Jan 2013 20:36:38 +0000 (12:36 -0800)]
Merge pull request #1172 from owncloud/isSubDirectory
Simplify the isSubDirectory() function
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
Sean Comeau [Mon, 14 Jan 2013 19:57:40 +0000 (11:57 -0800)]
Use a custom exception instead of adding a delimiter to the error message
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
Lukas Reschke [Mon, 14 Jan 2013 19:18:08 +0000 (20:18 +0100)]
Remove uneeded returns
Lukas Reschke [Mon, 14 Jan 2013 19:10:10 +0000 (20:10 +0100)]
Add a closing )
Thanks Jenkins!
Lukas Reschke [Mon, 14 Jan 2013 18:57:28 +0000 (19:57 +0100)]
Remove uneeded return
Thx @Raydiation
Lukas Reschke [Mon, 14 Jan 2013 18:51:16 +0000 (19:51 +0100)]
CP fail
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 :)
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
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
Daniel Molkentin [Mon, 14 Jan 2013 15:25:03 +0000 (16:25 +0100)]
Revert "fix c&p error"
This reverts commit
9d41322cf0943e3960a4a7dc5878c713b8fedbca .
Daniel Molkentin [Mon, 14 Jan 2013 15:15:22 +0000 (16:15 +0100)]
fix c&p error
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
Björn Schießle [Mon, 14 Jan 2013 09:33:17 +0000 (10:33 +0100)]
Merge branch 'master' of github.com:owncloud/core
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
Jenkins for ownCloud [Sun, 13 Jan 2013 23:18:21 +0000 (00:18 +0100)]
[tx-robot] updated from transifex
Lukas Reschke [Sun, 13 Jan 2013 13:54:18 +0000 (14:54 +0100)]
Commentblocks should begin with two *
Lukas Reschke [Sun, 13 Jan 2013 13:50:31 +0000 (14:50 +0100)]
Add @brief to description
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!
Lukas Reschke [Sun, 13 Jan 2013 00:02:11 +0000 (01:02 +0100)]
Remove ugly indentation
Lukas Reschke [Sat, 12 Jan 2013 23:45:45 +0000 (00:45 +0100)]
The => This
Sounds better for me.
Lukas Reschke [Sat, 12 Jan 2013 23:37:58 +0000 (00:37 +0100)]
Improved the help text
Lukas Reschke [Sat, 12 Jan 2013 23:32:44 +0000 (00:32 +0100)]
legend - l10n
Jenkins for ownCloud [Sat, 12 Jan 2013 23:08:40 +0000 (00:08 +0100)]
[tx-robot] updated from transifex
Lukas Reschke [Sat, 12 Jan 2013 14:19:12 +0000 (15:19 +0100)]
Correct the link
Lukas Reschke [Sat, 12 Jan 2013 10:51:31 +0000 (02:51 -0800)]
Merge pull request #1160 from owncloud/updateContrib
Update CONTRIBUTING.md
Lukas Reschke [Sat, 12 Jan 2013 10:51:03 +0000 (11:51 +0100)]
Updated browser log
Thomas Müller [Sat, 12 Jan 2013 08:08:23 +0000 (09:08 +0100)]
Adding database to server config
Jenkins for ownCloud [Fri, 11 Jan 2013 23:10:58 +0000 (00:10 +0100)]
[tx-robot] updated from transifex
Lukas Reschke [Fri, 11 Jan 2013 22:40:14 +0000 (23:40 +0100)]
Typos
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
Lukas Reschke [Fri, 11 Jan 2013 22:34:16 +0000 (23:34 +0100)]
Add the correct link to the apps repository
:oops:
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.
Lukas Reschke [Fri, 11 Jan 2013 22:00:48 +0000 (23:00 +0100)]
Uneeded newline
Lukas Reschke [Fri, 11 Jan 2013 21:59:41 +0000 (22:59 +0100)]
Remove :
Lukas Reschke [Fri, 11 Jan 2013 21:57:55 +0000 (22:57 +0100)]
Add ownCloud version
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
Lukas Reschke [Fri, 11 Jan 2013 21:57:30 +0000 (22:57 +0100)]
Add template
Lukas Reschke [Fri, 11 Jan 2013 21:52:41 +0000 (13:52 -0800)]
Create issue_template.md
Lukas Reschke [Fri, 11 Jan 2013 21:24:22 +0000 (22:24 +0100)]
Fix a typo
Lukas Reschke [Fri, 11 Jan 2013 21:22:08 +0000 (22:22 +0100)]
Update CONTRIBUTING.md
Lukas Reschke [Fri, 11 Jan 2013 21:14:18 +0000 (22:14 +0100)]
Remove uneeded link
Lukas Reschke [Fri, 11 Jan 2013 19:57:14 +0000 (11:57 -0800)]
Merge pull request #1159 from LukasReschke/master
Add contribution file
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
Lukas Reschke [Fri, 11 Jan 2013 18:23:04 +0000 (10:23 -0800)]
Merge pull request #994 from owncloud/enhanced_multiSelect
Enhanced multiSelect
Lukas Reschke [Fri, 11 Jan 2013 18:19:04 +0000 (19:19 +0100)]
Added links to app + mirall repo
Lukas Reschke [Fri, 11 Jan 2013 17:59:56 +0000 (18:59 +0100)]
Update CONTRIBUTING.md
Lukas Reschke [Fri, 11 Jan 2013 17:57:56 +0000 (09:57 -0800)]
Create CONTRIBUTING.md
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
Lukas Reschke [Fri, 11 Jan 2013 17:18:14 +0000 (09:18 -0800)]
Merge pull request #1155 from owncloud/remove-setContentTypeHeader
Remove setContentTypeHeader()
Frank Karlitschek [Fri, 11 Jan 2013 17:16:55 +0000 (09:16 -0800)]
Merge pull request #1154 from owncloud/remove-uneededFile
Remove uneeded file
Lukas Reschke [Fri, 11 Jan 2013 16:24:10 +0000 (17:24 +0100)]
Remove OpenID from the router