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

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Mon, 4 Jun 2012 10:46:22 +0000 (12:46 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoadd deprecated warning
Frank Karlitschek [Mon, 4 Jun 2012 10:45:45 +0000 (12:45 +0200)]
add deprecated warning

12 years agono move (rename) operation for "Shared" directory
Bjoern Schiessle [Mon, 4 Jun 2012 09:04:05 +0000 (11:04 +0200)]
no move (rename) operation for "Shared" directory

12 years agoDon't allow user to delete, rename and re-share the "Shared" directory
Bjoern Schiessle [Mon, 4 Jun 2012 08:42:09 +0000 (10:42 +0200)]
Don't allow user to delete, rename and re-share the "Shared" directory

12 years agolink to apps.owncloud.com
Frank Karlitschek [Sun, 3 Jun 2012 21:48:59 +0000 (23:48 +0200)]
link to apps.owncloud.com
thanks to guillaume for the patch

12 years agohttp user backend
Robin Appelman [Sun, 3 Jun 2012 00:50:34 +0000 (02:50 +0200)]
http user backend

12 years agoVerify user exists when checking if logged in, fix for bug oc-863
Michael Gapczynski [Sun, 3 Jun 2012 00:06:52 +0000 (20:06 -0400)]
Verify user exists when checking if logged in, fix for bug oc-863

12 years agoFix typo in log message
Michael Gapczynski [Fri, 1 Jun 2012 19:15:05 +0000 (15:15 -0400)]
Fix typo in log message

12 years agoImprove efficiency of retrieving log file entries
Michael Gapczynski [Fri, 1 Jun 2012 18:38:25 +0000 (14:38 -0400)]
Improve efficiency of retrieving log file entries

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Sam Tuke [Fri, 1 Jun 2012 18:01:00 +0000 (19:01 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoadd a check for pdo
Frank Karlitschek [Fri, 1 Jun 2012 18:00:33 +0000 (20:00 +0200)]
add a check for pdo

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Sam Tuke [Fri, 1 Jun 2012 18:00:28 +0000 (19:00 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoAdded class comment block
Sam Tuke [Fri, 1 Jun 2012 17:59:57 +0000 (18:59 +0100)]
Added class comment block

12 years agocheck if apps folder is writable
Frank Karlitschek [Fri, 1 Jun 2012 17:54:07 +0000 (19:54 +0200)]
check if apps folder is writable

12 years agoMinor change to comment
Sam Tuke [Fri, 1 Jun 2012 15:46:18 +0000 (16:46 +0100)]
Minor change to comment

12 years agoExtended class comment
Sam Tuke [Fri, 1 Jun 2012 15:34:09 +0000 (16:34 +0100)]
Extended class comment

12 years agoprevend a division by zero problem
Frank Karlitschek [Fri, 1 Jun 2012 14:48:42 +0000 (16:48 +0200)]
prevend a division by zero problem

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Fri, 1 Jun 2012 14:35:14 +0000 (16:35 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agofix propper error reporting
Frank Karlitschek [Fri, 1 Jun 2012 14:30:47 +0000 (16:30 +0200)]
fix propper error reporting

12 years agoLDAP group backend: Set configured true when it is... fixe oc-887
Arthur Schiwon [Fri, 1 Jun 2012 14:02:04 +0000 (16:02 +0200)]
LDAP group backend: Set configured true when it is... fixe oc-887

12 years agosort users and groups. fixes oc-779
Frank Karlitschek [Fri, 1 Jun 2012 12:18:14 +0000 (14:18 +0200)]
sort users and groups.  fixes oc-779

12 years agoLDAP group backend: If a group filter is not configured, do not do anything. Fixes...
Arthur Schiwon [Fri, 1 Jun 2012 11:49:11 +0000 (13:49 +0200)]
LDAP group backend: If a group filter is not configured, do not do anything. Fixes oc-867

12 years agotry to switch magic quotes off.
Frank Karlitschek [Fri, 1 Jun 2012 10:41:38 +0000 (12:41 +0200)]
try to switch magic quotes off.
it´s evil and deprecated

12 years agofix oc-769
Frank Karlitschek [Fri, 1 Jun 2012 10:15:03 +0000 (12:15 +0200)]
fix oc-769

12 years agocorrectly detect https
Frank Karlitschek [Fri, 1 Jun 2012 09:46:18 +0000 (11:46 +0200)]
correctly detect https

12 years agodon´t start a session here. I don´t think it´s needed. Let´s see if it breaks something
Frank Karlitschek [Fri, 1 Jun 2012 09:12:50 +0000 (11:12 +0200)]
don´t start a session here. I don´t think it´s needed. Let´s see if it breaks something

12 years agoadded a serverProtocol function that correctly returns the used protocol even if...
Frank Karlitschek [Fri, 1 Jun 2012 08:38:44 +0000 (10:38 +0200)]
added a serverProtocol function that correctly returns the used protocol even if the ssl connection is terminated at a reverse_proxy or at a load balancer

12 years agofix the breadcrumb
Frank Karlitschek [Thu, 31 May 2012 19:44:05 +0000 (21:44 +0200)]
fix the breadcrumb

12 years agofix oc-780
Frank Karlitschek [Thu, 31 May 2012 19:28:58 +0000 (21:28 +0200)]
fix oc-780

12 years agomore fixes
Frank Karlitschek [Thu, 31 May 2012 19:16:36 +0000 (21:16 +0200)]
more fixes

12 years agomore fixes
Frank Karlitschek [Thu, 31 May 2012 19:10:03 +0000 (21:10 +0200)]
more fixes
i don´t understand why this worked before.

12 years agouse our own serverHost call so that ownCloud works with reverse proxy servers
Frank Karlitschek [Thu, 31 May 2012 18:26:09 +0000 (20:26 +0200)]
use our own serverHost call so that ownCloud works with reverse proxy servers

12 years agofix potential XSS
Georg Ehrke [Thu, 31 May 2012 18:00:46 +0000 (20:00 +0200)]
fix potential XSS

12 years agolinkTo instead of hard links in Files and Files_Archive. Hope that makes sense.
Arthur Schiwon [Thu, 31 May 2012 17:46:32 +0000 (19:46 +0200)]
linkTo instead of hard links in Files and Files_Archive. Hope that makes sense.

12 years agoAdded & improved documentation
Sam Tuke [Thu, 31 May 2012 16:57:34 +0000 (17:57 +0100)]
Added & improved documentation

12 years agofixed typo
Sam Tuke [Thu, 31 May 2012 16:38:35 +0000 (17:38 +0100)]
fixed typo

12 years agoImproved class comment block
Sam Tuke [Thu, 31 May 2012 16:32:34 +0000 (17:32 +0100)]
Improved class comment block

12 years agoadded extensive class comment based on icewind's January list email
Sam Tuke [Thu, 31 May 2012 16:02:35 +0000 (17:02 +0100)]
added extensive class comment based on icewind's January list email

12 years agofixed typos in var names
Sam Tuke [Thu, 31 May 2012 13:53:52 +0000 (14:53 +0100)]
fixed typos in var names

12 years agoclarified comment
Sam Tuke [Thu, 31 May 2012 13:50:41 +0000 (14:50 +0100)]
clarified comment

12 years agoApplied fix from kalassico for "Chiper text must be a string" bug (http://forum.owncl...
Sam Tuke [Thu, 31 May 2012 11:25:07 +0000 (12:25 +0100)]
Applied fix from kalassico for "Chiper text must be a string" bug (http://forum.owncloud.org/viewtopic.php?f=3&t=2586&p=5094)

12 years agoLDAP: make queries compatible also with PostgreSQL
Arthur Schiwon [Thu, 31 May 2012 11:06:27 +0000 (13:06 +0200)]
LDAP: make queries compatible also with PostgreSQL

12 years agoRemove OC_App::register function
Bart Visscher [Thu, 31 May 2012 11:00:58 +0000 (13:00 +0200)]
Remove OC_App::register function

The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.

12 years agoCalendar: small cleanup of import progress writing
Bart Visscher [Wed, 30 May 2012 16:23:23 +0000 (18:23 +0200)]
Calendar: small cleanup of import progress writing

12 years agoRemove unused L10N variable
Bart Visscher [Wed, 30 May 2012 15:47:31 +0000 (17:47 +0200)]
Remove unused L10N variable

12 years agoWhitespace fixes
Bart Visscher [Tue, 29 May 2012 15:02:32 +0000 (17:02 +0200)]
Whitespace fixes

12 years agofix for pgsql database migration
Robin Appelman [Wed, 30 May 2012 21:55:27 +0000 (23:55 +0200)]
fix for pgsql database migration

12 years agoLDAP: fix wrong value for input type
Arthur Schiwon [Wed, 30 May 2012 20:34:51 +0000 (22:34 +0200)]
LDAP: fix wrong value for input type

12 years agodon´t hardcode /tmp
Frank Karlitschek [Wed, 30 May 2012 12:14:32 +0000 (14:14 +0200)]
don´t hardcode /tmp

12 years agoContacts: Rewrote import script.
Thomas Tanghus [Tue, 29 May 2012 21:40:26 +0000 (23:40 +0200)]
Contacts: Rewrote import script.

12 years agoRestrict requested app to apps directory
Michael Gapczynski [Tue, 29 May 2012 16:31:47 +0000 (12:31 -0400)]
Restrict requested app to apps directory

12 years agoInitial support for Amazon S3 storage backend
Michael Gapczynski [Thu, 17 May 2012 01:51:45 +0000 (21:51 -0400)]
Initial support for Amazon S3 storage backend

Conflicts:

apps/files_external/tests/config.php

12 years agoForgot a break.
Thomas Tanghus [Tue, 29 May 2012 14:46:54 +0000 (16:46 +0200)]
Forgot a break.

12 years agoContacts: NOTE wasn't saved properly.
Thomas Tanghus [Tue, 29 May 2012 14:42:54 +0000 (16:42 +0200)]
Contacts: NOTE wasn't saved properly.

12 years agoContacts: Improve loading and cleanup of dialogs.
Thomas Tanghus [Mon, 28 May 2012 13:59:58 +0000 (15:59 +0200)]
Contacts: Improve loading and cleanup of dialogs.

12 years agoadd lib collection and lib scanner to media's appinfo/app.php
Georg Ehrke [Tue, 29 May 2012 11:36:51 +0000 (13:36 +0200)]
add lib collection and lib scanner to media's appinfo/app.php

12 years agofix status
Georg Ehrke [Tue, 29 May 2012 11:12:37 +0000 (13:12 +0200)]
fix status
of timezone detection

12 years agoCorrect typo in last_insert_id for calendar and pg fix #oc-731
Brice Maron [Mon, 28 May 2012 20:41:39 +0000 (20:41 +0000)]
Correct typo in last_insert_id for calendar and pg fix #oc-731

12 years agoContacts: Fix XSS.
Thomas Tanghus [Mon, 28 May 2012 12:38:31 +0000 (14:38 +0200)]
Contacts: Fix XSS.

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Frank Karlitschek [Mon, 28 May 2012 11:59:47 +0000 (13:59 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoremove not needed includes
Frank Karlitschek [Mon, 28 May 2012 11:57:45 +0000 (13:57 +0200)]
remove not needed includes

12 years agoContacts: Double check XSS, and fix a rookie error ;-)
Thomas Tanghus [Mon, 28 May 2012 10:58:51 +0000 (12:58 +0200)]
Contacts: Double check XSS, and fix a rookie error ;-)

12 years agoadd urlencode for caldav link
Georg Ehrke [Mon, 28 May 2012 08:49:27 +0000 (10:49 +0200)]
add urlencode for caldav link

12 years agoupdate When
Georg Ehrke [Sun, 27 May 2012 10:31:51 +0000 (12:31 +0200)]
update When

12 years agoallow longer paths for gallery
Robin Appelman [Sat, 26 May 2012 19:50:36 +0000 (21:50 +0200)]
allow longer paths for gallery

12 years agocheck during ownCloud upgrade if all the installed apps are compatible with the new...
Frank Karlitschek [Sat, 26 May 2012 18:37:10 +0000 (20:37 +0200)]
check during ownCloud upgrade if all the installed apps are compatible with the new ownCloud version. Disable them if not

12 years agoupdate copyright
Frank Karlitschek [Sat, 26 May 2012 17:14:24 +0000 (19:14 +0200)]
update copyright

12 years agoLDAP: support for 'member' as group-member-association
Arthur Schiwon [Sat, 26 May 2012 14:38:37 +0000 (16:38 +0200)]
LDAP: support for 'member' as group-member-association

12 years agofix share for users with a point within their name
Georg Ehrke [Sat, 26 May 2012 13:23:46 +0000 (15:23 +0200)]
fix share for users with a point within their name

12 years agoCorrect small typo to Crypt_Blowfish 3drparty fix oc-810
Brice Maron [Fri, 25 May 2012 22:17:38 +0000 (22:17 +0000)]
Correct small typo to Crypt_Blowfish 3drparty fix oc-810

12 years agoonly enable compatible apps
Frank Karlitschek [Fri, 25 May 2012 09:31:46 +0000 (11:31 +0200)]
only enable compatible apps

12 years agoAdd HEAD request management for files ajax/download.php
Brice Maron [Thu, 24 May 2012 22:48:10 +0000 (22:48 +0000)]
Add HEAD request management for files ajax/download.php

12 years agoAdd translation for error message
Brice Maron [Thu, 24 May 2012 19:16:00 +0000 (19:16 +0000)]
Add translation for error message

12 years agoAdd error message when uploading folder or null files. ref oc-739
Brice Maron [Thu, 24 May 2012 18:47:05 +0000 (18:47 +0000)]
Add error message when uploading folder or null files. ref oc-739

12 years agoshare code between smb and ftp filestorage backends
Robin Appelman [Thu, 24 May 2012 17:39:14 +0000 (19:39 +0200)]
share code between smb and ftp filestorage backends

12 years agoAdd pending line in file list before trying to upload. Correct indentation
Brice Maron [Thu, 24 May 2012 16:56:01 +0000 (16:56 +0000)]
Add pending line in file list before trying to upload. Correct indentation

12 years agosmb filestorage backend
Robin Appelman [Thu, 24 May 2012 16:22:33 +0000 (18:22 +0200)]
smb filestorage backend

12 years agoInitial work on UI for mounting external storage
Michael Gapczynski [Thu, 24 May 2012 15:06:03 +0000 (11:06 -0400)]
Initial work on UI for mounting external storage

12 years agoFix private link sharing via email, fix for bug oc-750
Michael Gapczynski [Wed, 23 May 2012 23:35:29 +0000 (19:35 -0400)]
Fix private link sharing via email, fix for bug oc-750