]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agoLDAP: convert all DNs to lowercase so to make comparisons and everything work
Arthur Schiwon [Tue, 15 May 2012 09:12:29 +0000 (11:12 +0200)]
LDAP: convert all DNs to lowercase so to make comparisons and everything work

12 years agoMake only writable files draggable
Michael Gapczynski [Tue, 15 May 2012 00:41:06 +0000 (20:41 -0400)]
Make only writable files draggable

12 years agoCheck if a private link points to a folder or file and change text accordingly
Michael Gapczynski [Tue, 15 May 2012 00:21:07 +0000 (20:21 -0400)]
Check if a private link points to a folder or file and change text accordingly

12 years agoFix private link emailing and clean up file name displayed in email
Michael Gapczynski [Tue, 15 May 2012 00:09:10 +0000 (20:09 -0400)]
Fix private link emailing and clean up file name displayed in email

12 years agoReplace all %2F with a / in private link
Michael Gapczynski [Mon, 14 May 2012 23:09:11 +0000 (19:09 -0400)]
Replace all %2F with a / in private link

12 years agoremoving executable bit - again
Thomas Mueller [Mon, 14 May 2012 22:52:00 +0000 (00:52 +0200)]
removing executable bit - again

12 years agoSwitch enable button only when app is really installed or uninstalled
Brice Maron [Mon, 14 May 2012 21:52:40 +0000 (21:52 +0000)]
Switch enable button only when app is really installed or uninstalled

12 years agoUse original source when resharing a file, fixes bug oc-210
Michael Gapczynski [Mon, 14 May 2012 21:30:32 +0000 (17:30 -0400)]
Use original source when resharing a file, fixes bug oc-210

12 years agoNo need to keep the 'source files' in here, because the latest 'git master' release...
Thomas Mueller [Mon, 14 May 2012 21:18:15 +0000 (23:18 +0200)]
No need to keep the 'source files' in here, because the latest 'git master' release can be pulled
from http://mozilla.github.com/pdf.js/build/pdf.js

README added to document the fact stated above
update.sh added for easy update of pdfjs

CAUTION:
Don't update before OC4! API has been changed and we need to adopt files_pdfviewer

12 years agoremove simpletests internet test cases due to xss issues
Robin Appelman [Mon, 14 May 2012 21:12:16 +0000 (23:12 +0200)]
remove simpletests internet test cases due to xss issues

12 years agocache app types during install or update
Robin Appelman [Mon, 14 May 2012 20:49:20 +0000 (22:49 +0200)]
cache app types during install or update

12 years agoCall is_writable explicitly on folders for readonly check
Michael Gapczynski [Mon, 14 May 2012 20:31:00 +0000 (16:31 -0400)]
Call is_writable explicitly on folders for readonly check

12 years agoRemove logging.
Thomas Tanghus [Mon, 14 May 2012 15:50:24 +0000 (17:50 +0200)]
Remove logging.

12 years agoContacts: Had forgotten to call local function.
Thomas Tanghus [Mon, 14 May 2012 15:48:58 +0000 (17:48 +0200)]
Contacts: Had forgotten to call local function.

12 years agoContacts: Fix layout in contacts list that I had broken in an earlier fix :-P
Thomas Tanghus [Mon, 14 May 2012 15:40:16 +0000 (17:40 +0200)]
Contacts: Fix layout in contacts list that I had broken in an earlier fix :-P

12 years agomove auth.css and remoteStorage-big.png to assets folders From where they can be...
Michiel de Jong [Mon, 14 May 2012 15:05:35 +0000 (17:05 +0200)]
move auth.css and remoteStorage-big.png to assets folders From where they can be included

12 years agobetter user permission check for files in ajax/calendar/
Georg Ehrke [Mon, 14 May 2012 13:59:06 +0000 (15:59 +0200)]
better user permission check for files in ajax/calendar/

12 years agosome fixes for calendar's export.php
Georg Ehrke [Mon, 14 May 2012 13:52:24 +0000 (15:52 +0200)]
some fixes for calendar's export.php

12 years agoremove redirects in htaccess to improve compatibility with desktop client
Georg Ehrke [Mon, 14 May 2012 13:41:47 +0000 (15:41 +0200)]
remove redirects in htaccess to improve compatibility with desktop client

