]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoRegister admin pane
Tom Needham [Tue, 20 Mar 2012 20:34:20 +0000 (20:34 +0000)]
Register admin pane

12 years agoTry to use old uid when importing
Tom Needham [Tue, 20 Mar 2012 20:32:01 +0000 (20:32 +0000)]
Try to use old uid when importing

12 years agoAdded unified import method.
Tom Needham [Tue, 20 Mar 2012 20:19:21 +0000 (20:19 +0000)]
Added unified import method.

12 years agoAdd OC_Migration_Content class to help app devs. Restructure OC_Migrate.
Tom Needham [Mon, 19 Mar 2012 20:44:20 +0000 (20:44 +0000)]
Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.

12 years agoShorten export zip names
Tom Needham [Sat, 17 Mar 2012 17:45:39 +0000 (17:45 +0000)]
Shorten export zip names

12 years agoCreate new user, create new data dir, copy files, import app data
Tom Needham [Sat, 17 Mar 2012 16:25:14 +0000 (16:25 +0000)]
Create new user, create new data dir, copy files, import app data

12 years agoFix structure of export zip
Tom Needham [Sat, 17 Mar 2012 15:01:08 +0000 (15:01 +0000)]
Fix structure of export zip

12 years agoAdd exportinfo to user exports.
Tom Needham [Sat, 17 Mar 2012 13:53:00 +0000 (13:53 +0000)]
Add exportinfo to user exports.

12 years agoMove user import to the admin
Tom Needham [Sat, 17 Mar 2012 13:30:58 +0000 (13:30 +0000)]
Move user import to the admin

12 years agoAdded prototype of user import
Tom Needham [Fri, 16 Mar 2012 22:54:37 +0000 (22:54 +0000)]
Added prototype of user import

12 years agoMigration info is an object. Other fixes
Tom Needham [Fri, 16 Mar 2012 22:50:35 +0000 (22:50 +0000)]
Migration info is an object. Other fixes

12 years agoFix export for admin and users. Added 3 admin export types
Tom Needham [Fri, 16 Mar 2012 21:09:36 +0000 (21:09 +0000)]
Fix export for admin and users. Added 3 admin export types

12 years agoImprove admin_export ui and move system export cde to OC_Migrate
Tom Needham [Thu, 15 Mar 2012 20:52:43 +0000 (20:52 +0000)]
Improve admin_export ui and move system export cde to OC_Migrate

12 years agoFix zip creation. Add param to cleanUp() method. Add defaults to createExportFile...
Tom Needham [Wed, 14 Mar 2012 16:43:06 +0000 (16:43 +0000)]
Fix zip creation. Add  param to cleanUp() method. Add defaults to createExportFile() method.

12 years agomove zip creation inside OC_Migrate
Tom Needham [Tue, 13 Mar 2012 23:09:43 +0000 (23:09 +0000)]
move zip creation inside OC_Migrate

12 years agotypo :/
Tom Needham [Tue, 13 Mar 2012 21:29:31 +0000 (21:29 +0000)]
typo :/

12 years agoAdd getApps() method to return apps supporting migration
Tom Needham [Tue, 13 Mar 2012 21:28:53 +0000 (21:28 +0000)]
Add getApps() method to return apps supporting migration

12 years agoFinish import function for bookmarks
Tom Needham [Tue, 13 Mar 2012 21:24:07 +0000 (21:24 +0000)]
Finish import function for bookmarks

12 years agoUse data dir from config.php
Tom Needham [Tue, 13 Mar 2012 17:27:47 +0000 (17:27 +0000)]
Use data dir from config.php

12 years agoadded cleanUp() method to OC_Migrate
Tom Needham [Tue, 13 Mar 2012 17:18:42 +0000 (17:18 +0000)]
added cleanUp() method to OC_Migrate

12 years agofix structure of user export zip
Tom Needham [Tue, 13 Mar 2012 17:08:20 +0000 (17:08 +0000)]
fix structure of user export zip

