]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agofix variable name and undefined index notice
Bartek Przybylski [Sun, 10 Jun 2012 15:25:19 +0000 (17:25 +0200)]
fix variable name and undefined index notice

12 years agofix first time image loading error
Bartek Przybylski [Sun, 10 Jun 2012 11:04:42 +0000 (13:04 +0200)]
fix first time image loading error

12 years agoContacts: Used non-existent var.
Thomas Tanghus [Sun, 10 Jun 2012 10:47:47 +0000 (12:47 +0200)]
Contacts: Used non-existent var.

12 years agogallery: removing search provider for now
Bartek Przybylski [Sun, 10 Jun 2012 07:52:01 +0000 (09:52 +0200)]
gallery: removing search provider for now

12 years agoapps paging is not yet implemented. increase pagesize to 100 as a quickfix
Frank Karlitschek [Sat, 9 Jun 2012 20:00:28 +0000 (22:00 +0200)]
apps paging is not yet implemented. increase pagesize to 100 as a quickfix

12 years agosanitize scope and host
Michiel de Jong [Sat, 9 Jun 2012 19:03:50 +0000 (21:03 +0200)]
sanitize scope and host

12 years agoavoid clickjacking
Michiel de Jong [Sat, 9 Jun 2012 19:01:12 +0000 (21:01 +0200)]
avoid clickjacking

12 years agoAdd Dropbox storage backend
Michael Gapczynski [Sat, 9 Jun 2012 19:02:26 +0000 (15:02 -0400)]
Add Dropbox storage backend

12 years agosanitize when logged in as another user
Michiel de Jong [Sat, 9 Jun 2012 18:39:24 +0000 (20:39 +0200)]
sanitize  when logged in as another user

12 years agofinally fix the updater. next is an automatic updater. but this is a bit more tricky.
Frank Karlitschek [Sat, 9 Jun 2012 15:43:02 +0000 (17:43 +0200)]
finally fix the updater. next is an automatic updater. but this is a bit more tricky.

12 years agoprevent opening non-music files through the media ajax api
Robin Appelman [Sat, 9 Jun 2012 15:39:14 +0000 (17:39 +0200)]
prevent opening non-music files through the media ajax api

12 years agouse absolute path for file proxies
Robin Appelman [Sat, 9 Jun 2012 15:33:57 +0000 (17:33 +0200)]
use absolute path for file proxies

12 years agofix another XSS
Georg Ehrke [Sat, 9 Jun 2012 14:44:48 +0000 (16:44 +0200)]
fix another XSS

12 years agofix XSS in Calendar
Georg Ehrke [Sat, 9 Jun 2012 14:34:43 +0000 (16:34 +0200)]
fix XSS in Calendar

12 years agoBump version to trigger db update.
Thomas Tanghus [Sat, 9 Jun 2012 14:04:47 +0000 (16:04 +0200)]
Bump version to trigger db update.