12 years agocheck user permissions in calendar's changepermission.php
Georg Ehrke [Mon, 14 May 2012 13:38:50 +0000 (15:38 +0200)]
check user permissions in calendar's changepermission.php

12 years agocheck user permissions in calendar's unshare.php
Georg Ehrke [Mon, 14 May 2012 13:33:00 +0000 (15:33 +0200)]
check user permissions in calendar's unshare.php

12 years agoPrevent Clickjacking by adding additional headers:
Thomas Mueller [Mon, 14 May 2012 13:34:28 +0000 (15:34 +0200)]
Prevent Clickjacking by adding additional headers:
                header('X-Frame-Options: Sameorigin');
                header('X-XSS-Protection: 1; mode=block');
                header('X-Content-Type-Options: nosniff');

Thanks to Lukas Reschke for reporting this issue (and many more).

12 years agoLDAP: and don't forget the else part
Arthur Schiwon [Mon, 14 May 2012 11:13:08 +0000 (13:13 +0200)]
LDAP: and don't forget the else part

12 years agoLDAP: don't store agent password in plain text
Arthur Schiwon [Mon, 14 May 2012 10:58:58 +0000 (12:58 +0200)]
LDAP: don't store agent password in plain text

12 years agoLDAP: no whitespaces after the , in the DNs, resolves conflicts with some servers
Arthur Schiwon [Mon, 14 May 2012 10:25:10 +0000 (12:25 +0200)]
LDAP: no whitespaces after the , in the DNs, resolves conflicts with some servers

