]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoafter editing a user quota, set the value of the quota field to how the server parsed...
Robin Appelman [Sun, 11 Dec 2011 22:23:59 +0000 (23:23 +0100)]
after editing a user quota, set the value of the quota field to how the server parsed the input, not the user input

this way the user can see when an invalid input is given

12 years agoSome small changes
Bart Visscher [Fri, 9 Dec 2011 21:36:39 +0000 (22:36 +0100)]
Some small changes

12 years agoUpdate OC_VObject
Bart Visscher [Fri, 9 Dec 2011 20:56:03 +0000 (21:56 +0100)]
Update OC_VObject

12 years agoGallary: Fix alignment of album thumbnails
Bart Visscher [Fri, 9 Dec 2011 20:44:13 +0000 (21:44 +0100)]
Gallary: Fix alignment of album thumbnails

12 years agoGallery: splitout model code
Bart Visscher [Thu, 8 Dec 2011 19:04:56 +0000 (20:04 +0100)]
Gallery: splitout model code

12 years agobump version number to force db rebuild
Michiel de Jong [Thu, 8 Dec 2011 10:18:22 +0000 (17:18 +0700)]
bump version number to force db rebuild

12 years agoSort apps on name and enabled status
Bart Visscher [Wed, 7 Dec 2011 19:38:58 +0000 (20:38 +0100)]
Sort apps on name and enabled status

12 years agoFix filename of log icon
Bart Visscher [Wed, 7 Dec 2011 19:38:24 +0000 (20:38 +0100)]
Fix filename of log icon

12 years agoImageviewer: fix fancybox.png image url in fancybox css
Bart Visscher [Wed, 7 Dec 2011 19:36:47 +0000 (20:36 +0100)]
Imageviewer: fix fancybox.png image url in fancybox css

12 years agoContacts: Add "Preferred" before phone label for preferred numbers
Bart Visscher [Wed, 7 Dec 2011 19:34:41 +0000 (20:34 +0100)]
Contacts: Add "Preferred" before phone label for preferred numbers

12 years agoContacts: Add direct link to details of a contact
Bart Visscher [Tue, 6 Dec 2011 21:33:20 +0000 (22:33 +0100)]
Contacts: Add direct link to details of a contact

12 years agoContacts: Fix postname var spelling
Bart Visscher [Tue, 6 Dec 2011 21:32:16 +0000 (22:32 +0100)]
Contacts: Fix postname var spelling

12 years agoContacts: refactor common ajax functions to OC_Contacts_App
Bart Visscher [Tue, 6 Dec 2011 21:31:04 +0000 (22:31 +0100)]
Contacts: refactor common ajax functions to OC_Contacts_App

12 years agoContacts: refactor rendering of part.details template
Bart Visscher [Mon, 5 Dec 2011 20:51:25 +0000 (21:51 +0100)]
Contacts: refactor rendering of part.details template

12 years agoUse a proxy class to interface with Sabre_VObject classes
Bart Visscher [Tue, 20 Sep 2011 12:41:17 +0000 (14:41 +0200)]
Use a proxy class to interface with Sabre_VObject classes

12 years agocompliance with http://www.w3.org/community/unhosted/wiki/remoteStorage
Michiel de Jong [Wed, 7 Dec 2011 14:51:47 +0000 (21:51 +0700)]
compliance with http://www.w3.org/community/unhosted/wiki/remoteStorage

12 years agoDon't trigger file action when renaming, stupid fix for stupid firefox behaviour
Robin Appelman [Mon, 5 Dec 2011 22:51:44 +0000 (23:51 +0100)]
Don't trigger file action when renaming, stupid fix for stupid firefox behaviour

12 years agoContacts: make name editable again
Bart Visscher [Fri, 2 Dec 2011 20:24:48 +0000 (21:24 +0100)]
Contacts: make name editable again

12 years agoCalendar: Also check if the enddate is in the requested range for events
Bart Visscher [Wed, 30 Nov 2011 20:13:26 +0000 (21:13 +0100)]
Calendar: Also check if the enddate is in the requested range for events

12 years agoCalendar: Use the default timezone that is set in lib/base.php
Bart Visscher [Wed, 30 Nov 2011 20:08:42 +0000 (21:08 +0100)]
Calendar: Use the default timezone that is set in lib/base.php

12 years agoContacts: Allow '/' in property name
Bart Visscher [Wed, 30 Nov 2011 19:58:27 +0000 (20:58 +0100)]
Contacts: Allow '/' in property name

