]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoOC_VCategories: sort categories in natural order using usort
Bart Visscher [Thu, 12 Apr 2012 21:02:24 +0000 (23:02 +0200)]
OC_VCategories: sort categories in natural order using usort

Use usort to sort, so that the json encoding is an array.

12 years agoRemove unused function getCategoryOptions from OC_Calendar_Object
Bart Visscher [Thu, 12 Apr 2012 20:43:59 +0000 (22:43 +0200)]
Remove unused function getCategoryOptions from OC_Calendar_Object

12 years agoContacts: Also initialize org var in updateValuesFromAdd
Bart Visscher [Thu, 12 Apr 2012 20:38:34 +0000 (22:38 +0200)]
Contacts: Also initialize org var in updateValuesFromAdd

12 years agoContacts: add space before parameter
Bart Visscher [Thu, 12 Apr 2012 20:38:09 +0000 (22:38 +0200)]
Contacts: add space before parameter

12 years agoContacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_App
Bart Visscher [Thu, 12 Apr 2012 20:31:28 +0000 (22:31 +0200)]
Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_App

This is in preparation of making $categories protected and initialized
with default categories.

12 years agoFix categories delete fallback when there is no app specific ajax categories delete...
Bart Visscher [Thu, 12 Apr 2012 20:25:40 +0000 (22:25 +0200)]
Fix categories delete fallback when there is no app specific ajax categories delete function

12 years agoImplement default categories in OC_VCategories
Bart Visscher [Thu, 12 Apr 2012 20:23:42 +0000 (22:23 +0200)]
Implement default categories in OC_VCategories

12 years agoadd a title attribute to the logout button
Frank Karlitschek [Thu, 12 Apr 2012 18:34:56 +0000 (20:34 +0200)]
add a title attribute to the logout button

12 years agooff by default. great tool for developers but confusing for users.
Frank Karlitschek [Thu, 12 Apr 2012 18:23:45 +0000 (20:23 +0200)]
off by default. great tool for developers but confusing for users.

12 years agoalways display config values
Arthur Schiwon [Thu, 12 Apr 2012 17:43:43 +0000 (19:43 +0200)]
always display config values

don't change values unintentionally

12 years agoFix a session fixation vulnerability
Florian Preinstorfer [Tue, 13 Mar 2012 15:00:53 +0000 (16:00 +0100)]
Fix a session fixation vulnerability

- regenerate the session for every successful login
- properly destroy a session

Further information can be found on:
https://en.wikipedia.org/wiki/session_fixation

12 years agowrong defaultValue definition in OC.AppConfig.getValue
unknown [Mon, 19 Mar 2012 23:30:53 +0000 (00:30 +0100)]
wrong defaultValue definition in OC.AppConfig.getValue

done

12 years agoFixed OC-261 by modifying js files in apps/media/
Deepak Mittal [Fri, 23 Mar 2012 14:11:03 +0000 (19:41 +0530)]
Fixed OC-261 by modifying js files in apps/media/

12 years agoUTF8 locale by default
Grundik [Sun, 8 Apr 2012 01:30:06 +0000 (05:30 +0400)]
UTF8 locale by default

12 years agoUse OC_Helper::serverHost() in openid settings
Daniele E. Domenichelli [Thu, 12 Apr 2012 12:40:49 +0000 (14:40 +0200)]
Use OC_Helper::serverHost() in openid settings

12 years agoUse OC_Helper::serverHost() in OC_Helper::linkToAbsolute()
Daniele E. Domenichelli [Thu, 12 Apr 2012 12:38:36 +0000 (14:38 +0200)]
Use OC_Helper::serverHost() in OC_Helper::linkToAbsolute()

12 years agoAdd method OC_Helper::serverHost()
Daniele E. Domenichelli [Thu, 12 Apr 2012 12:35:28 +0000 (14:35 +0200)]
Add method OC_Helper::serverHost()

This method returns the server host, even if the website uses one or
more reverse proxies.