12 years agoContacts: Photo upload handlers wern't being loaded for new contacts.
Thomas Tanghus [Mon, 14 May 2012 09:05:50 +0000 (11:05 +0200)]
Contacts: Photo upload handlers wern't being loaded for new contacts.
Name conflict with two FileUploads :-P

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Klaas Freitag [Mon, 14 May 2012 08:52:25 +0000 (10:52 +0200)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoAdd ctmp extension to blacklist to make sync test files not versioned.
Klaas Freitag [Mon, 14 May 2012 08:51:41 +0000 (10:51 +0200)]
Add ctmp extension to blacklist to make sync test files not versioned.

12 years agoContacts: The proper DOM wasn't loaded after import and thumbnails weren't being...
Thomas Tanghus [Mon, 14 May 2012 08:12:36 +0000 (10:12 +0200)]
Contacts: The proper DOM wasn't loaded after import and thumbnails weren't being updated.

12 years agoRemove scroll to bookmarks_menu, no longer existent and the bookmark controls are...
Michael Gapczynski [Mon, 14 May 2012 01:10:07 +0000 (21:10 -0400)]
Remove scroll to bookmarks_menu, no longer existent and the bookmark controls are always visible at the top anyways

12 years agoselective app loading for remote/public
Robin Appelman [Sun, 13 May 2012 22:28:22 +0000 (00:28 +0200)]
selective app loading for remote/public

12 years agoset public handeler in info,xml for sharing
Robin Appelman [Sun, 13 May 2012 22:00:14 +0000 (00:00 +0200)]
set public handeler in info,xml for sharing

12 years agoContacts: Forgot one file for the import fix.
Thomas Tanghus [Sun, 13 May 2012 21:25:51 +0000 (23:25 +0200)]
Contacts: Forgot one file for the import fix.

12 years agoContacts: Add error checking and reporting to import from files app.
Thomas Tanghus [Sun, 13 May 2012 21:24:04 +0000 (23:24 +0200)]
Contacts: Add error checking and reporting to import from files app.

12 years agoValidate bookmark inputs, fixes bug oc-636
Michael Gapczynski [Sun, 13 May 2012 20:58:18 +0000 (16:58 -0400)]
Validate bookmark inputs, fixes bug oc-636

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Sun, 13 May 2012 20:50:19 +0000 (20:50 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoThird time lucky fixing google font include
Tom Needham [Sun, 13 May 2012 20:49:54 +0000 (20:49 +0000)]
Third time lucky fixing google font include

12 years agoVariable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2.
Michael Gapczynski [Sun, 13 May 2012 20:44:50 +0000 (16:44 -0400)]
Variable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2.

12 years agoRevert "Remove google webfont include"
Tom Needham [Sun, 13 May 2012 20:43:20 +0000 (20:43 +0000)]
Revert "Remove google webfont include"

This reverts commit 30d31fecd97ab0c0334ca9d81907a08ae27200a2.

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Sun, 13 May 2012 20:19:25 +0000 (20:19 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoFixed keyboard shortcut for saving files. Thanks adlr in #ace!
Tom Needham [Sun, 13 May 2012 20:19:20 +0000 (20:19 +0000)]
Fixed keyboard shortcut for saving files. Thanks adlr in #ace!

12 years agoSanitize search queries, thanks to Lukas Reschke
Michael Gapczynski [Sun, 13 May 2012 19:57:10 +0000 (15:57 -0400)]
Sanitize search queries, thanks to Lukas Reschke

12 years agofix fail in previous commit
Georg Ehrke [Sun, 13 May 2012 19:45:24 +0000 (21:45 +0200)]
fix fail in previous commit

12 years agofix remote.php for servers which doesn't support PATH_INFO
Georg Ehrke [Sun, 13 May 2012 19:41:13 +0000 (21:41 +0200)]
fix remote.php for servers which doesn't support PATH_INFO

12 years agoMerge branch 'master' of gitorious.org:owncloud/owncloud
Tom Needham [Sun, 13 May 2012 19:42:00 +0000 (19:42 +0000)]
Merge branch 'master' of gitorious.org:owncloud/owncloud

12 years agoRemove google webfont include
Tom Needham [Sun, 13 May 2012 19:41:41 +0000 (19:41 +0000)]
Remove google webfont include

12 years agoFix breadcrumb path
Tom Needham [Sun, 13 May 2012 19:33:42 +0000 (19:33 +0000)]
Fix breadcrumb path

12 years agoCheck if path_info is empty as well, fixes bug oc-632. Thanks to die3lustigen2.
Michael Gapczynski [Sun, 13 May 2012 19:26:05 +0000 (15:26 -0400)]
Check if path_info is empty as well, fixes bug oc-632. Thanks to die3lustigen2.

12 years agofix getting the db scheme from existing database
Robin Appelman [Sun, 13 May 2012 19:22:08 +0000 (21:22 +0200)]
fix getting the db scheme from existing database

12 years agoadditional logging when db upgrade fails
Robin Appelman [Sun, 13 May 2012 19:21:39 +0000 (21:21 +0200)]
additional logging when db upgrade fails

12 years agosome mdb2 pgsql fixes
Robin Appelman [Sun, 13 May 2012 18:56:25 +0000 (20:56 +0200)]
some mdb2 pgsql fixes

12 years agoprevent user creation with empty password
Robin Appelman [Sun, 13 May 2012 18:53:45 +0000 (20:53 +0200)]
prevent user creation with empty password

12 years agomore MDB2 updates
Robin Appelman [Sun, 13 May 2012 18:49:39 +0000 (20:49 +0200)]
more MDB2 updates

12 years agoadd post user delete hook for calendar sharing
Georg Ehrke [Sun, 13 May 2012 18:03:27 +0000 (20:03 +0200)]
add post user delete hook for calendar sharing

12 years agoupdate translations
Robin Appelman [Sun, 13 May 2012 17:59:44 +0000 (19:59 +0200)]
update translations

12 years agoVCategories: Made a small check for categories that seems to resolv the problems...
Thomas Tanghus [Sun, 13 May 2012 13:07:07 +0000 (15:07 +0200)]
VCategories: Made a small check for categories that seems to resolv the problems in Calender. Also reverts the changes from 9e6221b229410599c28045d1956bb6e84d33cadc.

12 years agohide share tab for new events, because you can't share an event that haven't got...
Georg Ehrke [Sun, 13 May 2012 10:28:28 +0000 (12:28 +0200)]
hide share tab for new events, because you can't share an event that haven't got an id yet

12 years agofix another php notice
Georg Ehrke [Sun, 13 May 2012 10:25:26 +0000 (12:25 +0200)]
fix another php notice

12 years agofix another php notice
Georg Ehrke [Sun, 13 May 2012 10:14:08 +0000 (12:14 +0200)]
fix another php notice

12 years agofix php notice and displaying of events
Georg Ehrke [Sun, 13 May 2012 10:02:36 +0000 (12:02 +0200)]
fix php notice and displaying of events

12 years agoVCategories: Suppress error messages stemming from import from file app.
Thomas Tanghus [Sun, 13 May 2012 07:16:53 +0000 (09:16 +0200)]
VCategories: Suppress error messages stemming from import from file app.

12 years agoRevert "Edited combobox to adhere to coding standards and added a dblclick handler."
Thomas Tanghus [Sat, 12 May 2012 17:54:16 +0000 (19:54 +0200)]
Revert "Edited combobox to adhere to coding standards and added a dblclick handler."

This reverts commit 19b55d3fcef54d610a8256e861d0bc894b514c5c.

12 years agoRevert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won't chang...
Thomas Tanghus [Sat, 12 May 2012 17:52:16 +0000 (19:52 +0200)]
Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)"

This reverts commit a36a8faad4b66b5d68d6ba57fa095dd85546adfe.

Moved it to unstable branch for now.

12 years agoThis is RC now v4.0.0RC
Frank Karlitschek [Sun, 13 May 2012 03:11:10 +0000 (05:11 +0200)]
This is RC now

12 years agonon-minified version added
Thomas Mueller [Sat, 12 May 2012 18:56:29 +0000 (20:56 +0200)]
non-minified version added

12 years agofixing file headers with copyright
Thomas Mueller [Sat, 12 May 2012 18:46:07 +0000 (20:46 +0200)]
fixing file headers with copyright

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 agoContacts: Change placeholder text to avoid confusion. No, JanC, I won't change it...
Thomas Tanghus [Sat, 12 May 2012 10:57:59 +0000 (12:57 +0200)]
Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)

12 years agooc-627, calling base function instead of loading too much useless functions
Bartek Przybylski [Sat, 12 May 2012 11:25:04 +0000 (13:25 +0200)]
oc-627, calling base function instead of loading too much useless functions

12 years agoEncoded slashes (%2F) don't look pretty in our private link urls
Michael Gapczynski [Sat, 12 May 2012 00:58:21 +0000 (20:58 -0400)]
Encoded slashes (%2F) don't look pretty in our private link urls

12 years agoTurn async off when fetching users to make sure the users get removed from the select...
Michael Gapczynski [Sat, 12 May 2012 00:39:48 +0000 (20:39 -0400)]
Turn async off when fetching users to make sure the users get removed from the select form

12 years agoupdate to jquery 1.7.2
Robin Appelman [Fri, 11 May 2012 21:20:27 +0000 (23:20 +0200)]
update to jquery 1.7.2

12 years agofix gallery previous not showing
Robin Appelman [Fri, 11 May 2012 21:19:33 +0000 (23:19 +0200)]
fix gallery previous not showing

12 years agoRemove duplicate line
Bart Visscher [Fri, 11 May 2012 20:12:59 +0000 (22:12 +0200)]
Remove duplicate line

12 years agoChange sqlite escaping of identifier to double quote. Fixing some issues
Brice Maron [Fri, 11 May 2012 19:45:24 +0000 (19:45 +0000)]
Change sqlite escaping of identifier to double quote. Fixing some issues

12 years agoMake processed css files cachable
Bart Visscher [Fri, 11 May 2012 18:33:49 +0000 (20:33 +0200)]
Make processed css files cachable

12 years agoalso set remote/public paths on installing apps
Robin Appelman [Fri, 11 May 2012 18:58:23 +0000 (20:58 +0200)]
also set remote/public paths on installing apps

12 years agofix sqlite3 driver against updated MDB2
Robin Appelman [Fri, 11 May 2012 18:56:02 +0000 (20:56 +0200)]
fix sqlite3 driver against updated MDB2

12 years agodon't do the initial scanning of the users home folder trough the update system
Robin Appelman [Fri, 11 May 2012 18:49:19 +0000 (20:49 +0200)]
don't do the initial scanning of the users home folder trough the update system

12 years agoadd temporary filestorage backend for testing purposed
Robin Appelman [Fri, 11 May 2012 18:33:43 +0000 (20:33 +0200)]
add temporary filestorage backend for testing purposed

12 years agoallow clearing hooks and fileproxies
Robin Appelman [Fri, 11 May 2012 18:33:23 +0000 (20:33 +0200)]
allow clearing hooks and fileproxies

12 years agoload remote and public paths from info.xml during upgrade instead of setting them...
Robin Appelman [Fri, 11 May 2012 18:32:37 +0000 (20:32 +0200)]
load remote and public paths from info.xml during upgrade instead of setting them every time

12 years agoupdate MDB2 and XML_Parser
Robin Appelman [Fri, 11 May 2012 18:25:00 +0000 (20:25 +0200)]
update MDB2 and XML_Parser

12 years agoLDAP: offer only ownCloud-enabled users for sharing
Arthur Schiwon [Fri, 11 May 2012 17:21:02 +0000 (19:21 +0200)]
LDAP: offer only ownCloud-enabled users for sharing

12 years agoContacts: Make the structured name dialog modal to avoid confusion.
Thomas Tanghus [Fri, 11 May 2012 16:21:12 +0000 (18:21 +0200)]
Contacts: Make the structured name dialog modal to avoid confusion.

12 years agoContacts: Clone event handlers as well.
Thomas Tanghus [Fri, 11 May 2012 16:16:52 +0000 (18:16 +0200)]
Contacts: Clone event handlers as well.

12 years agoContacts: Also strip parameters.
Thomas Tanghus [Fri, 11 May 2012 16:15:59 +0000 (18:15 +0200)]
Contacts: Also strip parameters.

12 years agoimproved url generation - made use of OC.linkTo() for linking to versions history...
Sam Tuke [Fri, 11 May 2012 16:13:58 +0000 (17:13 +0100)]
improved url generation - made use of OC.linkTo()  for linking to versions history page

12 years agothe ',last' breaks all other rewrite rules and is also not there in the committed...
Michiel de Jong [Fri, 11 May 2012 15:58:50 +0000 (17:58 +0200)]
the ',last' breaks all other rewrite rules and is also not there in the committed .htaccess, so removing it. anybody know why it was there?

12 years agoupdate PEAR to 1.9.4
Robin Appelman [Fri, 11 May 2012 15:57:55 +0000 (17:57 +0200)]
update PEAR to 1.9.4

12 years agomatch setup script to .htaccess from repo
Michiel de Jong [Fri, 11 May 2012 15:30:27 +0000 (17:30 +0200)]
match setup script to .htaccess from repo

12 years agoregister public.php?service=host-meta
Michiel de Jong [Fri, 11 May 2012 15:25:32 +0000 (17:25 +0200)]
register public.php?service=host-meta

12 years agooops, typo in lib/setup.php
Michiel de Jong [Fri, 11 May 2012 15:09:10 +0000 (17:09 +0200)]
oops, typo in lib/setup.php

12 years agoadd new htaccess things into setup script too
Michiel de Jong [Fri, 11 May 2012 15:06:04 +0000 (17:06 +0200)]
add new htaccess things into setup script too

12 years agofix warning 'unknown var appsDir'
Michiel de Jong [Fri, 11 May 2012 14:00:10 +0000 (16:00 +0200)]
fix warning 'unknown var appsDir'

12 years agosome changes for login
Georg Ehrke [Fri, 11 May 2012 14:42:28 +0000 (16:42 +0200)]
some changes for login

12 years agoLDAP: wrong assumptions for case (in)sensitivity, implement far better solution
Arthur Schiwon [Fri, 11 May 2012 13:42:05 +0000 (15:42 +0200)]
LDAP: wrong assumptions for case (in)sensitivity, implement far better solution

12 years agocorrect host-meta mime type
Michiel de Jong [Fri, 11 May 2012 13:27:11 +0000 (15:27 +0200)]
correct host-meta mime type

12 years agomove lrdd to jrd
Michiel de Jong [Fri, 11 May 2012 13:26:45 +0000 (15:26 +0200)]
move lrdd to jrd

12 years agomove host-meta to JRD because I can't work out how to deal with ampersands in XRD
Michiel de Jong [Fri, 11 May 2012 10:00:31 +0000 (12:00 +0200)]
move host-meta to JRD because I can't work out how to deal with ampersands in XRD