]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 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

12 years agoprevent creating files with a / the name
Robin Appelman [Tue, 5 Jun 2012 22:02:13 +0000 (00:02 +0200)]
prevent creating files with a / the name

12 years agoSupress any warnings if log file does not exist
Michael Gapczynski [Tue, 5 Jun 2012 21:44:07 +0000 (17:44 -0400)]
Supress any warnings if log file does not exist

12 years agoAdd OC_Cache implementation for APC
Bart Visscher [Tue, 5 Jun 2012 21:19:28 +0000 (23:19 +0200)]
Add OC_Cache implementation for APC

12 years agoSkip test for XCache when the module is not there
Bart Visscher [Tue, 5 Jun 2012 21:10:51 +0000 (23:10 +0200)]
Skip test for XCache when the module is not there

12 years agoOC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache clean
Bart Visscher [Tue, 5 Jun 2012 21:09:49 +0000 (23:09 +0200)]
OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache clean

12 years agoSpelling fixes in XCache files
Bart Visscher [Tue, 5 Jun 2012 19:11:18 +0000 (21:11 +0200)]
Spelling fixes in XCache files

12 years agoUse UID for cache key.
Thomas Tanghus [Tue, 5 Jun 2012 19:19:46 +0000 (21:19 +0200)]
Use UID for cache key.

12 years agoadd TTL tests for OC_Cache
Robin Appelman [Tue, 5 Jun 2012 18:59:52 +0000 (20:59 +0200)]
add TTL tests for OC_Cache

12 years agoadd hasKey for XCache backend
Robin Appelman [Tue, 5 Jun 2012 18:54:07 +0000 (20:54 +0200)]
add hasKey for XCache backend

12 years agoContacts: Use OC_Cache for contact photo handling instead of temp dir.
Thomas Tanghus [Tue, 5 Jun 2012 18:30:22 +0000 (20:30 +0200)]
Contacts: Use OC_Cache for contact photo handling instead of temp dir.

12 years agoAdded hasKey() method to OC_Cache.
Thomas Tanghus [Tue, 5 Jun 2012 18:21:06 +0000 (20:21 +0200)]
Added hasKey() method to OC_Cache.

12 years agoAdded data() method to OC_Image to return raw image data.
Thomas Tanghus [Tue, 5 Jun 2012 18:19:27 +0000 (20:19 +0200)]
Added data() method to OC_Image to return raw image data.

12 years agoadd XCache backend and testcases for OC_Cache
Robin Appelman [Tue, 5 Jun 2012 17:58:30 +0000 (19:58 +0200)]
add XCache backend and testcases for OC_Cache

12 years agoadd OC_Cache::clear
Robin Appelman [Tue, 5 Jun 2012 17:57:49 +0000 (19:57 +0200)]
add OC_Cache::clear

12 years agoreturn null when a cache variable is not set
Robin Appelman [Tue, 5 Jun 2012 17:33:15 +0000 (19:33 +0200)]
return null when a cache variable is not set

12 years agoadd unique instance id
Robin Appelman [Tue, 5 Jun 2012 17:32:48 +0000 (19:32 +0200)]
add unique instance id

12 years agoFix remap dir for CSS minimizer
Bart Visscher [Tue, 5 Jun 2012 16:09:32 +0000 (18:09 +0200)]
Fix remap dir for CSS minimizer

12 years agoMake check for writable apps dir configurable
Bart Visscher [Tue, 5 Jun 2012 15:51:41 +0000 (17:51 +0200)]
Make check for writable apps dir configurable

12 years agoMove setting remote_core.* to after setup of OC, also check if it is not set yet
Bart Visscher [Tue, 5 Jun 2012 15:45:09 +0000 (17:45 +0200)]
Move setting remote_core.* to after setup of OC, also check if it is not set yet

