]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoCheckstyle: Fix the last two SpaceBeforeOpenBrace
Felix Moeller [Sun, 4 Nov 2012 17:18:03 +0000 (18:18 +0100)]
Checkstyle: Fix the last two SpaceBeforeOpenBrace

12 years agoMerge pull request #238 from fmms/checkstyle04
Thomas Müller [Sun, 4 Nov 2012 16:59:45 +0000 (08:59 -0800)]
Merge pull request #238 from fmms/checkstyle04

Checkstyle fixes

12 years agoMerge pull request #178 from owncloud/JustOneCSRFTokenPerSession
Lukas Reschke [Sun, 4 Nov 2012 13:54:02 +0000 (05:54 -0800)]
Merge pull request #178 from owncloud/JustOneCSRFTokenPerSession

Just one CSRF token per session

12 years agoRemove uneeded debug output
Lukas Reschke [Sun, 4 Nov 2012 13:26:41 +0000 (14:26 +0100)]
Remove uneeded debug output

12 years agoCheckstyle fixes: NoSpaceAfterComma
Felix Moeller [Sun, 4 Nov 2012 10:10:46 +0000 (11:10 +0100)]
Checkstyle fixes: NoSpaceAfterComma

12 years agoCheckstyle fixes for SpaceBeforeOpenBrace
Felix Moeller [Sun, 4 Nov 2012 09:46:32 +0000 (10:46 +0100)]
Checkstyle fixes for SpaceBeforeOpenBrace

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 3 Nov 2012 23:01:42 +0000 (00:01 +0100)]
[tx-robot] updated from transifex

12 years agocheck for filename blacklist in OC_Filesystem::isValidPath
Robin Appelman [Fri, 2 Nov 2012 23:21:10 +0000 (00:21 +0100)]
check for filename blacklist in OC_Filesystem::isValidPath

12 years agosome tests for the file blacklist
Robin Appelman [Fri, 2 Nov 2012 23:10:21 +0000 (00:10 +0100)]
some tests for the file blacklist

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 2 Nov 2012 23:02:24 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

12 years agoMerge pull request #220 from fmms/checkstyle02
Lukas Reschke [Fri, 2 Nov 2012 21:59:36 +0000 (14:59 -0700)]
Merge pull request #220 from fmms/checkstyle02

Checkstyle: many fixes

12 years agofix inlude path for template test
Robin Appelman [Fri, 2 Nov 2012 20:46:27 +0000 (21:46 +0100)]
fix inlude path for template test

12 years agofix OC_Filesystem::isValidPath when using \ instead of / in paths
Robin Appelman [Fri, 2 Nov 2012 18:56:34 +0000 (19:56 +0100)]
fix OC_Filesystem::isValidPath when using \ instead of / in paths

12 years agoCheckstyle: many fixes
Felix Moeller [Fri, 2 Nov 2012 18:53:02 +0000 (19:53 +0100)]
Checkstyle: many fixes

12 years agoFix a typo
Lukas Reschke [Thu, 1 Nov 2012 23:16:40 +0000 (00:16 +0100)]
Fix a typo

12 years agoAdd CSRF token
Lukas Reschke [Thu, 1 Nov 2012 22:52:04 +0000 (23:52 +0100)]
Add CSRF token

12 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 1 Nov 2012 23:04:59 +0000 (00:04 +0100)]
[tx-robot] updated from transifex

12 years agoMerge pull request #203 from owncloud/wording-url-link
Lukas Reschke [Thu, 1 Nov 2012 17:45:17 +0000 (10:45 -0700)]
Merge pull request #203 from owncloud/wording-url-link

Files: change wording 'From url' to 'From link'

12 years agoFiles: change wording 'From url' to 'From link'
Jan-Christoph Borchardt [Thu, 1 Nov 2012 17:09:16 +0000 (18:09 +0100)]
Files: change wording 'From url' to 'From link'

12 years agofix archive tar include path
Robin Appelman [Tue, 30 Oct 2012 23:04:43 +0000 (00:04 +0100)]
fix archive tar include path

12 years agoadapted comments to the code changes
Björn Schießle [Wed, 31 Oct 2012 14:45:47 +0000 (15:45 +0100)]
adapted comments to the code changes

12 years agoload logging apps for webdav connections
Björn Schießle [Wed, 31 Oct 2012 13:12:09 +0000 (14:12 +0100)]
load logging apps for webdav connections

Backport of de1b95c

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

12 years agoChange the requesttoken back to OC.EventSource.requesttoken
Lukas Reschke [Wed, 31 Oct 2012 17:43:16 +0000 (18:43 +0100)]
Change the requesttoken back to OC.EventSource.requesttoken

12 years agoCreate only one CSRF token per session
Lukas Reschke [Wed, 31 Oct 2012 17:37:59 +0000 (18:37 +0100)]
Create only one CSRF token per session

Before, the CSRF token expired every hour. We had a script in place
which should refresh the token but this don't worked in every case.
(Laptop sleeping etc.)

With this commit, the token will only get once created for every
session so that the "Token expired" warning shouldn't appear.

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