Thomas Tanghus
|
ab1b4f1f03
|
Fugly fixed include.
|
2012-07-06 12:59:07 +02:00 |
Bjoern Schiessle
|
963faf6458
|
CURLOPT_SSL_VERIFYPEER=false shouldn't be in master
|
2012-07-06 12:35:29 +02:00 |
Bjoern Schiessle
|
ba8dee0520
|
introduce subclassed client.php and revert changes to 3rdparty
|
2012-07-06 12:26:54 +02:00 |
Bjoern Schiessle
|
8353517969
|
use OC_Connector_Sabre_Client
|
2012-07-06 12:24:03 +02:00 |
Georg Ehrke
|
f875240b47
|
comment out some code
|
2012-07-06 11:23:20 +02:00 |
Georg Ehrke
|
9a10efd80f
|
Merge branch 'master' into calendar_import
|
2012-07-06 11:01:12 +02:00 |
Thomas Tanghus
|
a5a1d929ca
|
No need for being protected.
|
2012-07-06 03:22:42 +02:00 |
Thomas Tanghus
|
59b38e668d
|
Missing requesttoken
|
2012-07-06 03:22:42 +02:00 |
Bart Visscher
|
5e0b80dc8d
|
Contacts: Fix copy&paste error
|
2012-07-05 17:12:52 +02:00 |
Bjoern Schiessle
|
5bf050b13b
|
moved performance improvement from isLoggedIn() to userExists() to avoid webdav problems
|
2012-07-05 15:55:46 +02:00 |
Bjoern Schiessle
|
bd494f562f
|
fixed faulty commit
|
2012-07-05 15:03:14 +02:00 |
Bjoern Schiessle
|
51774cca6b
|
use OC_Filesystem for rollback
|
2012-07-05 14:20:40 +02:00 |
Bjoern Schiessle
|
378fa2bc86
|
check if caview really exists
|
2012-07-05 12:17:33 +02:00 |
Bjoern Schiessle
|
55cde0e5aa
|
moved remove and rename hook to libs/hooks.php
|
2012-07-05 11:35:08 +02:00 |
Georg Ehrke
|
c067930856
|
Merge branch 'master' into subadmin
|
2012-07-05 11:32:59 +02:00 |
Bjoern Schiessle
|
aa3b575ceb
|
disabled user upload of root certificates until sabredav client can handle them
|
2012-07-05 11:31:30 +02:00 |
Georg Ehrke
|
aa95cf2c98
|
Merge branch 'master' into calendar_import
|
2012-07-05 11:30:37 +02:00 |
Bjoern Schiessle
|
f86ecb3bf7
|
send ca cert path to sabredav client
|
2012-07-05 11:28:32 +02:00 |
Thomas Tanghus
|
9d00f4d2fb
|
Correct db default value.
|
2012-07-05 00:40:11 +02:00 |
Thomas Tanghus
|
dac2c14ae9
|
Add missing CSRF check.
|
2012-07-05 00:37:08 +02:00 |
Thomas Tanghus
|
5d79444852
|
Missing update script.
|
2012-07-04 22:58:31 +02:00 |
Thomas Tanghus
|
706a13544b
|
Remove ugly activation hack.
|
2012-07-04 22:13:36 +02:00 |
Georg Ehrke
|
7ec2d6ce85
|
Merge branch 'master' into calendar_import
|
2012-07-04 21:15:32 +02:00 |
Georg Ehrke
|
a4c2893128
|
some more work on calendar import - new import is (nearly) done
|
2012-07-04 21:14:40 +02:00 |
Bart Visscher
|
280c59e914
|
More helpfull debug msg for redirectToDefaultPage
|
2012-07-04 17:51:07 +02:00 |
Bart Visscher
|
621b83df72
|
Remove referer check, this is unreliable. The header doesnt need te exist, or can be wrong
|
2012-07-04 17:51:07 +02:00 |
Bart Visscher
|
9ea34cae43
|
Simplified remote.php file loading
|
2012-07-04 17:51:07 +02:00 |
Georg Ehrke
|
5880bbee8f
|
add miniColors
|
2012-07-04 17:37:47 +02:00 |
Bjoern Schiessle
|
e258da5c3c
|
certificate should be only visible for users
|
2012-07-04 17:22:04 +02:00 |
Bjoern Schiessle
|
5d61b85a1d
|
allow users to upload ssl root certificates for the webdav client
|
2012-07-04 17:18:36 +02:00 |
Thomas Tanghus
|
b2eac08ad3
|
Query contacts in batches of 20. Possible fix for oc-1126.
|
2012-07-04 16:54:00 +02:00 |
Sam Tuke
|
825d92d59c
|
Added undo functionality to delete user procedure on user settings page
|
2012-07-04 14:30:42 +01:00 |
Thomas Tanghus
|
6d3afb3857
|
Moved action buttons down to the add field menu. Fixes oc-1155.
|
2012-07-04 13:57:07 +02:00 |
Georg Ehrke
|
657eef354a
|
Merge branch 'master' into calendar_import
|
2012-07-04 13:03:30 +02:00 |
Brice Maron
|
3b09aa8578
|
Correct Postgresql connection with space in password. Work around php bug
|
2012-07-04 10:13:00 +00:00 |
Brice Maron
|
799e34acd4
|
Add slash to app url if not set fix oc-1169
|
2012-07-03 21:58:36 +00:00 |
Georg Ehrke
|
393eefa5d2
|
replace some direct links with OC.imagePath
|
2012-07-03 23:44:47 +02:00 |
Georg Ehrke
|
f98bd1ad66
|
Merge branch 'master' into calendar_import
|
2012-07-03 22:35:46 +02:00 |
Georg Ehrke
|
c036700c54
|
some more work on calendar import
|
2012-07-03 22:33:24 +02:00 |
Sam Tuke
|
b1c9785eb3
|
Merge branch 'master' of gitorious.org:owncloud/owncloud
Conflicts:
apps/files_versions/lib/versions.php
|
2012-07-03 18:17:32 +01:00 |
Sam Tuke
|
a775deaf22
|
Moved hooks and versions.php into new lib directory
Part-ported filesystem operations to OC_FilesystemView
Refactored Storage class to depend on an OC_FsV object and have fewer static classes
|
2012-07-03 17:42:51 +01:00 |
Bjoern Schiessle
|
aec6eea235
|
use filesystem abstraction layer to copy file versions
|
2012-07-03 18:25:49 +02:00 |
Georg Ehrke
|
641e77327e
|
Merge branch 'master' into calendar_import
|
2012-07-03 16:48:30 +02:00 |
Georg Ehrke
|
b6cff93254
|
fix spelling fail in code
|
2012-07-03 16:47:46 +02:00 |
Bjoern Schiessle
|
4bc9e4e012
|
wrong var name fixed
|
2012-07-03 16:43:57 +02:00 |
Georg Ehrke
|
0b3ed2b048
|
Merge branch 'master' into calendar_import
|
2012-07-03 16:39:09 +02:00 |
Georg Ehrke
|
ca2b1f7863
|
fix encoding fail in calendar app - bugfix for oc-1194
|
2012-07-03 13:55:48 +02:00 |
Georg Ehrke
|
cfcfdd674e
|
Merge branch 'master' into calendar_import
|
2012-07-03 13:43:52 +02:00 |
Georg Ehrke
|
29a9559fa9
|
some work on calendar import dialog
|
2012-07-03 13:43:18 +02:00 |
Brice Maron
|
8a1c279183
|
Escape pg connection string on setup
|
2012-07-03 09:20:42 +02:00 |