12 years agojson encode the output
Tom Needham [Tue, 13 Mar 2012 17:04:49 +0000 (17:04 +0000)]
json encode the output

12 years agoFind migrate.php even for disabled apps. Improve ui for user and admin migrations
Tom Needham [Tue, 13 Mar 2012 16:21:17 +0000 (16:21 +0000)]
Find migrate.php even for disabled apps. Improve ui for user and admin migrations

12 years agoImproved import function. Added param to connectDB() to load the db from the import
Tom Needham [Mon, 12 Mar 2012 21:41:32 +0000 (21:41 +0000)]
Improved import function. Added  param to  connectDB() to load the db from the import

12 years agoFix copyRows() return value. Generate app info and oc info on return
Tom Needham [Mon, 12 Mar 2012 18:40:14 +0000 (18:40 +0000)]
Fix copyRows() return value. Generate app info and oc info on return

12 years agoFix return value of export
Tom Needham [Sun, 11 Mar 2012 22:20:01 +0000 (22:20 +0000)]
Fix return value of export

12 years agoMerge returns from insertData()
Tom Needham [Sun, 11 Mar 2012 22:13:50 +0000 (22:13 +0000)]
Merge returns from insertData()

12 years agoFix copyRows() and sqlite connection
Tom Needham [Sun, 11 Mar 2012 22:09:16 +0000 (22:09 +0000)]
Fix copyRows() and sqlite connection

12 years agoLots of fixes, improve copyRows() method and update settings page.
Tom Needham [Sat, 10 Mar 2012 18:18:58 +0000 (18:18 +0000)]
Lots of fixes, improve copyRows() method and update settings page.

12 years agoAdd OC_Migrate::copyRows() method
Tom Needham [Sat, 10 Mar 2012 15:52:38 +0000 (15:52 +0000)]
Add OC_Migrate::copyRows() method

12 years agoFirst basic implementation of migration.db.
Tom Needham [Fri, 9 Mar 2012 23:33:11 +0000 (23:33 +0000)]
First basic implementation of migration.db.

12 years agoUse json for migration data
Tom Needham [Sat, 3 Mar 2012 17:30:21 +0000 (17:30 +0000)]
Use json for migration data

12 years agoUdpdate bookmarks migration provider. App version included in export.
Tom Needham [Sat, 3 Mar 2012 14:35:17 +0000 (14:35 +0000)]
Udpdate bookmarks migration provider. App version included in export.

12 years agoReplace db on import. Update user_migration export function.
Tom Needham [Sat, 3 Mar 2012 13:26:01 +0000 (13:26 +0000)]
Replace db on import. Update user_migration export function.

12 years agoUpdate bookmarks migration provider.
Tom Needham [Sat, 3 Mar 2012 13:22:45 +0000 (13:22 +0000)]
Update bookmarks migration provider.

12 years agoUpdate database.xml locations. Fix dbexport.xml.
Tom Needham [Fri, 2 Mar 2012 22:19:06 +0000 (22:19 +0000)]
Update database.xml locations. Fix dbexport.xml.

12 years agochange <create> value in db export
Tom Needham [Fri, 2 Mar 2012 21:54:44 +0000 (21:54 +0000)]
change <create> value in db export

12 years agoremoved duplicate function
Tom Needham [Fri, 2 Mar 2012 21:47:20 +0000 (21:47 +0000)]
removed duplicate function

12 years agoFix merge conflict
Tom Needham [Fri, 2 Mar 2012 21:35:48 +0000 (21:35 +0000)]
Fix merge conflict

12 years agoThe tables "principals" and "principalgroups" are obsolete
Jakob Sack [Fri, 2 Mar 2012 20:07:37 +0000 (21:07 +0100)]
The tables "principals" and "principalgroups" are obsolete

12 years agoFix missing bracket
Jakob Sack [Fri, 2 Mar 2012 20:01:44 +0000 (21:01 +0100)]
Fix missing bracket

