]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 years agomake redirect safe by restricting it to current host
Michiel de Jong [Fri, 18 May 2012 13:32:41 +0000 (15:32 +0200)]
make redirect safe by restricting it to current host

12 years agofix redirect to desired page after login
Michiel de Jong [Fri, 18 May 2012 13:11:01 +0000 (15:11 +0200)]
fix redirect to desired page after login

12 years agoLDAP: don't make us of global constants (completing, was removed with latest addition...
Arthur Schiwon [Fri, 18 May 2012 09:09:46 +0000 (11:09 +0200)]
LDAP: don't make us of global constants (completing, was removed with latest additions to update.php)

12 years agoLDAP: check wether applying naming rule would end up in conflicts on update, if so...
Arthur Schiwon [Thu, 17 May 2012 17:33:38 +0000 (19:33 +0200)]
LDAP: check wether applying naming rule would end up in conflicts on update, if so don't do it

12 years agofix call of all versions page
Georg Ehrke [Fri, 18 May 2012 09:59:56 +0000 (11:59 +0200)]
fix call of all versions page

12 years agoHooks aren't working across different users' filesystems, so update the mtime of...
Michael Gapczynski [Fri, 18 May 2012 01:26:26 +0000 (21:26 -0400)]
Hooks aren't working across different users' filesystems, so update the mtime of the Shared folder for all shared item events

12 years agoimprove tar archive backend
Robin Appelman [Thu, 17 May 2012 23:54:02 +0000 (01:54 +0200)]
improve tar archive backend

12 years agoHistory dropdown clean-up
Michael Gapczynski [Thu, 17 May 2012 22:57:52 +0000 (18:57 -0400)]
History dropdown clean-up

12 years agoClose history dropdown on success. Avoids confusion.
Tom Needham [Thu, 17 May 2012 21:22:48 +0000 (21:22 +0000)]
Close history dropdown on success. Avoids confusion.

12 years agoRevert google webfont removal. Sadly this causes havoc with the editor!
Tom Needham [Thu, 17 May 2012 20:23:03 +0000 (20:23 +0000)]
Revert google webfont removal. Sadly this causes havoc with the editor!

12 years agoFix private links inside folders
Michael Gapczynski [Thu, 17 May 2012 20:12:33 +0000 (16:12 -0400)]
Fix private links inside folders

12 years agoallow loading of css files even if a user isn't logged in
Georg Ehrke [Thu, 17 May 2012 19:56:33 +0000 (21:56 +0200)]
allow loading of css files even if a user isn't logged in

12 years agofix paths to images and set height for calendar management dialog
Georg Ehrke [Thu, 17 May 2012 19:51:27 +0000 (21:51 +0200)]
fix paths to images and set height for calendar management dialog

12 years agoMerge branch 'merge-requests/115'
Michael Gapczynski [Thu, 17 May 2012 19:39:39 +0000 (15:39 -0400)]
Merge branch 'merge-requests/115'

12 years agoMerge commit 'refs/merge-requests/115' of git://gitorious.org/owncloud/owncloud into...
Michael Gapczynski [Thu, 17 May 2012 19:38:28 +0000 (15:38 -0400)]
Merge commit 'refs/merge-requests/115' of git://gitorious.org/owncloud/owncloud into merge-requests/115

Conflicts:
apps/files/templates/index.php

12 years agono use for double quotes here
Michiel de Jong [Thu, 17 May 2012 19:03:06 +0000 (21:03 +0200)]
no use for double quotes here

12 years agoremoving dead code
Michiel de Jong [Thu, 17 May 2012 19:01:42 +0000 (21:01 +0200)]
removing dead code

12 years agooops! was hardcoding my test domain inadvertently
Michiel de Jong [Thu, 17 May 2012 18:59:55 +0000 (20:59 +0200)]
oops! was hardcoding my test domain inadvertently

12 years agoLDAP: follow user- and groupname char limitations for LDAP display names
Arthur Schiwon [Thu, 17 May 2012 13:14:47 +0000 (15:14 +0200)]
LDAP: follow user- and groupname char limitations for LDAP display names

WARNING: may affect existing installations if display names included unallowed characters. Allowed are only a-zA-Z0-9._-@ This fix is however needed, because names with unallowed characters may cause conflicts

12 years agoLDAP: remove unnecessary debug output
Arthur Schiwon [Thu, 17 May 2012 11:16:12 +0000 (13:16 +0200)]
LDAP: remove unnecessary debug output

12 years agoLDAP: Fix case sensitivity issues with display name attribute
Arthur Schiwon [Thu, 17 May 2012 11:15:26 +0000 (13:15 +0200)]
LDAP: Fix case sensitivity issues with display name attribute

12 years agoContacts: wrong name was set on initial load.
Thomas Tanghus [Thu, 17 May 2012 14:46:07 +0000 (16:46 +0200)]
Contacts: wrong name was set on initial load.

12 years agoTry to setup a user's filesystem if the user hasn't logged in before and is shared...
Michael Gapczynski [Thu, 17 May 2012 13:24:54 +0000 (09:24 -0400)]
Try to setup a user's filesystem if the user hasn't logged in before and is shared a file

