]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoFix warning about redirect_url not set
Bart Visscher [Fri, 7 Dec 2012 11:07:56 +0000 (12:07 +0100)]
Fix warning about redirect_url not set

12 years agoRemove uneeded new line
Lukas Reschke [Thu, 1 Nov 2012 21:38:21 +0000 (22:38 +0100)]
Remove uneeded new line

12 years agoCheck for redirect_url for logged in users
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

12 years agoMake the redirect_url working again
Lukas Reschke [Wed, 31 Oct 2012 21:03:55 +0000 (22:03 +0100)]
Make the redirect_url working again

Fixes #160

12 years agoMerge pull request #112 from libasys/Fix-strange-Isue-IE8
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.

12 years agoMerge pull request #155 from owncloud/token-expired-IE
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

12 years agoMerge pull request #152 from scambra/webdav-quota
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

12 years agoUPDATE oc-dialogs.js and Fix some small Bugs Added in the description of form a selec...
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

12 years agofixing Test_TemplateFunctions
Thomas Mueller [Tue, 30 Oct 2012 23:21:17 +0000 (00:21 +0100)]
fixing Test_TemplateFunctions

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 30 Oct 2012 23:02:32 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

12 years agoMerge pull request #146 from Raydiation/master
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

12 years agofixed copy paste error. 4th test will now test print_unescaped instead of p
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

12 years agoMerge pull request #153 from butonic/master
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

12 years agosplitted two tests with two assertions each into four tests with one assertion
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

12 years agoChange IE8 to "older IE versions"
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.

12 years agoSend the requesttoken as form value
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

12 years agocode style changes
scambra [Tue, 30 Oct 2012 11:17:15 +0000 (12:17 +0100)]
code style changes

12 years agocheck for database error in userExists
Jörn Friedrich Dreyer [Tue, 30 Oct 2012 10:08:32 +0000 (11:08 +0100)]
check for database error in userExists

12 years agofix checking quota in webdav, adding a sabredav plugin
scambra [Fri, 20 Apr 2012 09:39:30 +0000 (11:39 +0200)]
fix checking quota in webdav, adding a sabredav plugin

12 years agoMerge pull request #147 from owncloud/htaccess-upgrade-check
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

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 29 Oct 2012 23:01:50 +0000 (00:01 +0100)]
[tx-robot] updated from transifex

12 years agoMerge pull request #136 from scambra/users-fixes
Bart Visscher [Mon, 29 Oct 2012 22:31:37 +0000 (15:31 -0700)]
Merge pull request #136 from scambra/users-fixes

fix settings' routes

12 years agoDon't use OC_Setup as it will show up the installer
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

12 years agoGenerate .htaccess when upgrading from old versions
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

12 years agoassert in proper order
Bernhard Posselt [Mon, 29 Oct 2012 20:33:43 +0000 (21:33 +0100)]
assert in proper order

12 years agoadded tests for p and print_unescaped
Bernhard Posselt [Mon, 29 Oct 2012 20:22:25 +0000 (21:22 +0100)]
added tests for p and print_unescaped

12 years agoMerge pull request #133 from fmms/checkstyle02
Lukas Reschke [Mon, 29 Oct 2012 19:35:12 +0000 (12:35 -0700)]
Merge pull request #133 from fmms/checkstyle02

NoSpaceAfterComma -- checkstyle cleanup

12 years agoMerge pull request #142 from denis-b/patch-2
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 "+"

12 years agoMerge pull request #141 from denis-b/patch-1
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

12 years agoUpdate apps/files/ajax/move.php
denis-b [Mon, 29 Oct 2012 15:46:22 +0000 (16:46 +0100)]
Update apps/files/ajax/move.php

fix moving dirs containing "+"

12 years agoUpdate apps/files/index.php
denis-b [Mon, 29 Oct 2012 15:44:50 +0000 (16:44 +0100)]
Update apps/files/index.php

fix dirnames containing "+" not displayed

12 years agoGenerate only one CSRF token
Lukas Reschke [Sun, 28 Oct 2012 19:50:50 +0000 (20:50 +0100)]
Generate only one CSRF token

12 years agoFix a typo
Lukas Reschke [Sun, 28 Oct 2012 17:24:11 +0000 (18:24 +0100)]
Fix a typo

12 years agoUse files remote webdav in compatibility files/webdav.php
Bart Visscher [Sun, 28 Oct 2012 18:48:46 +0000 (19:48 +0100)]
Use files remote webdav in compatibility files/webdav.php

12 years agoMove loading setting routing to OC_Router
Bart Visscher [Sun, 28 Oct 2012 18:29:49 +0000 (19:29 +0100)]
Move loading setting routing to OC_Router

12 years agoChange search to use routing
Bart Visscher [Sun, 28 Oct 2012 18:28:44 +0000 (19:28 +0100)]
Change search to use routing

12 years agoMove and fix app setting navigation detect
Bart Visscher [Sun, 28 Oct 2012 17:52:18 +0000 (18:52 +0100)]
Move and fix app setting navigation detect

12 years agoRemove fixme, problem is solved already
Bart Visscher [Sun, 28 Oct 2012 17:22:12 +0000 (18:22 +0100)]
Remove fixme, problem is solved already