12 years agotests for oc_filesystem
Robin Appelman [Thu, 12 Apr 2012 13:55:56 +0000 (15:55 +0200)]
tests for oc_filesystem

12 years agoupgrade getid3
Robin Appelman [Mon, 2 Apr 2012 21:33:18 +0000 (23:33 +0200)]
upgrade getid3

12 years agoincrease version to show that we are not the same as stable
Frank Karlitschek [Wed, 11 Apr 2012 07:20:28 +0000 (09:20 +0200)]
increase version to show that we are not the same as stable

12 years agoVCategories: fix function names to coding standard
Bart Visscher [Tue, 10 Apr 2012 19:53:51 +0000 (21:53 +0200)]
VCategories: fix function names to coding standard

12 years agoContacts: fix function names to coding standard
Bart Visscher [Tue, 10 Apr 2012 19:53:36 +0000 (21:53 +0200)]
Contacts: fix function names to coding standard

12 years agoContacts: Don't lowercase categories value when saving
Bart Visscher [Tue, 10 Apr 2012 19:19:03 +0000 (21:19 +0200)]
Contacts: Don't lowercase categories value when saving

12 years agoContacts: Make part.no_contacts.php translatable
Bart Visscher [Tue, 10 Apr 2012 19:15:38 +0000 (21:15 +0200)]
Contacts: Make part.no_contacts.php translatable