12 years agoload all apps when loging in, needed for apps listening to login hooks
Robin Appelman [Sat, 9 Jun 2012 13:57:57 +0000 (15:57 +0200)]
load all apps when loging in, needed for apps listening to login hooks

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Georg Ehrke [Sat, 9 Jun 2012 13:40:48 +0000 (15:40 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoincrease height of event dialog
Georg Ehrke [Sat, 9 Jun 2012 13:38:03 +0000 (15:38 +0200)]
increase height of event dialog

12 years agoChanged preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.
Thomas Tanghus [Sat, 9 Jun 2012 13:33:38 +0000 (15:33 +0200)]
Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.

12 years agodont load apps when displaying the login page
Robin Appelman [Sat, 9 Jun 2012 13:25:00 +0000 (15:25 +0200)]
dont load apps when displaying the login page

and only load authentication apps during login

12 years agoadd function in filesystem to strip webroot
Bartek Przybylski [Sat, 9 Jun 2012 13:26:26 +0000 (15:26 +0200)]
add function in filesystem to strip webroot

12 years agohandle encrypted images files in oc_image
Bartek Przybylski [Sat, 9 Jun 2012 13:22:02 +0000 (15:22 +0200)]
handle encrypted images files in oc_image

12 years agofix a bug in when
Georg Ehrke [Sat, 9 Jun 2012 13:14:49 +0000 (15:14 +0200)]
fix a bug in when

12 years agofix creation of monthly repeated events
Georg Ehrke [Sat, 9 Jun 2012 13:13:09 +0000 (15:13 +0200)]
fix creation of monthly repeated events

12 years agoremoving app access check, fix title for links in tiles
Bartek Przybylski [Sat, 9 Jun 2012 13:12:28 +0000 (15:12 +0200)]
removing app access check, fix title for links in tiles

12 years agofix potential xss in multiselect
Robin Appelman [Sat, 9 Jun 2012 13:07:09 +0000 (15:07 +0200)]
fix potential xss in multiselect

12 years agoadd two csrf check calls. Review and lot´s of porting needed.
Frank Karlitschek [Sat, 9 Jun 2012 13:05:14 +0000 (15:05 +0200)]
add two csrf check calls. Review and lot´s of porting needed.

12 years agoContacts: Use POST instead of GET.
Thomas Tanghus [Sat, 9 Jun 2012 13:00:18 +0000 (15:00 +0200)]
Contacts: Use POST instead of GET.

12 years agoCode cleanup.
Thomas Tanghus [Sat, 9 Jun 2012 12:53:35 +0000 (14:53 +0200)]
Code cleanup.

12 years agomake use of post instead of get
Georg Ehrke [Sat, 9 Jun 2012 12:40:15 +0000 (14:40 +0200)]
make use of post instead of get

12 years agoTasks: Use POST for ajax calls that change data
Bart Visscher [Sat, 9 Jun 2012 12:32:51 +0000 (14:32 +0200)]
Tasks: Use POST for ajax calls that change data

12 years agoCheck for missing path_info, also use OC_Response for 404 error
Bart Visscher [Sat, 9 Jun 2012 12:32:02 +0000 (14:32 +0200)]
Check for missing path_info, also use OC_Response for 404 error

12 years agofix infinite redirect during setup for windows hosts
Robin Appelman [Sat, 9 Jun 2012 12:37:52 +0000 (14:37 +0200)]
fix infinite redirect during setup for windows hosts

12 years agofix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but empty aka...
Georg Ehrke [Fri, 8 Jun 2012 20:30:02 +0000 (22:30 +0200)]
fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but empty aka /?app

12 years agotabs for spaces, fix array key name
Bartek Przybylski [Fri, 8 Jun 2012 19:55:28 +0000 (21:55 +0200)]
tabs for spaces, fix array key name

12 years agohide share button until sharing wont be fixed
Bartek Przybylski [Fri, 8 Jun 2012 19:44:05 +0000 (21:44 +0200)]
hide share button until sharing wont be fixed

12 years agoadding navigation bar to gallery
Bartek Przybylski [Fri, 8 Jun 2012 19:31:31 +0000 (21:31 +0200)]
adding navigation bar to gallery

12 years agoremove old code
Bartek Przybylski [Fri, 8 Jun 2012 18:34:10 +0000 (20:34 +0200)]
remove old code

12 years agoadding missing file
Bartek Przybylski [Fri, 8 Jun 2012 18:27:08 +0000 (20:27 +0200)]
adding missing file

12 years agotabs for spaces, removing thumbnail on file removal
Bartek Przybylski [Fri, 8 Jun 2012 18:26:17 +0000 (20:26 +0200)]
tabs for spaces, removing thumbnail on file removal

12 years agoDon't use substr to get first char of string
Bart Visscher [Fri, 8 Jun 2012 19:23:25 +0000 (21:23 +0200)]
Don't use substr to get first char of string

12 years agoSmarter code for OC_FileProxy
Bart Visscher [Fri, 8 Jun 2012 19:08:38 +0000 (21:08 +0200)]
Smarter code for OC_FileProxy

12 years agoAdd cache for getStorage and getInternalPath functions.
Bart Visscher [Fri, 8 Jun 2012 18:47:11 +0000 (20:47 +0200)]
Add cache for getStorage and getInternalPath functions.

These are called for almost every file operation.

12 years agoAdd stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File
Bart Visscher [Fri, 8 Jun 2012 18:26:08 +0000 (20:26 +0200)]
Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File

Speeds up access of directories with large number of files.

12 years agoComment layout and spelling fixes
Bart Visscher [Fri, 8 Jun 2012 14:39:21 +0000 (16:39 +0200)]
Comment layout and spelling fixes

12 years agoContacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)
Thomas Tanghus [Fri, 8 Jun 2012 18:38:06 +0000 (20:38 +0200)]
Contacts: Closed stupid XSS hole. Thanks AnybodyElse ;-)