12 years agoRemove subnavigation key, not used
Bart Visscher [Sun, 28 Oct 2012 17:21:44 +0000 (18:21 +0100)]
Remove subnavigation key, not used

12 years agoAdd ETag caching for Javascript routes
Bart Visscher [Sun, 28 Oct 2012 16:53:05 +0000 (17:53 +0100)]
Add ETag caching for Javascript routes

12 years agoMove generating cache key from files from OC_Minimizer to OC_Cache
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

12 years agofix settings routes
scambra [Mon, 29 Oct 2012 13:50:03 +0000 (14:50 +0100)]
fix settings routes

12 years agoFix MySQL install, bug fix for issue 132
Michael Gapczynski [Sun, 28 Oct 2012 23:50:26 +0000 (19:50 -0400)]
Fix MySQL install, bug fix for issue 132

12 years agoCheck if error_report() is equal to 0, so suppressed errors aren't logged e.g. the...
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

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 28 Oct 2012 23:02:45 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

12 years agoNoSpaceAfterComma
Felix Moeller [Sun, 28 Oct 2012 22:58:08 +0000 (23:58 +0100)]
NoSpaceAfterComma

12 years agoTry to fix shared status icons again
Michael Gapczynski [Sun, 28 Oct 2012 20:36:17 +0000 (16:36 -0400)]
Try to fix shared status icons again

12 years agoFix shared status icons
Michael Gapczynski [Sun, 28 Oct 2012 20:01:50 +0000 (16:01 -0400)]
Fix shared status icons

12 years agoMerge pull request #129 from fmms/checkstyle01
Lukas Reschke [Sun, 28 Oct 2012 17:36:27 +0000 (10:36 -0700)]
Merge pull request #129 from fmms/checkstyle01

Checkstyle

12 years agoNoSpaceAfterComma
Felix Moeller [Sun, 28 Oct 2012 17:28:16 +0000 (18:28 +0100)]
NoSpaceAfterComma

12 years agoNoSpaceAfterComma
Felix Moeller [Sun, 28 Oct 2012 17:12:31 +0000 (18:12 +0100)]
NoSpaceAfterComma

first in new branch

12 years agodisble breaking test cases for now
Thomas Müller [Sun, 28 Oct 2012 15:33:11 +0000 (16:33 +0100)]
disble breaking test cases for now

12 years agoproperly replace fileaction icons with pngs when needed
Robin Appelman [Sun, 28 Oct 2012 15:03:31 +0000 (16:03 +0100)]
properly replace fileaction icons with pngs when needed

12 years agofix running app tests
Robin Appelman [Sun, 28 Oct 2012 15:00:43 +0000 (16:00 +0100)]
fix running app tests

12 years agoadd svg mimetype to default htaccess
Robin Appelman [Sun, 28 Oct 2012 15:00:31 +0000 (16:00 +0100)]
add svg mimetype to default htaccess

12 years agodon't move file into subdirectory if a file with the same name already exists (fixes...
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)

12 years agocheck if RUNTIME_NOAPPS is set before using it
Arthur Schiwon [Sun, 28 Oct 2012 14:10:15 +0000 (15:10 +0100)]
check if RUNTIME_NOAPPS is set before using it

12 years agoadded some visual feedback is password was set
Björn Schießle [Sun, 28 Oct 2012 13:57:36 +0000 (14:57 +0100)]
added some visual feedback is password was set

