]>
source.dussan.org Git - nextcloud-server.git/log
Bart Visscher [Fri, 7 Dec 2012 11:07:56 +0000 (12:07 +0100)]
Fix warning about redirect_url not set
Lukas Reschke [Thu, 1 Nov 2012 21:38:21 +0000 (22:38 +0100)]
Remove uneeded new line
Lukas Reschke [Thu, 1 Nov 2012 21:37:37 +0000 (22:37 +0100)]
Check for redirect_url for logged in users
This checks if there is a redirect_url for logged in users
Lukas Reschke [Wed, 31 Oct 2012 21:03:55 +0000 (22:03 +0100)]
Make the redirect_url working again
Fixes #160
Thomas Tanghus [Wed, 31 Oct 2012 13:16:13 +0000 (06:16 -0700)]
Merge pull request #112 from libasys/Fix-strange-Isue-IE8
Use $.each() instead of for(var...) in oc.dialogs. Fixes accessing undefined vars in IE8.
Jörn Friedrich Dreyer [Wed, 31 Oct 2012 11:50:18 +0000 (04:50 -0700)]
Merge pull request #155 from owncloud/token-expired-IE
Send the requesttoken as form value
Thomas Müller [Wed, 31 Oct 2012 10:03:46 +0000 (03:03 -0700)]
Merge pull request #152 from scambra/webdav-quota
checking quota in webdav
libasys [Wed, 31 Oct 2012 08:42:26 +0000 (09:42 +0100)]
UPDATE oc-dialogs.js and Fix some small Bugs Added in the description of form a select ecample
Thomas Mueller [Tue, 30 Oct 2012 23:21:17 +0000 (00:21 +0100)]
fixing Test_TemplateFunctions
Jenkins for ownCloud [Tue, 30 Oct 2012 23:02:32 +0000 (00:02 +0100)]
[tx-robot] updated from transifex
Thomas Müller [Tue, 30 Oct 2012 21:55:44 +0000 (14:55 -0700)]
Merge pull request #146 from Raydiation/master
Tests for p and print_unescaped added
Bernhard Posselt [Tue, 30 Oct 2012 20:20:21 +0000 (21:20 +0100)]
fixed copy paste error. 4th test will now test print_unescaped instead of p
Lukas Reschke [Tue, 30 Oct 2012 17:17:39 +0000 (10:17 -0700)]
Merge pull request #153 from butonic/master
check for database error in userExists
Bernhard Posselt [Tue, 30 Oct 2012 16:30:39 +0000 (17:30 +0100)]
splitted two tests with two assertions each into four tests with one assertion
Lukas Reschke [Tue, 30 Oct 2012 16:29:26 +0000 (17:29 +0100)]
Change IE8 to "older IE versions"
I'm not sure if IE9 is also affected, so I changed it to "older IE versions" - IE 10 should work fine.
Lukas Reschke [Tue, 30 Oct 2012 16:19:49 +0000 (17:19 +0100)]
Send the requesttoken as form value
This is needed for IE < 8 because it doesn't send the CSRF token here.
So that it is impossible to upload files.
Fixes #110 and related to #122
scambra [Tue, 30 Oct 2012 11:17:15 +0000 (12:17 +0100)]
code style changes
Jörn Friedrich Dreyer [Tue, 30 Oct 2012 10:08:32 +0000 (11:08 +0100)]
check for database error in userExists
scambra [Fri, 20 Apr 2012 09:39:30 +0000 (11:39 +0200)]
fix checking quota in webdav, adding a sabredav plugin
Sam Tuke [Mon, 29 Oct 2012 23:28:46 +0000 (16:28 -0700)]
Merge pull request #147 from owncloud/htaccess-upgrade-check
Generate .htaccess when upgrading from old versions
Jenkins for ownCloud [Mon, 29 Oct 2012 23:01:50 +0000 (00:01 +0100)]
[tx-robot] updated from transifex
Bart Visscher [Mon, 29 Oct 2012 22:31:37 +0000 (15:31 -0700)]
Merge pull request #136 from scambra/users-fixes
fix settings' routes
Lukas Reschke [Mon, 29 Oct 2012 21:44:49 +0000 (22:44 +0100)]
Don't use OC_Setup as it will show up the installer
Lukas Reschke [Mon, 29 Oct 2012 21:03:18 +0000 (22:03 +0100)]
Generate .htaccess when upgrading from old versions
When upgrading from old ownCloud versions like 2.x the .htaccess is not
generated - which exposes the data to the internet. This fix will
generate a .htaccess when upgrading. (And no one exists)
Fixes #127
Bernhard Posselt [Mon, 29 Oct 2012 20:33:43 +0000 (21:33 +0100)]
assert in proper order
Bernhard Posselt [Mon, 29 Oct 2012 20:22:25 +0000 (21:22 +0100)]
added tests for p and print_unescaped
Lukas Reschke [Mon, 29 Oct 2012 19:35:12 +0000 (12:35 -0700)]
Merge pull request #133 from fmms/checkstyle02
NoSpaceAfterComma -- checkstyle cleanup
blizzz [Mon, 29 Oct 2012 16:25:09 +0000 (09:25 -0700)]
Merge pull request #142 from denis-b/patch-2
fix moving (in) dirs containing "+"
blizzz [Mon, 29 Oct 2012 16:06:14 +0000 (09:06 -0700)]
Merge pull request #141 from denis-b/patch-1
fix dirnames containing "+" not displayed
denis-b [Mon, 29 Oct 2012 15:46:22 +0000 (16:46 +0100)]
Update apps/files/ajax/move.php
fix moving dirs containing "+"
denis-b [Mon, 29 Oct 2012 15:44:50 +0000 (16:44 +0100)]
Update apps/files/index.php
fix dirnames containing "+" not displayed
Lukas Reschke [Sun, 28 Oct 2012 19:50:50 +0000 (20:50 +0100)]
Generate only one CSRF token
Lukas Reschke [Sun, 28 Oct 2012 17:24:11 +0000 (18:24 +0100)]
Fix a typo
Bart Visscher [Sun, 28 Oct 2012 18:48:46 +0000 (19:48 +0100)]
Use files remote webdav in compatibility files/webdav.php
Bart Visscher [Sun, 28 Oct 2012 18:29:49 +0000 (19:29 +0100)]
Move loading setting routing to OC_Router
Bart Visscher [Sun, 28 Oct 2012 18:28:44 +0000 (19:28 +0100)]
Change search to use routing
Bart Visscher [Sun, 28 Oct 2012 17:52:18 +0000 (18:52 +0100)]
Move and fix app setting navigation detect
Bart Visscher [Sun, 28 Oct 2012 17:22:12 +0000 (18:22 +0100)]
Remove fixme, problem is solved already
Bart Visscher [Sun, 28 Oct 2012 17:21:44 +0000 (18:21 +0100)]
Remove subnavigation key, not used
Bart Visscher [Sun, 28 Oct 2012 16:53:05 +0000 (17:53 +0100)]
Add ETag caching for Javascript routes
Bart Visscher [Sun, 28 Oct 2012 16:49:43 +0000 (17:49 +0100)]
Move generating cache key from files from OC_Minimizer to OC_Cache
scambra [Mon, 29 Oct 2012 13:50:03 +0000 (14:50 +0100)]
fix settings routes
Michael Gapczynski [Sun, 28 Oct 2012 23:50:26 +0000 (19:50 -0400)]
Fix MySQL install, bug fix for issue 132
Michael Gapczynski [Sun, 28 Oct 2012 23:38:48 +0000 (19:38 -0400)]
Check if error_report() is equal to 0, so suppressed errors aren't logged e.g. the htaccesstext.txt fopen failing
Jenkins for ownCloud [Sun, 28 Oct 2012 23:02:45 +0000 (00:02 +0100)]
[tx-robot] updated from transifex
Felix Moeller [Sun, 28 Oct 2012 22:58:08 +0000 (23:58 +0100)]
NoSpaceAfterComma
Michael Gapczynski [Sun, 28 Oct 2012 20:36:17 +0000 (16:36 -0400)]
Try to fix shared status icons again
Michael Gapczynski [Sun, 28 Oct 2012 20:01:50 +0000 (16:01 -0400)]
Fix shared status icons
Lukas Reschke [Sun, 28 Oct 2012 17:36:27 +0000 (10:36 -0700)]
Merge pull request #129 from fmms/checkstyle01
Checkstyle
Felix Moeller [Sun, 28 Oct 2012 17:28:16 +0000 (18:28 +0100)]
NoSpaceAfterComma
Felix Moeller [Sun, 28 Oct 2012 17:12:31 +0000 (18:12 +0100)]
NoSpaceAfterComma
first in new branch
Thomas Müller [Sun, 28 Oct 2012 15:33:11 +0000 (16:33 +0100)]
disble breaking test cases for now
Robin Appelman [Sun, 28 Oct 2012 15:03:31 +0000 (16:03 +0100)]
properly replace fileaction icons with pngs when needed
Robin Appelman [Sun, 28 Oct 2012 15:00:43 +0000 (16:00 +0100)]
fix running app tests
Robin Appelman [Sun, 28 Oct 2012 15:00:31 +0000 (16:00 +0100)]
add svg mimetype to default htaccess
Georg Ehrke [Sun, 28 Oct 2012 14:20:20 +0000 (15:20 +0100)]
don't move file into subdirectory if a file with the same name already exists (fixes #92)
Arthur Schiwon [Sun, 28 Oct 2012 14:10:15 +0000 (15:10 +0100)]
check if RUNTIME_NOAPPS is set before using it
Björn Schießle [Sun, 28 Oct 2012 13:57:36 +0000 (14:57 +0100)]
added some visual feedback is password was set
Björn Schießle [Sun, 28 Oct 2012 12:47:29 +0000 (13:47 +0100)]
set password if user leaves password field (issue #57)
Georg Ehrke [Sun, 28 Oct 2012 13:11:41 +0000 (14:11 +0100)]
deny the usage of dots in database name
Arthur Schiwon [Sun, 28 Oct 2012 12:47:53 +0000 (13:47 +0100)]
make sure all filesystem apps are loaded when setupFS is proceeded, to make sure the emmited setup-hook is received. Fixes #89
Arthur Schiwon [Sun, 28 Oct 2012 12:45:37 +0000 (13:45 +0100)]
remove whitespaces, no code change
Bernhard Posselt [Sun, 28 Oct 2012 12:27:13 +0000 (13:27 +0100)]
added functions for printing escaped and unescaped values
Robin Appelman [Sun, 28 Oct 2012 11:47:33 +0000 (12:47 +0100)]
use css to show/hide fileactions
Robin Appelman [Sun, 28 Oct 2012 10:51:54 +0000 (11:51 +0100)]
code style
Jan-Christoph Borchardt [Sun, 28 Oct 2012 11:19:52 +0000 (12:19 +0100)]
add 3rdparty folder to gitignore
Georg Ehrke [Sun, 28 Oct 2012 09:48:08 +0000 (10:48 +0100)]
remove 3rdparty files
Lukas Reschke [Sun, 28 Oct 2012 09:33:18 +0000 (10:33 +0100)]
->l expects two parameters
Lukas Reschke [Sun, 28 Oct 2012 09:21:06 +0000 (10:21 +0100)]
Revert "Fix a typo"
This reverts commit
a306e4b8a02cb03d5c6f29aa602e75d075e2877f .
Lukas Reschke [Sun, 28 Oct 2012 09:19:12 +0000 (10:19 +0100)]
Fix a typo
Jenkins for ownCloud [Sat, 27 Oct 2012 22:02:29 +0000 (00:02 +0200)]
[tx-robot] updated from transifex
Michael Gapczynski [Sat, 27 Oct 2012 21:25:10 +0000 (17:25 -0400)]
Load all apps in core share ajax file for apps to register their share backends
Thomas Müller [Sat, 27 Oct 2012 17:44:18 +0000 (19:44 +0200)]
don't enable user_external
Arthur Schiwon [Sat, 27 Oct 2012 17:42:50 +0000 (19:42 +0200)]
LDAP: usersInGroup now also does LDAP serverside search.
Arthur Schiwon [Sat, 27 Oct 2012 17:15:13 +0000 (19:15 +0200)]
LDAP: make filter in readAttribute configurable
Thomas Müller [Sat, 27 Oct 2012 17:36:24 +0000 (19:36 +0200)]
don't enable apps twice
Arthur Schiwon [Sat, 27 Oct 2012 15:36:55 +0000 (17:36 +0200)]
LDAP: getGroups to use paged searches
Arthur Schiwon [Sat, 27 Oct 2012 15:36:08 +0000 (17:36 +0200)]
LDAP: improve slicing
Arthur Schiwon [Sat, 27 Oct 2012 15:35:39 +0000 (17:35 +0200)]
LDAP: add error handling for failed searches
Arthur Schiwon [Sat, 27 Oct 2012 15:32:55 +0000 (17:32 +0200)]
LDAP: be careful which limit is send to possible paged LDAP search
Arthur Schiwon [Sat, 27 Oct 2012 12:55:17 +0000 (14:55 +0200)]
LDAP: use the correct attribute in filter
Arthur Schiwon [Wed, 24 Oct 2012 16:24:06 +0000 (18:24 +0200)]
LDAP: fix again proper check if groups are enabled
Arthur Schiwon [Sat, 27 Oct 2012 12:40:13 +0000 (14:40 +0200)]
remove TODO comment, it's done
Bart Visscher [Sat, 27 Oct 2012 15:45:09 +0000 (17:45 +0200)]
Fix introduced style errors
Bart Visscher [Sat, 27 Oct 2012 15:44:47 +0000 (17:44 +0200)]
Remove wrongly committed files
Björn Schießle [Sat, 27 Oct 2012 15:05:00 +0000 (17:05 +0200)]
remove remaining line from merge conflict
Bart Visscher [Sat, 27 Oct 2012 14:33:10 +0000 (16:33 +0200)]
Merge remote-tracking branch 'git://github.com/susinths/SabreDAV_1.7.1.git'
Conflicts:
lib/base.php
Bart Visscher [Sat, 27 Oct 2012 14:24:24 +0000 (16:24 +0200)]
Include copy of Symfony routing component, and don't use composer
Björn Schießle [Sat, 27 Oct 2012 13:23:35 +0000 (15:23 +0200)]
fix function documentation
Björn Schießle [Sat, 27 Oct 2012 13:24:01 +0000 (15:24 +0200)]
fix broken paths in versions app
Björn Schießle [Sat, 27 Oct 2012 13:26:28 +0000 (15:26 +0200)]
don't call $('#found_versions').chosen(); after opening the history drop-down since no version is selected at the beginning
Bart Visscher [Sat, 27 Oct 2012 13:10:21 +0000 (15:10 +0200)]
Fix download url generation
Thomas Müller [Sat, 27 Oct 2012 10:59:28 +0000 (12:59 +0200)]
fix paths in preeseed-config.php
Bart Visscher [Sat, 27 Oct 2012 10:26:55 +0000 (12:26 +0200)]
Add composer command for now, see
http://getcomposer.org/doc/00-intro.md#installation-nix
for local install
Arthur Schiwon [Sat, 27 Oct 2012 10:18:50 +0000 (12:18 +0200)]
LDAP: let result processing in Access::search slice the array for not-paginated search. getUsers e.g. does not need to take care of it anymore. adjustments in group_ldap to follow.
Arthur Schiwon [Sat, 27 Oct 2012 09:02:53 +0000 (11:02 +0200)]
LDAP: debug messaged
Arthur Schiwon [Sat, 27 Oct 2012 09:02:35 +0000 (11:02 +0200)]
LDAP: sourced out paged search init into initPagedSearch method, making search slicker again
Bart Visscher [Sat, 27 Oct 2012 09:58:02 +0000 (11:58 +0200)]
Merge branch 'routing'
Conflicts:
core/lostpassword/index.php
core/lostpassword/resetpassword.php
Bart Visscher [Sat, 27 Oct 2012 09:56:51 +0000 (11:56 +0200)]
More info for composer.json
Thomas Müller [Sat, 27 Oct 2012 09:22:00 +0000 (11:22 +0200)]
exeuting tests now on apps as well - the apps repo shall be cloned into the sub folder apps2