12 years agoContacts: Disable in-app import if encryption is enabled, and make an attempt of...
Thomas Tanghus [Thu, 17 May 2012 12:29:20 +0000 (14:29 +0200)]
Contacts: Disable in-app import if encryption is enabled, and make an attempt of supporting IE uploads too. Can't test it though...

12 years agoallow reverting file from history dropdown
Robin Appelman [Thu, 17 May 2012 00:16:33 +0000 (02:16 +0200)]
allow reverting file from history dropdown

12 years agofix versioning for movable apps
Robin Appelman [Wed, 16 May 2012 23:53:23 +0000 (01:53 +0200)]
fix versioning for movable apps

12 years agowhen scanning a folder that is a mountpoint, use the root of the mount for checking...
Robin Appelman [Wed, 16 May 2012 23:47:58 +0000 (01:47 +0200)]
when scanning a folder that is a mountpoint, use the root of the mount for checking if a folder is writable instead of the folder

12 years agoonly check our own input fields when determining to show the login button
Robin Appelman [Wed, 16 May 2012 23:17:44 +0000 (01:17 +0200)]
only check our own input fields when determining to show the login button

fixes a problem with browser plugins adding hidden inputs

12 years agoadd support for custom ports for mysql/pgsql by adding :portnumber to the database...
Robin Appelman [Wed, 16 May 2012 23:06:22 +0000 (01:06 +0200)]
add support for custom ports for mysql/pgsql by adding :portnumber to the database host

12 years agoupdate documentation of oc_user::checkpassword
Robin Appelman [Wed, 16 May 2012 22:57:43 +0000 (00:57 +0200)]
update documentation of oc_user::checkpassword

12 years agomake sure the group exists in the backend before adding a user to it
Robin Appelman [Wed, 16 May 2012 22:47:43 +0000 (00:47 +0200)]
make sure the group exists in the backend before adding a user to it

12 years agoupdate translations
Robin Appelman [Wed, 16 May 2012 22:36:21 +0000 (00:36 +0200)]
update translations

12 years agoContacts: removed check for empty FN field because Chrome/Chromium barfed.
Thomas Tanghus [Wed, 16 May 2012 21:45:43 +0000 (23:45 +0200)]
Contacts: removed check for empty FN field because Chrome/Chromium barfed.

12 years agoadd caldav and carddav files in their old place for backward compatibility - add...
Georg Ehrke [Wed, 16 May 2012 19:05:15 +0000 (21:05 +0200)]
add caldav and carddav files in their old place for backward compatibility - add rewriterule for caldav and carddav

12 years agoComment spelling fix
Bart Visscher [Mon, 14 May 2012 15:58:50 +0000 (17:58 +0200)]
Comment spelling fix

12 years agoBetter place to check caching headers
Bart Visscher [Fri, 11 May 2012 22:31:42 +0000 (00:31 +0200)]
Better place to check caching headers

12 years agoldap: unique index names for the database, fixes non-creating of indexes for the...
Arthur Schiwon [Wed, 16 May 2012 16:11:20 +0000 (18:11 +0200)]
ldap: unique index names for the database, fixes non-creating of indexes for the second table and potential issues in the app

12 years agofix paths in apps/remoteStorage/ajax/revokeToken.php
Michiel de Jong [Wed, 16 May 2012 16:08:50 +0000 (18:08 +0200)]
fix paths in apps/remoteStorage/ajax/revokeToken.php

12 years agotry to remove deprecated files from /files on update
Arthur Schiwon [Wed, 16 May 2012 13:59:36 +0000 (15:59 +0200)]
try to remove deprecated files from /files on update

12 years agoFix incorrect toaddress being passed for emailing private links
Michael Gapczynski [Tue, 15 May 2012 23:05:07 +0000 (19:05 -0400)]
Fix incorrect toaddress being passed for emailing private links

12 years agoContacts: Corrected i18n call.
Thomas Tanghus [Tue, 15 May 2012 16:48:48 +0000 (18:48 +0200)]
Contacts: Corrected i18n call.

12 years agoCreate a new OC_Share object instead of manually inserting rows when adding a user...
Michael Gapczynski [Tue, 15 May 2012 16:03:20 +0000 (12:03 -0400)]
Create a new OC_Share object instead of manually inserting rows when adding a user to a group share, prevents a couple of potential bugs

12 years agoNo multiple file sharing in this next release, sharing UI isn't ready for it :(
Michael Gapczynski [Tue, 15 May 2012 15:45:59 +0000 (11:45 -0400)]
No multiple file sharing in this next release, sharing UI isn't ready for it :(

12 years agoCheck if a file is encrypted before sharing (encrypted files cannot be shared)
Michael Gapczynski [Tue, 15 May 2012 15:29:02 +0000 (11:29 -0400)]
Check if a file is encrypted before sharing (encrypted files cannot be shared)

12 years agoavoid corrupt ZIP files on lighttpd, should fix oc-467
Arthur Schiwon [Tue, 15 May 2012 09:57:24 +0000 (11:57 +0200)]
avoid corrupt ZIP files on lighttpd, should fix oc-467

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