12 years agoRemove the link between the principals table and the sabre principals connector.
Jakob Sack [Fri, 2 Mar 2012 19:37:49 +0000 (20:37 +0100)]
Remove the link between the principals table and the sabre principals connector.

12 years agoAdd /dav.php, a single location bundling all *DAV-operations.
Jakob Sack [Fri, 2 Mar 2012 19:25:20 +0000 (20:25 +0100)]
Add /dav.php, a single location bundling all *DAV-operations.

12 years agoadd streamwrapper that provides a callback on stream close
Robin Appelman [Fri, 2 Mar 2012 17:42:23 +0000 (18:42 +0100)]
add streamwrapper that provides a callback on stream close

12 years agoadd search implementation to filestorage common
Robin Appelman [Fri, 2 Mar 2012 17:42:04 +0000 (18:42 +0100)]
add search implementation to filestorage common

12 years agoonly test enabled apps
Robin Appelman [Fri, 2 Mar 2012 16:40:38 +0000 (17:40 +0100)]
only test enabled apps

12 years agodon't try to seach apps in hidden folders
Robin Appelman [Fri, 2 Mar 2012 14:46:11 +0000 (15:46 +0100)]
don't try to seach apps in hidden folders

12 years agoallow apps to ship test cases
Robin Appelman [Fri, 2 Mar 2012 14:32:20 +0000 (15:32 +0100)]
allow apps to ship test cases

12 years agoSearch: Change provider registration to class name, for lazy loading of search providers
Bart Visscher [Thu, 1 Mar 2012 21:58:44 +0000 (22:58 +0100)]
Search: Change provider registration to class name, for lazy loading of search providers

12 years agoFiles: Fix wrong attribute name in OC_Search_Provider_File
Bart Visscher [Thu, 1 Mar 2012 21:56:08 +0000 (22:56 +0100)]
Files: Fix wrong attribute name in OC_Search_Provider_File

12 years agoSimplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and app dir
Bart Visscher [Thu, 1 Mar 2012 21:04:13 +0000 (22:04 +0100)]
Simplify stripping the last part off WEBROOT and SERVERROOT for 3rdparty and app dir

12 years agoremoteStorage app version 0.5
Michiel de Jong [Thu, 1 Mar 2012 20:58:14 +0000 (20:58 +0000)]
remoteStorage app version 0.5

12 years agoremoteStorage app version 0.5
Michiel de Jong [Thu, 1 Mar 2012 20:55:20 +0000 (20:55 +0000)]
remoteStorage app version 0.5

12 years agoremoteStorage app version 0.5
Michiel de Jong [Thu, 1 Mar 2012 20:55:12 +0000 (20:55 +0000)]
remoteStorage app version 0.5

12 years agoSmall cleanups
Bart Visscher [Thu, 1 Mar 2012 19:56:51 +0000 (20:56 +0100)]
Small cleanups

12 years agoCalendar: Don't request edit form for readonly events
Bart Visscher [Thu, 1 Mar 2012 19:56:00 +0000 (20:56 +0100)]
Calendar: Don't request edit form for readonly events

12 years agoImplement showing Birthdays of contacts in the calendar
Bart Visscher [Thu, 1 Mar 2012 19:51:59 +0000 (20:51 +0100)]
Implement showing Birthdays of contacts in the calendar

12 years agoCalendar: fix bug in creating DTEND from DTSTART
Bart Visscher [Thu, 1 Mar 2012 19:50:00 +0000 (20:50 +0100)]
Calendar: fix bug in creating DTEND from DTSTART

12 years agoBookmarks: fix loading and displaying of the bookmarks
Bart Visscher [Thu, 1 Mar 2012 19:46:34 +0000 (20:46 +0100)]
Bookmarks: fix loading and displaying of the bookmarks

12 years agoAdded replaceDB method in lib/db.php
Tom Needham [Thu, 1 Mar 2012 19:41:14 +0000 (19:41 +0000)]
Added replaceDB method in lib/db.php