12 years agoSilence error for missing appinfo info file
Bart Visscher [Fri, 30 Mar 2012 22:03:21 +0000 (00:03 +0200)]
Silence error for missing appinfo info file

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Tue, 10 Apr 2012 13:05:59 +0000 (15:05 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agodon´t enable by default. still broken
Frank Karlitschek [Tue, 10 Apr 2012 13:05:33 +0000 (15:05 +0200)]
don´t enable by default. still broken

12 years agofix: drag'n'drop actions with files containing special chars, fixes oc-420
Arthur Schiwon [Tue, 10 Apr 2012 11:53:27 +0000 (13:53 +0200)]
fix: drag'n'drop actions with files containing special chars, fixes oc-420

12 years agofix includes
Frank Karlitschek [Mon, 9 Apr 2012 20:51:53 +0000 (22:51 +0200)]
fix includes

12 years agoAdd Craigs granite library to 3rdparty and files_versioning. Still not working and...
Frank Karlitschek [Mon, 9 Apr 2012 20:10:29 +0000 (22:10 +0200)]
Add Craigs granite library to 3rdparty and files_versioning. Still not working and lots ot stuff to do.

12 years agoContacts: Fix for not being able to add contact to empty/non-existant address book.
Thomas Tanghus [Mon, 9 Apr 2012 14:29:56 +0000 (16:29 +0200)]
Contacts: Fix for not being able to add contact to empty/non-existant address book.

12 years agoRemoved padding.
Thomas Tanghus [Mon, 9 Apr 2012 14:29:35 +0000 (16:29 +0200)]
Removed padding.

12 years agoRe-added file I had accidentally removed earlier :-P
Thomas Tanghus [Mon, 9 Apr 2012 14:02:59 +0000 (16:02 +0200)]
Re-added file I had accidentally removed earlier :-P

12 years agoCopy over all file app data for imported user
Tom Needham [Sun, 8 Apr 2012 19:16:03 +0000 (19:16 +0000)]
Copy over all file app data for imported user

12 years agoDecode json response for admin exports
Tom Needham [Sun, 8 Apr 2012 19:08:17 +0000 (19:08 +0000)]
Decode json response for admin exports

12 years agoFix sqlite version detection
Tom Needham [Sun, 8 Apr 2012 18:52:31 +0000 (18:52 +0000)]
Fix sqlite version detection

12 years agoEmit hooks for user creation
Tom Needham [Sat, 7 Apr 2012 22:00:32 +0000 (22:00 +0000)]
Emit hooks for user creation

12 years agoReturn JSON for import and export methods of OC_Migrate
Tom Needham [Sat, 7 Apr 2012 21:55:16 +0000 (21:55 +0000)]
Return JSON for import and export methods of OC_Migrate

12 years agoMerge branch 'master' into migration
Tom Needham [Sat, 7 Apr 2012 17:31:30 +0000 (17:31 +0000)]
Merge branch 'master' into migration

12 years agoHide instance import as it eats data
Tom Needham [Sat, 7 Apr 2012 17:27:09 +0000 (17:27 +0000)]
Hide instance import as it eats data

12 years agorename admin_export -> admin_migrate
Tom Needham [Sat, 7 Apr 2012 17:23:25 +0000 (17:23 +0000)]
rename admin_export -> admin_migrate

12 years agoDisplay errors on import
Tom Needham [Sat, 7 Apr 2012 16:13:18 +0000 (16:13 +0000)]
Display errors on import

12 years agoContacts: Misc. cleanup tweaks.
Thomas Tanghus [Sat, 7 Apr 2012 14:03:11 +0000 (16:03 +0200)]
Contacts: Misc. cleanup tweaks.

12 years agoFix bug oc-413: PHP fatal error in contacts page when no contacts in ownCloud.
Thomas Tanghus [Sat, 7 Apr 2012 14:01:50 +0000 (16:01 +0200)]
Fix bug oc-413: PHP fatal error in contacts page when no contacts in ownCloud.

12 years agoAdd some filetypes
Tom Needham [Sat, 7 Apr 2012 13:32:00 +0000 (13:32 +0000)]
Add some filetypes

12 years agoUpdate url
Tom Needham [Sat, 7 Apr 2012 13:07:44 +0000 (13:07 +0000)]
Update url

12 years agoGive editor focus after saving
Tom Needham [Fri, 6 Apr 2012 21:38:38 +0000 (21:38 +0000)]
Give editor focus after saving

12 years agoProvide undo when closing editor with unsaved changes
Tom Needham [Fri, 6 Apr 2012 21:37:28 +0000 (21:37 +0000)]
Provide undo when closing editor with unsaved changes

12 years agoShow nice errors
Tom Needham [Fri, 6 Apr 2012 20:52:41 +0000 (20:52 +0000)]
Show nice errors

12 years agomimetype filter for filepicker
Bartek Przybylski [Thu, 5 Apr 2012 21:18:44 +0000 (23:18 +0200)]
mimetype filter for filepicker

12 years agofilepicker loading style fixup
Bartek Przybylski [Thu, 5 Apr 2012 20:25:58 +0000 (22:25 +0200)]
filepicker loading style fixup

12 years agoloading screen for filepicker
Bartek Przybylski [Thu, 5 Apr 2012 19:29:54 +0000 (21:29 +0200)]
loading screen for filepicker

12 years agoMerge commit 'refs/merge-requests/102' of git://gitorious.org/owncloud/owncloud into...
Florian Hülsmann [Wed, 4 Apr 2012 19:36:50 +0000 (21:36 +0200)]
Merge commit 'refs/merge-requests/102' of git://gitorious.org/owncloud/owncloud into merge-requests/102

12 years agoMake the token really random
Tom Needham [Wed, 4 Apr 2012 13:17:03 +0000 (13:17 +0000)]
Make the token really random

12 years agowebdav needs to load authentication apps
Arthur Schiwon [Wed, 4 Apr 2012 10:41:32 +0000 (12:41 +0200)]
webdav needs to load authentication apps

12 years agoCheck blacklist before saving to filesystem
Tom Needham [Tue, 3 Apr 2012 22:31:34 +0000 (22:31 +0000)]
Check blacklist before saving to filesystem

12 years agoDont typecast variables as integers
Tom Needham [Tue, 3 Apr 2012 21:14:55 +0000 (21:14 +0000)]
Dont typecast variables as integers

12 years agoadding icons to filepicker
Bartek Przybylski [Tue, 3 Apr 2012 20:17:34 +0000 (22:17 +0200)]
adding icons to filepicker

12 years agoContacts: l11n for geo autocomplete. Not sure if it works though.
Thomas Tanghus [Tue, 3 Apr 2012 06:13:10 +0000 (08:13 +0200)]
Contacts: l11n for geo autocomplete. Not sure if it works though.

12 years agoContacts: Added autocomplete using geonames.org.
Thomas Tanghus [Tue, 3 Apr 2012 05:29:47 +0000 (07:29 +0200)]
Contacts: Added autocomplete using geonames.org.

12 years agoContacts: First work on cleaner design.
Thomas Tanghus [Tue, 3 Apr 2012 01:28:12 +0000 (03:28 +0200)]
Contacts: First work on cleaner design.

12 years agoContacts: rescan categories on load if there are none.
Thomas Tanghus [Thu, 29 Mar 2012 16:54:06 +0000 (18:54 +0200)]
Contacts: rescan categories on load if there are none.

12 years agomerged from upstream
Florian Hülsmann [Mon, 2 Apr 2012 21:54:18 +0000 (23:54 +0200)]
merged from upstream

12 years agomultiselect handle for filepicker
Bartek Przybylski [Mon, 2 Apr 2012 19:31:34 +0000 (21:31 +0200)]
multiselect handle for filepicker

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Mon, 2 Apr 2012 17:44:24 +0000 (17:44 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoconfirm close when there are unsaved changes
Tom Needham [Mon, 2 Apr 2012 17:44:15 +0000 (17:44 +0000)]
confirm close when there are unsaved changes

12 years agodialogs filepicker first draft
Bartek Przybylski [Mon, 2 Apr 2012 17:39:24 +0000 (19:39 +0200)]
dialogs filepicker first draft

12 years agoadd * to filename when changes have been made
Tom Needham [Mon, 2 Apr 2012 17:27:06 +0000 (17:27 +0000)]
add * to filename when changes have been made

12 years agouse OC_Dialogs instead of alert()
Tom Needham [Mon, 2 Apr 2012 16:35:11 +0000 (16:35 +0000)]
use OC_Dialogs instead of alert()

12 years agoMerge branch 'master' of gitorious.org:~cbix/owncloud/cbix-owncloud
Florian Hülsmann [Mon, 2 Apr 2012 15:13:21 +0000 (17:13 +0200)]
Merge branch 'master' of gitorious.org:~cbix/owncloud/cbix-owncloud

12 years agowebfinger protocol compatible + minor changes
Florian Hülsmann [Mon, 2 Apr 2012 15:12:52 +0000 (17:12 +0200)]
webfinger protocol compatible + minor changes

12 years agowebfinger protocol compatible + minor changes
Florian Hülsmann [Mon, 2 Apr 2012 04:31:00 +0000 (06:31 +0200)]
webfinger protocol compatible + minor changes

12 years agoMove writable check into local filestorage so shared files can be renamed
Michael Gapczynski [Sun, 1 Apr 2012 17:30:41 +0000 (13:30 -0400)]
Move writable check into local filestorage so shared files can be renamed

12 years agothe core apps don't have types
Robin Appelman [Sun, 1 Apr 2012 17:20:59 +0000 (19:20 +0200)]
the core apps don't have types

12 years agooc_db is not pdo
Robin Appelman [Sun, 1 Apr 2012 15:31:44 +0000 (17:31 +0200)]
oc_db is not pdo

also pgsql does not like double quotes

12 years agoTry to configure php to enable big file uploads.
Frank Karlitschek [Sun, 1 Apr 2012 15:02:32 +0000 (17:02 +0200)]
Try to configure php to enable big file uploads.
This doesn´t work always depending on the webserver and php configuration.
Let´s try to overwrite some defaults anyways

12 years agoupdate outdated README
Frank Karlitschek [Sun, 1 Apr 2012 14:06:08 +0000 (16:06 +0200)]
update outdated README

12 years agoShow the different editions to the user. Used in the status call, on the personal...
Frank Karlitschek [Sun, 1 Apr 2012 09:20:12 +0000 (11:20 +0200)]
Show the different editions to the user. Used in the status call, on the personal settings page and in the updater to update to the next available version from the same edition.

12 years agoCheck file handle exists before trying to read file
Michael Gapczynski [Sun, 1 Apr 2012 06:38:26 +0000 (02:38 -0400)]
Check file handle exists before trying to read file

12 years agotry to use transactions to replace db
Tom Needham [Sun, 1 Apr 2012 00:25:47 +0000 (00:25 +0000)]
try to use transactions to replace db

12 years agoFix user app data export
Tom Needham [Sun, 1 Apr 2012 00:07:39 +0000 (00:07 +0000)]
Fix user app data export

12 years agoMerge branch 'master' into migration
Tom Needham [Sat, 31 Mar 2012 23:56:16 +0000 (23:56 +0000)]
Merge branch 'master' into migration

12 years agoFix owncloud log
Tom Needham [Sat, 31 Mar 2012 23:55:41 +0000 (23:55 +0000)]
Fix owncloud log

12 years agoRemove db tmp file after export creation
Tom Needham [Sat, 31 Mar 2012 23:20:08 +0000 (23:20 +0000)]
Remove db tmp file after export creation

12 years agoprevent an possible xss exploit
Robin Appelman [Sat, 31 Mar 2012 22:55:12 +0000 (00:55 +0200)]
prevent an possible xss exploit

12 years agoremove debug
Tom Needham [Sat, 31 Mar 2012 22:50:57 +0000 (22:50 +0000)]
remove debug

12 years agoFix loading image after export failure
Tom Needham [Sat, 31 Mar 2012 22:47:38 +0000 (22:47 +0000)]
Fix loading image after export failure

12 years agoMerge branch 'master' into migration
Tom Needham [Sat, 31 Mar 2012 22:44:50 +0000 (22:44 +0000)]
Merge branch 'master' into migration

12 years agoUse ajax to download file, OC_Dialogs for errors
Tom Needham [Sat, 31 Mar 2012 22:41:43 +0000 (22:41 +0000)]
Use ajax to download file, OC_Dialogs for errors

12 years agoadding callback when ok click on alert dialog
Bartek Przybylski [Sat, 31 Mar 2012 22:30:52 +0000 (00:30 +0200)]
adding callback when ok click on alert dialog

12 years agofix eventsource for ie
Robin Appelman [Sat, 31 Mar 2012 14:40:42 +0000 (16:40 +0200)]
fix eventsource for ie

12 years agodont send to much when scanning large folders
Robin Appelman [Sat, 31 Mar 2012 14:28:22 +0000 (16:28 +0200)]
dont send to much when scanning large folders

12 years agosend more progress updates when scanning large folders
Robin Appelman [Sat, 31 Mar 2012 14:24:53 +0000 (16:24 +0200)]
send more progress updates when scanning large folders

12 years agomake sure output buffering is dissabled when using eventsource
Robin Appelman [Sat, 31 Mar 2012 14:20:32 +0000 (16:20 +0200)]
make sure output buffering is dissabled when using eventsource

12 years agofix potential problem when using multiply eventsource's
Robin Appelman [Sat, 31 Mar 2012 14:10:29 +0000 (16:10 +0200)]
fix potential problem when using multiply eventsource's

12 years agowebfinger reimplementation started
Florian Hülsmann [Sat, 31 Mar 2012 00:42:41 +0000 (02:42 +0200)]
webfinger reimplementation started

12 years agoFix HTML, misspelled span close tag
Bart Visscher [Fri, 30 Mar 2012 21:40:29 +0000 (23:40 +0200)]
Fix HTML, misspelled span close tag

12 years agoMove logfile determination to init function
Bart Visscher [Fri, 30 Mar 2012 21:40:16 +0000 (23:40 +0200)]
Move logfile determination to init function

12 years agocheckUpgrade has to be after template initialization
Bart Visscher [Fri, 30 Mar 2012 21:33:36 +0000 (23:33 +0200)]
checkUpgrade has to be after template initialization

The error path of checkUpgrade uses the template

12 years agoMove more from base init to separate functions
Bart Visscher [Fri, 30 Mar 2012 21:31:05 +0000 (23:31 +0200)]
Move more from base init to separate functions