12 years agoshow pictures in folder with special characters, e.g. '+'
Bjoern Schiessle [Tue, 5 Jun 2012 14:36:05 +0000 (16:36 +0200)]
show pictures in folder with special characters, e.g. '+'

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Bjoern Schiessle [Tue, 5 Jun 2012 13:29:59 +0000 (15:29 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Tue, 5 Jun 2012 13:26:51 +0000 (15:26 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agofix login for hosts running on port 80
Frank Karlitschek [Tue, 5 Jun 2012 13:26:31 +0000 (15:26 +0200)]
fix login for hosts running on port 80

12 years agoPer user quota didn't show in FF (and possibly IE) http://forum.owncloud.org/viewtopi...
Thomas Tanghus [Tue, 5 Jun 2012 12:16:26 +0000 (14:16 +0200)]
Per user quota didn't show in FF (and possibly IE) http://forum.owncloud.org/viewtopic.php?f=4&t=2716&p=5373#p5324.

12 years agomake groups not static, fixes oc-919
Arthur Schiwon [Tue, 5 Jun 2012 12:02:00 +0000 (14:02 +0200)]
make groups not static, fixes oc-919

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Tue, 5 Jun 2012 10:52:44 +0000 (12:52 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agomore reliable host detection for reverse proxy servers
Frank Karlitschek [Tue, 5 Jun 2012 10:52:23 +0000 (12:52 +0200)]
more reliable host detection for reverse proxy servers

12 years agowrite a warning to the log file if .htaccess is not writable instead of failing silently
Bjoern Schiessle [Tue, 5 Jun 2012 09:50:21 +0000 (11:50 +0200)]
write a warning to the log file if .htaccess is not writable instead of failing silently

12 years agoxss vulnerability fixed
Bjoern Schiessle [Tue, 5 Jun 2012 08:46:28 +0000 (10:46 +0200)]
xss vulnerability fixed

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Bjoern Schiessle [Tue, 5 Jun 2012 08:38:42 +0000 (10:38 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoxss vulnerability fixed
Bjoern Schiessle [Tue, 5 Jun 2012 08:37:22 +0000 (10:37 +0200)]
xss vulnerability fixed

12 years agoContacts: Cache standard photo less aggressively
Thomas Tanghus [Tue, 5 Jun 2012 08:32:12 +0000 (10:32 +0200)]
Contacts: Cache standard photo less aggressively

12 years agocomment out non working code
Frank Karlitschek [Tue, 5 Jun 2012 07:28:51 +0000 (09:28 +0200)]
comment out non working code

12 years agoLoad apps before minimizing the core css and js
Bart Visscher [Mon, 4 Jun 2012 21:17:50 +0000 (23:17 +0200)]
Load apps before minimizing the core css and js

12 years agoTasks: styling fixes
Bart Visscher [Mon, 4 Jun 2012 21:04:22 +0000 (23:04 +0200)]
Tasks: styling fixes

12 years agoMerge branch 'unstable'
Bart Visscher [Mon, 4 Jun 2012 21:02:05 +0000 (23:02 +0200)]
Merge branch 'unstable'

Conflicts:
apps/files_external/tests/config.php
apps/files_versions/ajax/getVersions.php
apps/files_versions/appinfo/app.php
apps/files_versions/history.php
apps/files_versions/js/versions.js
apps/files_versions/templates/history.php
apps/files_versions/versions.php
lib/base.php

12 years agoFix newline in code
Bart Visscher [Mon, 4 Jun 2012 20:24:13 +0000 (22:24 +0200)]
Fix newline in code

12 years agoCalendar & Contacts: Store import progress in OC_Cache
Bart Visscher [Mon, 4 Jun 2012 15:42:59 +0000 (17:42 +0200)]
Calendar & Contacts: Store import progress in OC_Cache

Convert calendar and contacts import to use a caching system
for storing the import progress percentage. OC_Cache can later
be made smarter about storing values.

12 years agoload authentication apps before checking wether user exists. fixes oc-910
Arthur Schiwon [Mon, 4 Jun 2012 19:31:35 +0000 (21:31 +0200)]
load authentication apps before checking wether user exists. fixes oc-910

12 years agomake it possible to load apps seperately. needed to fix oc-910 without breaking oc-863
Arthur Schiwon [Mon, 4 Jun 2012 19:40:18 +0000 (21:40 +0200)]
make it possible to load apps seperately. needed to fix oc-910 without breaking oc-863

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Mon, 4 Jun 2012 18:43:22 +0000 (18:43 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoValidate email on save
Tom Needham [Mon, 4 Jun 2012 18:42:25 +0000 (18:42 +0000)]
Validate email on save

12 years agoHide app page link for internal apps, fixes bug oc-913
Michael Gapczynski [Mon, 4 Jun 2012 18:26:03 +0000 (14:26 -0400)]
Hide app page link for internal apps, fixes bug oc-913

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Bjoern Schiessle [Mon, 4 Jun 2012 16:04:29 +0000 (18:04 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agodon't allow user to delete Shared dir via webdav and sync client (bug #774)
Bjoern Schiessle [Mon, 4 Jun 2012 16:03:16 +0000 (18:03 +0200)]
don't allow user to delete Shared dir via webdav and sync client (bug #774)

12 years agoupdate file paths in filecache when the parent is renamed
Robin Appelman [Mon, 4 Jun 2012 15:59:21 +0000 (17:59 +0200)]
update file paths in filecache when the parent is renamed

12 years agoprevent xss attacks by manipulating image file names
Bjoern Schiessle [Mon, 4 Jun 2012 14:22:25 +0000 (16:22 +0200)]
prevent xss attacks by manipulating image file names

12 years agoprevent xss attacks by manipulating text file names
Bjoern Schiessle [Mon, 4 Jun 2012 14:20:03 +0000 (16:20 +0200)]
prevent xss attacks by manipulating text file names

12 years agoContacts: Make tmp file cleaup a bit safer.
Thomas Tanghus [Mon, 4 Jun 2012 11:38:11 +0000 (13:38 +0200)]
Contacts: Make tmp file cleaup a bit safer.

12 years agocommited a bit too much before
Arthur Schiwon [Mon, 4 Jun 2012 11:27:55 +0000 (13:27 +0200)]
commited a bit too much before

12 years agoContacts: When editing photo on a newly created contact the name in the contact list...
Thomas Tanghus [Mon, 4 Jun 2012 10:56:48 +0000 (12:56 +0200)]
Contacts: When editing photo on a newly created contact the name in the contact list was cleared.

12 years agoContacts: Temporary files weren't deleted if crop window was closed without saving.
Thomas Tanghus [Mon, 4 Jun 2012 10:52:04 +0000 (12:52 +0200)]
Contacts: Temporary files weren't deleted if crop window was closed without saving.

12 years agoLDAP: link to documentation on settings page
Arthur Schiwon [Mon, 4 Jun 2012 11:04:18 +0000 (13:04 +0200)]
LDAP: link to documentation on settings page