Kaddressbook uses this in the messaging property. This is allowed in Version 2 of the vcard specification. Version 3 of the specification doesn't allow this any more but be lenient in what we accept.

12 years agoCorrect ldap check in dependencies_chk app
Brice Maron [Fri, 25 Nov 2011 22:43:24 +0000 (23:43 +0100)]
Correct ldap check in dependencies_chk app

12 years agoContacts: layout updates
Bart Visscher [Thu, 24 Nov 2011 20:36:14 +0000 (21:36 +0100)]
Contacts: layout updates

12 years agoContacts: better label for saving a property
Bart Visscher [Thu, 24 Nov 2011 20:35:41 +0000 (21:35 +0100)]
Contacts: better label for saving a property

12 years agoContacts: make type of phone property also multiselect in addproperty
Bart Visscher [Thu, 24 Nov 2011 20:34:50 +0000 (21:34 +0100)]
Contacts: make type of phone property also multiselect in addproperty

12 years agoTemplate: output better html for select options
Bart Visscher [Thu, 24 Nov 2011 20:29:48 +0000 (21:29 +0100)]
Template: output better html for select options

12 years agoBookmarks: make a soft-requirement of php-curl
Bart Visscher [Thu, 24 Nov 2011 20:28:44 +0000 (21:28 +0100)]
Bookmarks: make a soft-requirement of php-curl

12 years agoUpdate chosen to v0.9.5
Bart Visscher [Thu, 24 Nov 2011 20:04:34 +0000 (21:04 +0100)]
Update chosen to v0.9.5

12 years agoremoved no longer used function and exec command
Frank Karlitschek [Thu, 24 Nov 2011 12:50:29 +0000 (13:50 +0100)]
removed no longer used function and exec command
security++

12 years agoset http auth headers for apache+php-cgi work around if variable gets renamed by...
Hendrik Langer [Mon, 24 Oct 2011 23:58:37 +0000 (01:58 +0200)]
set http auth headers for apache+php-cgi work around if variable gets renamed by apache

12 years agoTotal rewite of fix.
Insanemal [Tue, 22 Nov 2011 01:08:27 +0000 (11:08 +1000)]
Total rewite of fix.
This now re-looks up the username and returns that for use.

Signed-off-by: Insanemal <insanemal@gmail.com>
12 years agoAdjusted the check user function to lowercase the return.
Insanemal [Mon, 21 Nov 2011 10:20:26 +0000 (20:20 +1000)]
Adjusted the check user function to lowercase the return.

Signed-off-by: Insanemal <insanemal@gmail.com>
12 years agoAdded option to lowercase all usernames.
Insanemal [Mon, 21 Nov 2011 02:51:13 +0000 (12:51 +1000)]
Added option to lowercase all usernames.
This resolves bug with Windows AD servers as LDAP server.
Windows is case insensitve on logon requests.
If users are stored camel case and logon using all lower it causes issues
as OwnCloud is configured to be case sensitive.

Signed-off-by: Insanemal <insanemal@gmail.com>
12 years agoMusic - Fix album and artist expand layout.
Ignacio Daniel Rostagno [Sat, 19 Nov 2011 17:51:02 +0000 (14:51 -0300)]
Music - Fix album and artist expand layout.

12 years agofix ampache htmlentity calls
Robin Appelman [Thu, 24 Nov 2011 01:53:35 +0000 (02:53 +0100)]
fix ampache htmlentity calls

12 years agoFix file dropping on root (Files menu entry)
Bart Visscher [Wed, 23 Nov 2011 20:31:27 +0000 (21:31 +0100)]
Fix file dropping on root (Files menu entry)

12 years agoMerge branch 'fullcalendar'
Bart Visscher [Wed, 23 Nov 2011 20:08:26 +0000 (21:08 +0100)]
Merge branch 'fullcalendar'

12 years agoFix scrolling through months
Bart Visscher [Thu, 17 Nov 2011 22:53:06 +0000 (23:53 +0100)]
Fix scrolling through months

12 years agoContacts: remove redundant li in setpropertyform template
Bart Visscher [Wed, 23 Nov 2011 20:07:26 +0000 (21:07 +0100)]
Contacts: remove redundant li in setpropertyform template

12 years agoContacts: support multiple phone type parameter
Bart Visscher [Wed, 23 Nov 2011 20:06:51 +0000 (21:06 +0100)]
Contacts: support multiple phone type parameter