12 years agoload streamwrappers earlier
Robin Appelman [Thu, 1 Mar 2012 17:44:26 +0000 (18:44 +0100)]
load streamwrappers earlier

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Thu, 1 Mar 2012 14:21:12 +0000 (15:21 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoundo the change of the webroot detection. seams to be buggy
Frank Karlitschek [Thu, 1 Mar 2012 14:19:44 +0000 (15:19 +0100)]
undo the change of the webroot detection. seams to be buggy

12 years agoLDAP: set also quota, when there is no explicit default value
Arthur Schiwon [Thu, 1 Mar 2012 13:31:06 +0000 (14:31 +0100)]
LDAP: set also quota, when there is no explicit default value

12 years agoLDPA: fix setting variables and add missing ones to the array
Arthur Schiwon [Thu, 1 Mar 2012 13:21:38 +0000 (14:21 +0100)]
LDPA: fix setting variables and add missing ones to the array

12 years agoLDAP fix: set user quota, if attribute is provided
Arthur Schiwon [Thu, 1 Mar 2012 13:18:28 +0000 (14:18 +0100)]
LDAP fix: set user quota, if attribute is provided

12 years agoadd test cases for stat and touch
Robin Appelman [Wed, 29 Feb 2012 22:47:53 +0000 (23:47 +0100)]
add test cases for stat and touch

12 years agoadd touch() to all storage backands, and make parameter optional
Robin Appelman [Wed, 29 Feb 2012 22:42:40 +0000 (23:42 +0100)]
add touch() to all storage backands, and make  parameter optional

12 years agoremove debug output
Robin Appelman [Wed, 29 Feb 2012 22:17:49 +0000 (23:17 +0100)]
remove debug output

12 years agoFix opendir for folders aka Google Docs collections
Michael Gapczynski [Wed, 29 Feb 2012 18:18:19 +0000 (13:18 -0500)]
Fix opendir for folders aka Google Docs collections

12 years agoconsider changed/new setting variables for user_ldap
Arthur Schiwon [Wed, 29 Feb 2012 12:03:44 +0000 (13:03 +0100)]
consider changed/new setting variables for user_ldap

12 years agomake ldap settings a little bit less ugly
Arthur Schiwon [Wed, 29 Feb 2012 11:57:11 +0000 (12:57 +0100)]
make ldap settings a little bit less ugly

12 years agoMore work on Google Docs storage backend
Michael Gapczynski [Wed, 29 Feb 2012 00:15:49 +0000 (19:15 -0500)]
More work on Google Docs storage backend

12 years agodialogs library for apps
Bartek Przybylski [Tue, 28 Feb 2012 22:02:02 +0000 (23:02 +0100)]
dialogs library for apps

12 years agotypo in function call
Arthur Schiwon [Tue, 28 Feb 2012 19:38:51 +0000 (20:38 +0100)]
typo in function call

12 years agochange the detection of the webroot. it is simpler now and also works for app directo...
Frank Karlitschek [Tue, 28 Feb 2012 17:21:23 +0000 (18:21 +0100)]
change the detection of the webroot. it is simpler now and also works for app directories outside the owncloud folder. works for me and hopefully for everybody else too

12 years agomake sure the streamwrappers are registered early
Robin Appelman [Tue, 28 Feb 2012 16:24:59 +0000 (17:24 +0100)]
make sure the streamwrappers are registered early

12 years agonever try to load an non existing template,css,img.
Frank Karlitschek [Tue, 28 Feb 2012 15:14:12 +0000 (16:14 +0100)]
never try to load an non existing template,css,img.
do propper checking, error reporting and motivate the developerto fix it ;-)

12 years agomake LDAP filter for user list configurable
Arthur Schiwon [Tue, 28 Feb 2012 13:11:51 +0000 (14:11 +0100)]
make LDAP filter for user list configurable

12 years agoadd test case for getLocalFile
Robin Appelman [Tue, 28 Feb 2012 11:06:34 +0000 (12:06 +0100)]
add test case for getLocalFile