12 years agoAdd Amazon Web Services SDK to 3rdparty for Amazon S3 external storage
Michael Gapczynski [Fri, 8 Jun 2012 17:48:38 +0000 (13:48 -0400)]
Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage

12 years agoWorking UI for external storage mount configuration
Michael Gapczynski [Fri, 8 Jun 2012 15:42:00 +0000 (11:42 -0400)]
Working UI for external storage mount configuration

12 years agotypo in var
Arthur Schiwon [Fri, 8 Jun 2012 12:57:01 +0000 (14:57 +0200)]
typo in var

12 years agogenerate a random salt during installation and store it in the config.php. use it...
Frank Karlitschek [Fri, 8 Jun 2012 10:31:37 +0000 (12:31 +0200)]
generate a random salt during installation and store it in the config.php. use it to salt the password hashing.

12 years agoSharing, fix: connect to hooks from the correct classes
Arthur Schiwon [Fri, 8 Jun 2012 09:55:16 +0000 (11:55 +0200)]
Sharing, fix: connect to hooks from the correct classes

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Fri, 8 Jun 2012 09:50:08 +0000 (11:50 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoadd spacing lines to our awesome new sample config file. readability++
Frank Karlitschek [Fri, 8 Jun 2012 09:49:14 +0000 (11:49 +0200)]
add spacing lines to our awesome new sample config file. readability++

12 years agofixed broken lines in user table
Bjoern Schiessle [Fri, 8 Jun 2012 09:37:04 +0000 (11:37 +0200)]
fixed broken lines in user table

12 years agosplit share and root config for smb backend, also sanitize config a bit more
Robin Appelman [Thu, 7 Jun 2012 23:29:46 +0000 (01:29 +0200)]
split share and root config for smb backend, also sanitize config a bit more

12 years agoGallery: Fix database creation on update, also only from version less then 0.5
Bart Visscher [Thu, 7 Jun 2012 21:38:50 +0000 (23:38 +0200)]
Gallery: Fix database creation on update, also only from version less then 0.5

12 years agoUse the default parameter of OC_Config::getValue to set defaults
Bart Visscher [Thu, 7 Jun 2012 20:49:50 +0000 (22:49 +0200)]
Use the default parameter of OC_Config::getValue to set defaults

12 years agoAdd help texts to config options in config.sample.php
Bart Visscher [Thu, 7 Jun 2012 20:47:18 +0000 (22:47 +0200)]
Add help texts to config options in config.sample.php

12 years agoBetter handling of core.css and core.js
Bart Visscher [Thu, 7 Jun 2012 15:28:39 +0000 (17:28 +0200)]
Better handling of core.css and core.js

Fixes calling remote.php on install.
Fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-933

12 years agoContacts: Attempt to make file upload work in ICS Chrome.
Thomas Tanghus [Thu, 7 Jun 2012 18:28:28 +0000 (20:28 +0200)]
Contacts: Attempt to make file upload work in ICS Chrome.

12 years agoBreak text to fit in dialog.
Thomas Tanghus [Thu, 7 Jun 2012 18:27:53 +0000 (20:27 +0200)]
Break text to fit in dialog.

12 years agoProtect the help page
Tom Needham [Thu, 7 Jun 2012 17:43:26 +0000 (17:43 +0000)]
Protect the help page

12 years agoLDAP: cache the results, reduce LDAP searches
Arthur Schiwon [Thu, 7 Jun 2012 16:55:32 +0000 (18:55 +0200)]
LDAP: cache the results, reduce LDAP searches

12 years agoldap: enable the destructor
Arthur Schiwon [Thu, 7 Jun 2012 16:13:41 +0000 (18:13 +0200)]
ldap: enable the destructor

12 years agoMake it easier to subclass OC_L10N.
Thomas Tanghus [Thu, 7 Jun 2012 15:25:25 +0000 (17:25 +0200)]
Make it easier to subclass OC_L10N.

12 years agopictures: update script and removal some all stuff
Bartek Przybylski [Thu, 7 Jun 2012 15:07:51 +0000 (17:07 +0200)]
pictures: update script and removal some all stuff

12 years agoEdited combobox to adhere to coding standards and added a dblclick handler.
Thomas Tanghus [Sat, 12 May 2012 11:42:41 +0000 (13:42 +0200)]
Edited combobox to adhere to coding standards and added a dblclick handler.

12 years agoRemove old internal mail call for password reset, fixes bug oc-934
Michael Gapczynski [Thu, 7 Jun 2012 13:25:50 +0000 (09:25 -0400)]
Remove old internal mail call for password reset, fixes bug oc-934

12 years agoldap: remove unused private functions
Arthur Schiwon [Thu, 7 Jun 2012 11:39:15 +0000 (13:39 +0200)]
ldap: remove unused private functions

12 years agoldap: correct query condition and determining of success
Arthur Schiwon [Thu, 7 Jun 2012 11:36:34 +0000 (13:36 +0200)]
ldap: correct query condition and determining of success

12 years agoldap: check index carefully, can be 0
Arthur Schiwon [Thu, 7 Jun 2012 10:44:59 +0000 (12:44 +0200)]
ldap: check index carefully, can be 0

12 years agoMigration: Fixed wrong download URL: http://forum.owncloud.org/viewtopic.php?f=4...
Thomas Tanghus [Thu, 7 Jun 2012 11:08:42 +0000 (13:08 +0200)]
Migration: Fixed wrong download URL: http://forum.owncloud.org/viewtopic.php?f=4&t=2511

12 years agoCalendar: Added more explicit sync links and fixed indentation.
Thomas Tanghus [Thu, 7 Jun 2012 10:21:24 +0000 (12:21 +0200)]
Calendar: Added more explicit sync links and fixed indentation.

12 years agoContacts: Import upload button was obscured on Android browser.
Thomas Tanghus [Thu, 7 Jun 2012 08:54:25 +0000 (10:54 +0200)]
Contacts: Import upload button was obscured on Android browser.

12 years agoA bit of pixel-pushing.
Thomas Tanghus [Wed, 6 Jun 2012 17:13:57 +0000 (19:13 +0200)]
A bit of pixel-pushing.

12 years agoadding title when fancybox is displayed
Bartek Przybylski [Wed, 6 Jun 2012 21:29:23 +0000 (23:29 +0200)]
adding title when fancybox is displayed

12 years agoreplace spaces with tabs, use const and linkTo instead of static path
Bartek Przybylski [Wed, 6 Jun 2012 21:23:23 +0000 (23:23 +0200)]
replace spaces with tabs, use const and linkTo instead of static path

12 years agoAdd layer to select fast or slow cache for storing values
Bart Visscher [Wed, 6 Jun 2012 19:58:36 +0000 (21:58 +0200)]
Add layer to select fast or slow cache for storing values

12 years agohack for file download
Bartek Przybylski [Wed, 6 Jun 2012 20:20:56 +0000 (22:20 +0200)]
hack for file download

12 years agoremoving test image
Bartek Przybylski [Wed, 6 Jun 2012 20:13:25 +0000 (22:13 +0200)]
removing test image

12 years agoaviod incorrect image size returning in gallery listing
Bartek Przybylski [Wed, 6 Jun 2012 20:10:09 +0000 (22:10 +0200)]
aviod incorrect image size returning in gallery listing

12 years agouse fancybox to display image preview
Bartek Przybylski [Tue, 5 Jun 2012 16:32:42 +0000 (18:32 +0200)]
use fancybox to display image preview

12 years agonavigate on galleries
Bartek Przybylski [Sat, 2 Jun 2012 22:29:10 +0000 (00:29 +0200)]
navigate on galleries

12 years agonew db scheme
Bartek Przybylski [Sat, 2 Jun 2012 13:30:30 +0000 (15:30 +0200)]
new db scheme

12 years agogit status
Bartek Przybylski [Sat, 2 Jun 2012 13:25:50 +0000 (15:25 +0200)]
git status

12 years agofixed var name, $filename should be $foldername
Bjoern Schiessle [Wed, 6 Jun 2012 16:08:51 +0000 (18:08 +0200)]
fixed var name, $filename should be $foldername

12 years agoavoid too-early database access and thus make owncloud installable again
Arthur Schiwon [Wed, 6 Jun 2012 15:29:57 +0000 (17:29 +0200)]
avoid too-early database access and thus make owncloud installable again

12 years agoContacts: Make js a tad DRYer. Added URL property.
Thomas Tanghus [Wed, 6 Jun 2012 13:28:39 +0000 (15:28 +0200)]
Contacts: Make js a tad DRYer. Added URL property.

12 years agoCorrect mime type.
Thomas Tanghus [Wed, 6 Jun 2012 11:18:33 +0000 (13:18 +0200)]
Correct mime type.

12 years agofix wrong documentation
Frank Karlitschek [Wed, 6 Jun 2012 12:18:30 +0000 (14:18 +0200)]
fix wrong documentation

12 years agoLDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914
Arthur Schiwon [Wed, 6 Jun 2012 10:29:48 +0000 (12:29 +0200)]
LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914

12 years agoCorrected typos.
Thomas Tanghus [Wed, 6 Jun 2012 09:46:11 +0000 (11:46 +0200)]
Corrected typos.

12 years agofixed wrong function call
Bjoern Schiessle [Wed, 6 Jun 2012 08:40:22 +0000 (10:40 +0200)]
fixed wrong function call

12 years agoLess aggressive caching on thumbnails too.
Thomas Tanghus [Tue, 5 Jun 2012 23:04:59 +0000 (01:04 +0200)]
Less aggressive caching on thumbnails too.

12 years agoCleanup.
Thomas Tanghus [Tue, 5 Jun 2012 22:26:21 +0000 (00:26 +0200)]
Cleanup.

12 years agoAlso use OC_Cache here.
Thomas Tanghus [Tue, 5 Jun 2012 22:22:03 +0000 (00:22 +0200)]
Also use OC_Cache here.

12 years agoContacts: Removed temp dir cleanup after using OC_Cache.
Thomas Tanghus [Tue, 5 Jun 2012 21:58:46 +0000 (23:58 +0200)]
Contacts: Removed temp dir cleanup after using OC_Cache.

12 years agoupdate translations
Robin Appelman [Tue, 5 Jun 2012 22:29:28 +0000 (00:29 +0200)]
update translations

12 years agodont show config option for file upload size if we cant write the new value
Robin Appelman [Tue, 5 Jun 2012 22:24:15 +0000 (00:24 +0200)]
dont show config option for file upload size if we cant write the new value

12 years agoupdate l10n script to better read js files
Robin Appelman [Tue, 5 Jun 2012 22:11:45 +0000 (00:11 +0200)]
update l10n script to better read js files