12 years agoAdd type selects to editing ADR & TEL contact property types
Bart Visscher [Thu, 17 Nov 2011 22:54:14 +0000 (23:54 +0100)]
Add type selects to editing ADR & TEL contact property types

12 years agofix timeformat setting for fullcalendar
Georg Ehrke [Sun, 20 Nov 2011 13:23:26 +0000 (14:23 +0100)]
fix timeformat setting for fullcalendar

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar
Georg Ehrke [Sun, 20 Nov 2011 10:41:58 +0000 (11:41 +0100)]
Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar

12 years agosecond half of the updating stuff
Frank Karlitschek [Sat, 19 Nov 2011 11:02:34 +0000 (12:02 +0100)]
second half of the updating stuff

12 years agofirst small step to an automatic updating system.
Frank Karlitschek [Sat, 19 Nov 2011 10:56:40 +0000 (11:56 +0100)]
first small step to an automatic updating system.
At the moment we only have a hint that a new version is avaiable and a link to a not yet existing page if updating information. This has to be improved.

12 years agouse oc_appconfig instead of oc_config for the external apps
Robin Appelman [Fri, 18 Nov 2011 19:19:55 +0000 (20:19 +0100)]
use oc_appconfig instead of oc_config for the external apps

12 years ago- fixed translateable strings in template
Markus Kalkbrenner [Thu, 17 Nov 2011 16:14:10 +0000 (17:14 +0100)]
- fixed translateable strings in template
- added explaination about ldap filter and display name
- bugfix: keys in ldap response are lower case => lower display name filed before searching

12 years ago- provide a setting for the ldap user display name instead of hardcoded value 'uid...
Markus Kalkbrenner [Thu, 17 Nov 2011 15:03:42 +0000 (16:03 +0100)]
- provide a setting for the ldap user display name instead of hardcoded value 'uid' which is not common for Active Directory
- provide a sorted list of ldap users
- replaced double quotes by single quotes and spaces by tabs according to coding standards
- replaced hardcoded strings in template by translatable ones

12 years agofixed copy&paste error: store ldap_tls setting in user_ldap, not
Markus Kalkbrenner [Thu, 17 Nov 2011 14:17:01 +0000 (15:17 +0100)]
fixed copy&paste error: store ldap_tls setting in user_ldap, not
user_tls

12 years ago- bugfix: allow anonymous bind for search, then bind with users credentials.
Markus Kalkbrenner [Thu, 17 Nov 2011 10:16:56 +0000 (11:16 +0100)]
- bugfix: allow anonymous bind for search, then bind with users credentials.
- added explaination how to setup anonymous bind for search to template
- make usage of TLS configurable

12 years agoadded .buildpath
Markus Kalkbrenner [Thu, 17 Nov 2011 09:31:30 +0000 (10:31 +0100)]
added .buildpath

12 years agoapps files_sharing - fix in share.js to check the "can edit" checkbox -
krzaczek [Tue, 4 Oct 2011 14:08:14 +0000 (16:08 +0200)]
apps files_sharing - fix in share.js to check the "can edit" checkbox -
there was a bug in share.js so the checbox was always unchecked

12 years agoapps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file
krzaczek [Tue, 4 Oct 2011 13:58:54 +0000 (15:58 +0200)]
apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file
to enable other user backend

12 years agoapps file_sharing
krzaczek [Tue, 4 Oct 2011 13:38:15 +0000 (15:38 +0200)]
apps file_sharing
 changed
 $RUNTIME_NOAPPS = true;
to
 $RUNTIME_NOAPPS = false;

in ajax/userautocomplete.php - to fetch users also from different user
backends - not only database backend

12 years agousers_ldap - added getUsers() method to fetch all existing users from
krzaczek [Tue, 4 Oct 2011 13:37:05 +0000 (15:37 +0200)]
users_ldap - added getUsers() method to fetch all existing users from
LDAP server

12 years agofix ampache encoding problem. use htmlentities encoding parameter directly.
Weng Xuetian [Mon, 24 Oct 2011 16:43:18 +0000 (16:43 +0000)]
fix ampache encoding problem. use htmlentities encoding parameter directly.

12 years agofix id3 tag resolve. should use utf8 from getID3 directly but not
Weng Xuetian [Mon, 24 Oct 2011 12:55:05 +0000 (12:55 +0000)]
fix id3 tag resolve. should use utf8 from getID3 directly but not
to convert them from ISO8859-1 to utf8 after analyze.