12 years agouse in-memory files for the datase scheme during installation
Robin Appelman [Tue, 28 Feb 2012 10:39:39 +0000 (11:39 +0100)]
use in-memory files for the datase scheme during installation

12 years agouse temporary file managment
Robin Appelman [Tue, 28 Feb 2012 10:33:59 +0000 (11:33 +0100)]
use temporary file managment

12 years agofix temporary file creation
Robin Appelman [Tue, 28 Feb 2012 10:32:45 +0000 (11:32 +0100)]
fix temporary file creation

12 years agofix testcase runner
Robin Appelman [Tue, 28 Feb 2012 10:16:58 +0000 (11:16 +0100)]
fix testcase runner

12 years agofix copy/paste error in common filestorage
Robin Appelman [Tue, 28 Feb 2012 10:16:41 +0000 (11:16 +0100)]
fix copy/paste error in common filestorage

12 years agoadd temporary file managment
Robin Appelman [Tue, 28 Feb 2012 10:16:19 +0000 (11:16 +0100)]
add temporary file managment

12 years agoMerge branch 'master' of git://gitorious.org/owncloud/owncloud
Alessandro Cosentino [Mon, 27 Feb 2012 23:24:45 +0000 (18:24 -0500)]
Merge branch 'master' of git://gitorious.org/owncloud/owncloud

12 years agobookmarklets should not look like buttons
Alessandro Cosentino [Mon, 27 Feb 2012 23:20:40 +0000 (18:20 -0500)]
bookmarklets should not look like buttons

12 years agoInitial work on Google Docs storage backend
Michael Gapczynski [Mon, 27 Feb 2012 19:59:41 +0000 (14:59 -0500)]
Initial work on Google Docs storage backend

12 years agospaces -> tabs
Frank Karlitschek [Mon, 27 Feb 2012 17:01:43 +0000 (18:01 +0100)]
spaces -> tabs
Thanks to Jakob for reminding me

12 years agomore tests for filestorage
Robin Appelman [Mon, 27 Feb 2012 11:20:47 +0000 (12:20 +0100)]
more tests for filestorage

12 years agosome cleanup in filestorage
Robin Appelman [Mon, 27 Feb 2012 11:20:37 +0000 (12:20 +0100)]
some cleanup in filestorage

12 years agoextend filestorage common and provide test implementation
Robin Appelman [Mon, 27 Feb 2012 11:04:04 +0000 (12:04 +0100)]
extend filestorage common and provide test implementation

12 years agofix test case for filestorage
Robin Appelman [Mon, 27 Feb 2012 11:01:06 +0000 (12:01 +0100)]
fix test case for filestorage

file storage no longer needs to implement file_put_contents for streams

12 years agomake OC_FileStorage abstract
Robin Appelman [Mon, 27 Feb 2012 10:28:11 +0000 (11:28 +0100)]
make OC_FileStorage abstract

12 years agoremove accidendally added file
Robin Appelman [Sun, 26 Feb 2012 22:31:09 +0000 (23:31 +0100)]
remove accidendally added file

12 years agoFixed off by one bug. List length is 1 larger than the index of the last
Roland van Laar [Sun, 26 Feb 2012 21:09:21 +0000 (22:09 +0100)]
Fixed off by one bug. List length is 1 larger than the index of the last
element.

12 years agofix baseUri of the Carddav server
Georg Ehrke [Sun, 26 Feb 2012 20:46:20 +0000 (21:46 +0100)]
fix baseUri of the Carddav server

12 years agofix baseUri of the Caldav server
Georg Ehrke [Sun, 26 Feb 2012 20:44:35 +0000 (21:44 +0100)]
fix baseUri of the Caldav server

12 years agoadd missing parameter to addEventListener function - bugfix for oc-225
Georg Ehrke [Sun, 26 Feb 2012 20:29:52 +0000 (21:29 +0100)]
add missing parameter to addEventListener function - bugfix for oc-225