12 years agoset password if user leaves password field (issue #57)
Björn Schießle [Sun, 28 Oct 2012 12:47:29 +0000 (13:47 +0100)]
set password if user leaves password field (issue #57)

12 years agodeny the usage of dots in database name
Georg Ehrke [Sun, 28 Oct 2012 13:11:41 +0000 (14:11 +0100)]
deny the usage of dots in database name

12 years agomake sure all filesystem apps are loaded when setupFS is proceeded, to make sure...
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

12 years agoremove whitespaces, no code change
Arthur Schiwon [Sun, 28 Oct 2012 12:45:37 +0000 (13:45 +0100)]
remove whitespaces, no code change

12 years agoadded functions for printing escaped and unescaped values
Bernhard Posselt [Sun, 28 Oct 2012 12:27:13 +0000 (13:27 +0100)]
added functions for printing escaped and unescaped values

12 years agouse css to show/hide fileactions
Robin Appelman [Sun, 28 Oct 2012 11:47:33 +0000 (12:47 +0100)]
use css to show/hide fileactions

12 years agocode style
Robin Appelman [Sun, 28 Oct 2012 10:51:54 +0000 (11:51 +0100)]
code style

12 years agoadd 3rdparty folder to gitignore
Jan-Christoph Borchardt [Sun, 28 Oct 2012 11:19:52 +0000 (12:19 +0100)]
add 3rdparty folder to gitignore

12 years agoremove 3rdparty files
Georg Ehrke [Sun, 28 Oct 2012 09:48:08 +0000 (10:48 +0100)]
remove 3rdparty files

12 years ago->l expects two parameters
Lukas Reschke [Sun, 28 Oct 2012 09:33:18 +0000 (10:33 +0100)]
->l expects two parameters

12 years agoRevert "Fix a typo"
Lukas Reschke [Sun, 28 Oct 2012 09:21:06 +0000 (10:21 +0100)]
Revert "Fix a typo"

This reverts commit a306e4b8a02cb03d5c6f29aa602e75d075e2877f.

12 years agoFix a typo
Lukas Reschke [Sun, 28 Oct 2012 09:19:12 +0000 (10:19 +0100)]
Fix a typo

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 27 Oct 2012 22:02:29 +0000 (00:02 +0200)]
[tx-robot] updated from transifex

12 years agoLoad all apps in core share ajax file for apps to register their share backends
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

12 years agodon't enable user_external
Thomas Müller [Sat, 27 Oct 2012 17:44:18 +0000 (19:44 +0200)]
don't enable user_external

12 years agoLDAP: usersInGroup now also does LDAP serverside search.
Arthur Schiwon [Sat, 27 Oct 2012 17:42:50 +0000 (19:42 +0200)]
LDAP: usersInGroup now also does LDAP serverside search.

12 years agoLDAP: make filter in readAttribute configurable
Arthur Schiwon [Sat, 27 Oct 2012 17:15:13 +0000 (19:15 +0200)]
LDAP: make filter in readAttribute configurable

12 years agodon't enable apps twice
Thomas Müller [Sat, 27 Oct 2012 17:36:24 +0000 (19:36 +0200)]
don't enable apps twice

12 years agoLDAP: getGroups to use paged searches
Arthur Schiwon [Sat, 27 Oct 2012 15:36:55 +0000 (17:36 +0200)]
LDAP: getGroups to use paged searches

12 years agoLDAP: improve slicing
Arthur Schiwon [Sat, 27 Oct 2012 15:36:08 +0000 (17:36 +0200)]
LDAP: improve slicing

12 years agoLDAP: add error handling for failed searches
Arthur Schiwon [Sat, 27 Oct 2012 15:35:39 +0000 (17:35 +0200)]
LDAP: add  error handling for failed searches

12 years agoLDAP: be careful which limit is send to possible paged LDAP search
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

12 years agoLDAP: use the correct attribute in filter
Arthur Schiwon [Sat, 27 Oct 2012 12:55:17 +0000 (14:55 +0200)]
LDAP: use the correct attribute in filter

12 years agoLDAP: fix again proper check if groups are enabled
Arthur Schiwon [Wed, 24 Oct 2012 16:24:06 +0000 (18:24 +0200)]
LDAP: fix again proper check if groups are enabled

12 years agoremove TODO comment, it's done
Arthur Schiwon [Sat, 27 Oct 2012 12:40:13 +0000 (14:40 +0200)]
remove TODO comment, it's done

12 years agoFix introduced style errors
Bart Visscher [Sat, 27 Oct 2012 15:45:09 +0000 (17:45 +0200)]
Fix introduced style errors

12 years agoRemove wrongly committed files
Bart Visscher [Sat, 27 Oct 2012 15:44:47 +0000 (17:44 +0200)]
Remove wrongly committed files

12 years agoremove remaining line from merge conflict
Björn Schießle [Sat, 27 Oct 2012 15:05:00 +0000 (17:05 +0200)]
remove remaining line from merge conflict

12 years agoMerge remote-tracking branch 'git://github.com/susinths/SabreDAV_1.7.1.git'
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

12 years agoInclude copy of Symfony routing component, and don't use composer
Bart Visscher [Sat, 27 Oct 2012 14:24:24 +0000 (16:24 +0200)]
Include copy of Symfony routing component, and don't use composer

12 years agofix function documentation
Björn Schießle [Sat, 27 Oct 2012 13:23:35 +0000 (15:23 +0200)]
fix function documentation

12 years agofix broken paths in versions app
Björn Schießle [Sat, 27 Oct 2012 13:24:01 +0000 (15:24 +0200)]
fix broken paths in versions app

12 years agodon't call $('#found_versions').chosen(); after opening the history drop-down since...
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

12 years agoFix download url generation
Bart Visscher [Sat, 27 Oct 2012 13:10:21 +0000 (15:10 +0200)]
Fix download url generation

12 years agofix paths in preeseed-config.php
Thomas Müller [Sat, 27 Oct 2012 10:59:28 +0000 (12:59 +0200)]
fix paths in preeseed-config.php

12 years agoAdd composer command for now, see
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

12 years agoLDAP: let result processing in Access::search slice the array for not-paginated searc...
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.

12 years agoLDAP: debug messaged
Arthur Schiwon [Sat, 27 Oct 2012 09:02:53 +0000 (11:02 +0200)]
LDAP: debug messaged

12 years agoLDAP: sourced out paged search init into initPagedSearch method, making search slicke...
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

12 years agoMerge branch 'routing'
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

12 years agoMore info for composer.json
Bart Visscher [Sat, 27 Oct 2012 09:56:51 +0000 (11:56 +0200)]
More info for composer.json

12 years agoexeuting tests now on apps as well - the apps repo shall be cloned into the sub folde...
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