12 years agofirst implementation of the search function
Georg Ehrke [Mon, 14 Nov 2011 21:52:34 +0000 (22:52 +0100)]
first implementation of the search function

12 years agofix timezone for repeating events
Georg Ehrke [Sat, 12 Nov 2011 21:30:09 +0000 (22:30 +0100)]
fix timezone for repeating events

12 years agosupport for repeating events
Georg Ehrke [Sat, 12 Nov 2011 21:02:04 +0000 (22:02 +0100)]
support for repeating events

12 years agoanother fix of caldav url
Georg Ehrke [Sat, 12 Nov 2011 15:13:27 +0000 (16:13 +0100)]
another fix of caldav url

12 years agoMerge branch 'master' into fullcalendar
Georg Ehrke [Sat, 12 Nov 2011 14:09:37 +0000 (15:09 +0100)]
Merge branch 'master' into fullcalendar

12 years agofix caldav url
Georg Ehrke [Sat, 12 Nov 2011 13:06:14 +0000 (14:06 +0100)]
fix caldav url

12 years agoautomatic timezone detection
Georg Ehrke [Fri, 11 Nov 2011 14:51:44 +0000 (15:51 +0100)]
automatic timezone detection

12 years agoUse a function to generate select options
Bart Visscher [Sat, 5 Nov 2011 19:33:42 +0000 (20:33 +0100)]
Use a function to generate select options

12 years agoUse Last-Modified property to check for changed events
Bart Visscher [Wed, 9 Nov 2011 21:17:09 +0000 (22:17 +0100)]
Use Last-Modified property to check for changed events

12 years agoUse parse function in Calendar_Object
Bart Visscher [Wed, 9 Nov 2011 21:16:24 +0000 (22:16 +0100)]
Use parse function in Calendar_Object

12 years agocontacts: every card needs a version!
Jakob Sack [Wed, 9 Nov 2011 10:34:04 +0000 (11:34 +0100)]
contacts: every card needs a version!

12 years agocontacts: put property key in background, the value is important!
Jakob Sack [Wed, 9 Nov 2011 10:33:10 +0000 (11:33 +0100)]
contacts: put property key in background, the value is important!

12 years agoFix comments/documentation
Jakob Sack [Wed, 9 Nov 2011 10:32:06 +0000 (11:32 +0100)]
Fix comments/documentation

12 years agoImprove style in contacts
Jakob Sack [Sun, 23 Oct 2011 09:35:47 +0000 (11:35 +0200)]
Improve style in contacts

12 years agotake free disk space (and user quota) into account for max upload size
Robin Appelman [Tue, 8 Nov 2011 21:48:29 +0000 (22:48 +0100)]
take free disk space (and user quota) into account for max upload size

12 years agoMake OC_Connector_Sabre_File::get() return a PHP stream instead of the file content...
Florian Vichot [Sun, 6 Nov 2011 15:43:00 +0000 (16:43 +0100)]
Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file content, as is recommended by SabreDAV to handle large files.

12 years agoAdd allow_url_fopen directive to admin_dependencies_chk
Brice Maron [Sun, 6 Nov 2011 15:54:05 +0000 (16:54 +0100)]
Add allow_url_fopen directive to admin_dependencies_chk

12 years agoDisplay correctly the error message when nothing is retrieved from OCS servers
Brice Maron [Sun, 6 Nov 2011 15:48:26 +0000 (16:48 +0100)]
Display correctly the error message when nothing is retrieved from OCS servers

12 years agoTry to avoid closing the share box too soon on multiple selections
Brice Maron [Sun, 6 Nov 2011 14:29:51 +0000 (15:29 +0100)]
Try to avoid closing the share box too soon on multiple selections

12 years agoAvoid Huge error message when unable to read log file
Brice Maron [Sun, 6 Nov 2011 13:37:22 +0000 (14:37 +0100)]
Avoid Huge error message when unable to read log file

12 years agoManage More special chars in file listings. ';' is still problematic
Brice Maron [Sun, 6 Nov 2011 12:50:05 +0000 (13:50 +0100)]
Manage More special chars in file listings. ';' is still problematic

12 years agoFix broken upload since merge of new button branch
Brice Maron [Sun, 6 Nov 2011 12:34:22 +0000 (13:34 +0100)]
Fix broken upload since merge of new button branch

12 years agoFix another problem of the so-called 'fix-special chars' commit.
Brice Maron [Sat, 5 Nov 2011 23:39:11 +0000 (00:39 +0100)]
Fix another problem of the so-called 'fix-special chars' commit.

12 years agoRemoved if !mod_php5.c around RewriteRule
Sean Leonard [Sat, 5 Nov 2011 00:16:01 +0000 (17:16 -0700)]
Removed if !mod_php5.c around RewriteRule
Made things work on Dreamhost shared hosting

12 years agoAdd WebFinger's .well-known file to .gitignore
Sean Leonard [Sat, 5 Nov 2011 00:08:03 +0000 (17:08 -0700)]
Add WebFinger's .well-known file to .gitignore

12 years agoDo not use mix data/attr to retrieve filename ... data() will try to convert filename...
Brice Maron [Fri, 4 Nov 2011 22:44:41 +0000 (23:44 +0100)]
Do not use mix data/attr to retrieve filename ... data() will try to convert filename to int

12 years agomake 'New' button work with firefox
Robin Appelman [Fri, 4 Nov 2011 15:16:54 +0000 (16:16 +0100)]
make 'New' button work with firefox

12 years agofix mimeicon for new files
Robin Appelman [Fri, 4 Nov 2011 02:11:29 +0000 (03:11 +0100)]
fix mimeicon for new files

12 years agosmall styling fix for New button
Robin Appelman [Fri, 4 Nov 2011 02:02:51 +0000 (03:02 +0100)]
small styling fix for New button

12 years agoMerge branch 'master' into newbutton
Robin Appelman [Fri, 4 Nov 2011 02:00:03 +0000 (03:00 +0100)]
Merge branch 'master' into newbutton

12 years agoMerge commit 'refs/merge-requests/69' of git://gitorious.org/owncloud/owncloud into...
Brice Maron [Thu, 3 Nov 2011 23:31:35 +0000 (00:31 +0100)]
Merge commit 'refs/merge-requests/69' of git://gitorious.org/owncloud/owncloud into merge-requests/69

12 years agomake webfinger work properly if owncloud is installed in a subdirectory
Robin Appelman [Thu, 3 Nov 2011 12:09:44 +0000 (13:09 +0100)]
make webfinger work properly if owncloud is installed in a subdirectory

12 years agono longer rely on PEAR::isError since we can use PDO now
Robin Appelman [Thu, 3 Nov 2011 11:47:12 +0000 (12:47 +0100)]
no longer rely on PEAR::isError since we can use PDO now

12 years agouse database table prefix from installer, not the old configured value
Robin Appelman [Sun, 30 Oct 2011 14:40:42 +0000 (15:40 +0100)]
use database table prefix from installer, not the old configured value

12 years agoFix bug with spaces in file names.
Brice Maron [Wed, 2 Nov 2011 19:26:17 +0000 (20:26 +0100)]
Fix bug with spaces in file names.

12 years agoattempt to manage some special chars in file list
Brice Maron [Tue, 1 Nov 2011 21:35:13 +0000 (22:35 +0100)]
attempt to manage some special chars in file list

Added a jquery function to filter by attributes.
Add more logging in rename file
Use the new function to avoid errors

12 years agoAdd sequence name in insertid to be more portable
Brice Maron [Sat, 29 Oct 2011 09:40:48 +0000 (11:40 +0200)]
Add sequence name in insertid to be more portable

12 years agoBe consistent with licencing
Brice Maron [Sat, 29 Oct 2011 08:15:29 +0000 (10:15 +0200)]
Be consistent with licencing

12 years agoChange name and fix a typo
Brice Maron [Sat, 29 Oct 2011 08:07:01 +0000 (10:07 +0200)]
Change name and fix a typo

12 years agoupgrade to Sabredav 1.5.4
Robin Appelman [Fri, 28 Oct 2011 22:49:52 +0000 (00:49 +0200)]
upgrade to Sabredav 1.5.4

12 years agoAdd a dependencies check apps
Brice Maron [Fri, 28 Oct 2011 22:27:25 +0000 (00:27 +0200)]
Add a dependencies check apps

12 years agoCleanup tipsy popups on more actions
Bart Visscher [Thu, 27 Oct 2011 20:56:22 +0000 (22:56 +0200)]
Cleanup tipsy popups on more actions

12 years agoMove unselect call to after the dialog starts
Bart Visscher [Thu, 27 Oct 2011 20:54:39 +0000 (22:54 +0200)]
Move unselect call to after the dialog starts