Giter Club home page Giter Club logo

relay's People

Watchers

 avatar

relay's Issues

Using TYPE=MyISAM is deprecated in MySQL 5.5

What steps will reproduce the problem?
1. Attempt to install relay on a mysql 5.5+ server 

What is the expected output? What do you see instead?
Expected to create tables correctly. Tables fail to create properly due to 
TYPE=MyISAM being deprecated. Had to change to ENGINE=MyISAM to continue the 
install

What version of the product are you using? On what operating system?
Relay 1.53
Gentoo

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Oct 2011 at 8:04

Huge file upload problem at 99%

What steps will reproduce the problem?
1. Upload a 697mb file or more.
2. Wait til it reaches 99%
3.

What is the expected output? What do you see instead?
It should do a complete 100% upload but it gets stuck to 99% with a blinking 
tip of the progress bar and it stays that way forever.

What version of the product are you using? On what operating system?
I just downloaded the source on this version and made and overwrite of all the 
previous version retaining the database info.  I was actually encountering the 
same problem before I downloaded this 1.5.1 version hoping that it would fix 
the huge file upload problem.

Please provide any additional information below.
Tested this with the old version prior to using 1.5.1 and it had the same 
problem with huge files.  Uploading small files did not seem to bother it but I 
tried a file as big as 697mb and it just gets stuck to 99% and never completes. 
 I also tested this on different browsers, chrome, ie, mozilla ff even on 
different platforms Win7 and Ubuntu it behaves the same way.

I do not know if this is a timeout issue on the webserver if yes, I would 
appreciate some help as to what settings would best make this work.  Thanks.

~rocky


Original issue reported on code.google.com by [email protected] on 18 Jul 2011 at 2:55

key was too long

Hello, I have a problem. I install Relay 1.5.1 in my server, wann I 
configuration in first side, I have problem-"key was too long". I have this 
problem in all version.
Plase help.

Original issue reported on code.google.com by [email protected] on 25 Jun 2012 at 2:14

Attachments:

Changing the file-name in "file information"-sidebar is not possible

What steps will reproduce the problem?
1. Click on a file.
2. Change the filename in "file information"-sidebar and hit "save"
3. At first the name is changed, but after hitting "Update" the old file name 
is still there.

What is the expected output? What do you see instead?
The new file name should be shown. Instead of it I see the old file name.

What version of the product are you using? On what operating system?
1.53

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 4:28

add multiple select / multiple action controls

Once the context menus are added from issue 1, adding multiple select 
checkboxes and a "mass action" context menu below the directory tree will 
improve usability.

Viable "mass actions" available for multi-selected items would be "delete", 
"add to cart", and possibly "move to folder..." with another drop-down menu box 
appearing to select the folder to move items to in case of the last option.


Original issue reported on code.google.com by [email protected] on 11 Jun 2011 at 8:35

  • Blocked on: #1

utf8 collation support

If your DB is using the utf8_general_ci collation, the installation will fail, 
with this error :
*relay_clients...Specified key was too long. Max length is 1000 bytescould not 
create the table clients

Original issue reported on code.google.com by [email protected] on 17 Jun 2011 at 3:06

CRITICAL: move Image/Document thumbnails from db to filesystem

The current image/document thumbnail system stores thumbnail images as binary 
BLOBs in the MySQL database.  This is undesirable both due to the potential for 
database bloat and because, as currently implemented, folders with large number 
of files HAMMER the database with potentially thousands of single-row SELECT 
statements at once.

Instead, the thumbnailer should use a parallel directory to the /filestore 
directory, called /thumbnails.  The thumbnails should be stored in /thumbnails 
exactly as the files are in /filestore; for example 
/filestore/folder/subfolder/document.pdf should have its thumbnail stored in 
/thumbnails/folder/subfolder/document.pdf.png.

Also, Relay currently generates or retrieves thumbnails for all files it can 
see at once.  This behavior does NOT scale well with large sets of files.  
Instead, the thumbnailer should only be called when the file in question is 
selected - it should first check for the existence of a thumbnail, then 
generate and store one if one was not found (and the file is of a type that 
should be thumbnailed).

There should be a control at the bottom of the "File Information" dialog to 
manually regenerate a thumbnail for a given file, and administrators of a given 
folder should have a control to generate thumbnails for all files in that 
folder (possibly an entry in the folder's context menu, which only shows up if 
the logged in user has admin rights on that folder).

The easiest way to do most of this is probably simply to have the image source 
for a thumbnail image point to a php script; the script would echo the image 
data out to the browser with type image/png as well as doing the necessary 
maintenance in the background.

Original issue reported on code.google.com by [email protected] on 10 Jun 2011 at 8:22

xampp-win32-1.8.1 and relay version relay.1.53 and failed login

I'm install xampp-win32-1.8.1 and relay version 1.53 in the pc whit xp pro sp 3

i create DB relay whith phpmyadmin and user relay before the install relay.
In the page of configuration relay index.php for the camp "database host" not 
function localhost but the ip the pc

after the install the log is 


Notice: Undefined index: uad in C:\xampp\htdocs\relay\install\index.php on line 
153
Dropping tables if the exist...done
Creating tables
*relay_clients...
*relay_filesystem...
*relay_log...
*relay_permissions...
*relay_users...
done creating tables
generating random password key : 092ef17611c222089426e8b61720ce1b ... done
creating first relay administrator...done
rootpath : C:/xampp/htdocs/relay
setting up first Virtual Directory: C:/xampp/htdocs/relay/filestore....done
setting up permissions....done
Ghostscript NOT enabled
ImageMagik Convert NOT enabled
thumbnailed image types : image\/jpeg|image\/png

Notice: Undefined variable: ldapConfig in 
C:\xampp\htdocs\relay\install\index.php on line 363

Notice: Undefined variable: imageProcessors in 
C:\xampp\htdocs\relay\install\index.php on line 374

Notice: Undefined variable: rootPath in C:\xampp\htdocs\relay\install\index.php 
on line 389
Generating config files: if creation fales make sure the webserver has 
permission to write to here : ... Config Files Created
Verifying Perl Installation... for the upload script @ 
http://localhost/relay/upload.pl?test ...
Warning: file_get_contents(http://localhost/relay/upload.pl?test): failed to 
open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in 
C:\xampp\htdocs\relay\install\index.php on line 402
the upload.pl script seems to be having problems. Try chmod 755 to upload. You 
may also need to change the 1st line to reflect the path to your perl 
installation, or in iis map the .pl extension to the perl executable. You may 
need to enable mod_cgi for .pl files. Look at the Relay Wiki on this topic for 
more troupshooting.

and whene the login in the relay not function and not error message 

Where is the problem 



Original issue reported on code.google.com by [email protected] on 1 May 2013 at 10:09

UTF8 kills database creation

What steps will reproduce the problem?
1. Use UTF-8 database
2. Install
3.

What is the expected output? What do you see instead?
Database Connected....
done
Dropping tables if the exist...done
Creating tables
*relay_clients...Specified key was too long; max key length is 1000 bytes could 
not create the table clients

What version of the product are you using? On what operating system?


Please provide any additional information below.

Reason is that UTF-8 needs 1-3 bytes to store characters. So, the index pn 
(path(250),name(250) is taking up more than 1000 bytes when the database is in 
UTF-8. Solution is reducing to 250 to 165 each.

Original issue reported on code.google.com by [email protected] on 31 Aug 2011 at 7:59

Error: Refused to set unsafe header "Connection"

What steps will reproduce the problem?
1. visit installed script, trying to log in for the first time

What is the expected output? What do you see instead?
nothing happens, safari script inspector generates error: Refused to set unsafe 
header "Connection"

What version of the product are you using? On what operating system?
just downloaded to os x lion


Original issue reported on code.google.com by [email protected] on 10 Aug 2011 at 12:23

Get rid of absolute positionning

The layout is mainly divs with absolute positions. It would be smarter to use a 
float left for the left bar and a margin-left for the main area.
This way, we will be able to have a fluid layout.

Original issue reported on code.google.com by [email protected] on 17 Jun 2011 at 2:59

Renaming File without file type breaks the file

What steps will reproduce the problem?
1. Renaming without file type
2. taking the file type off 
3.

What is the expected output? What do you see instead?
expect the files name to be changed and the file extension to be kept 
instead the file becomes unwriteable, unable to delete, rename, etc

What version of the product are you using? On what operating system?
Version 1.5.3 on XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Jun 2012 at 7:44

Download single file option

Note: This issue moved from issue 1, comment 2 
(http://code.google.com/p/relay/issues/detail?id=1).

"Download file" (without having to first place it in a cart, which is then 
zipped up before download) and file/folder renaming are also awkward and 
difficult to discover.  The "Download file" link should be in the file's 
selection bar instead of in the top menu, and there should be a "rename" action 
selectable from the file or folder's bar rather than in the properties dialog 
area to the lef

Original issue reported on code.google.com by [email protected] on 15 Jun 2011 at 10:47

mass download issue

What steps will reproduce the problem?
1. download multiple files which generates a long path and causes
error code:
"The requested URL's length exceeds the capacity limit for this server"
* download aborted

What is the expected output? What do you see instead?
expected: proceed to download
actual: error msg - Request-URI Too Large

What version of the product are you using? On what operating system?
relay.1.53

Please provide any additional information below.
URL over 2000 characters will not work for GET method.
Suggestion: get download files paths using POST method.

Original issue reported on code.google.com by [email protected] on 30 Nov 2011 at 5:15

Download cart should open automatically

Currently, the download cart on the left stays closed even after files are 
added to the cart, leaving the impression "nothing happened" when a user adds a 
file to the cart.

The act of adding a file to the download cart should automatically "open" the 
cart itself.

Original issue reported on code.google.com by [email protected] on 13 Jun 2011 at 7:09

File/Folder selection bar needs context menu added

To create a new folder, currently you click the folder you wish to create the 
new folder underneath, then click "Create Folder" from a link in the top bar of 
the Relay site.

To make the UI more intuitive, the "Create New Folder" link should instead be 
in the selected folder-bar itself.

Original issue reported on code.google.com by [email protected] on 10 Jun 2011 at 7:48

  • Blocking: #3

Attachments:

cannot multiple-select files to upload

What steps will reproduce the problem?
1. click "add file" in upload cart
2. try to shift-click or ctrl-click to select multiple files
3. fail

Looks like Relay is opening the Explorer dialog with the wrong arguments; it 
should be opening multi-select-permitted, not single-select-only.

Original issue reported on code.google.com by [email protected] on 1 Aug 2011 at 8:40

Downloading Issue

What steps will reproduce the problem?
1. Try downloading any file and it fails.


What is the expected output? What do you see instead?
Any type of file can't be downloaded.

This happens when trying to download it from the drop down menu.
Firefox can't find the file at 
http://site.com/storage/relay.php?relay=getFile&path=/var/www/virtual/site.com/h
tdocs/storage/downloads/test.txt

This happens with the download cart.
{"bindings": [ {"error": "No files zipped."} ]}

What version of the product are you using? On what operating system?
1.5.3




Original issue reported on code.google.com by [email protected] on 8 Sep 2011 at 4:47

Fresh Install - Success - Can't Login?

What steps will reproduce the problem?
1. Installed fresh on IIS 7.5 with Perl
2. Install said successful.
3. Login screen doesnt work, can't login at all

address: http://primalfx.com/ftp

Can send admin pass if needed

Original issue reported on code.google.com by [email protected] on 19 Mar 2012 at 11:10

Users should get a Folder Permission-Option in the admin panel

I want to map certain users to folders, so that I can use Relay as a 
File-Management-Tool. User A is logging in and can see Folder X, User B is 
logging in and can see Folder Y.

What version of the product are you using? On what operating system?
1.53

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 4:31

Installation Error

Database Connected....
done
Dropping tables if the exist...done
Creating tables
*rela2_clients...Specified key was too long; max key length is 1000 bytes could 
not create the table clients

Original issue reported on code.google.com by [email protected] on 3 Jul 2011 at 11:21

  • Merged into: #8

Uploading files > 10k failed

Looks like the json returned from relay.php formats floating point numbers 
incorrectly, therefore the json became invalid.

0.10 was formatted as 0,10. Inserting the number_format to correctly format the 
numbers solved the problem. Uploading works fine now!
Hopefully this suggestion makes in to the next release!

Changed line 574 in relay.php:

jsonAdd("\"percent\": ".number_format($percent,2,'.','').", \"size\": 
\"".number_format($size,2,'.','')."\",\"percentSec\": 
".number_format($percentSec,2,'.','').", \"speed\": 
\"".number_format($speed,2,'.','')."\", \"secondsLeft\": 
\"".number_format($secondsLeft,2,'.','')."\", \"done\": \"$done\"");

Original issue reported on code.google.com by [email protected] on 11 Oct 2012 at 8:24

Cannot read vdirs from the root filestore

What steps will reproduce the problem?
1. create a virtual directory
2. don't give your superadmin access to the vdir you created
3. your superadmin can see the folder for the vdir under /filestore, but cannot 
see contents of the folder or upload to the folder

What is the expected output? What do you see instead?

Expected behavior: anyone with access to the actual folder a vdir is rooted in 
should be able to read/write as appropriate to their access to the vdir they're 
using, regardless of whether they have a specific ACL set for the vdir in 
question

Original issue reported on code.google.com by [email protected] on 31 Jul 2011 at 8:46

Downloads stop 10-25%

What steps will reproduce the problem?
1. Login to Relay
2. Select file
3. Goto Download

What is the expected output? What do you see instead?

Downloads stops after 10 mins or so. Example is a 700 meg file will only 
download 184 megs.

What version of the product are you using? On what operating system?

ubuntu 12 server. Apache 2. Relay 1.5.3

Please provide any additional information below.

Under statistics it lists no downloads. It does contain statistics for 
everything else. Tried from several different machines, smaller files work, but 
the larger ones always fail. Also, uploads are working fine. I use uverse from 
att as isp and have port forwarding in use for the web protocal.



Original issue reported on code.google.com by [email protected] on 4 Jun 2012 at 6:21

Symbolic link

You code don't follow symbolic link just change
I do this on v1.5.1
relay.php

line 816:
if(filetype($fullpath . '/' . $file) == 'dir') == 'link'){

by
if(filetype($fullpath . '/' . $file) == 'dir' || filetype($fullpath . '/' . 
$file) == 'link'){

or i think is better with is_dir function so
if(is_dir($fullpath . '/' . $file)){

Sorry I'm too lazy today to do a patch and is just one line...

By the way nice script! Is a nice and clean code, I like that!

Thank you

Original issue reported on code.google.com by [email protected] on 29 Jul 2011 at 5:44

Flag-Color is disappearing after clicking Update-Link

What steps will reproduce the problem?
1. Flag a file with "hot" or "emergency" and hit Save
2. Click the Update-Link.
3. Color ist disappearing (until clicking the file again).

What is the expected output? What do you see instead?
File-Thumbnail should be remaining the color.

What version of the product are you using? On what operating system?
1.53

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 4:24

Problems with Installation

What steps will reproduce the problem?
1. Execute http://localhost/relay/install/index.php


What is the expected output? What do you see instead?

Database Connected....
done

Notice: Undefined index: uad in C:\xampp\htdocs\relay\install\index.php on line 
153
Dropping tables if the exist...done
Creating tables
*relay_clients...
*relay_filesystem...You have an error in your SQL syntax; check the manual that 
corresponds to your MySQL server version for the right syntax to use near 
'TYPE=MyISAM AUTO_INCREMENT=100000' at line 19 could not create the table 
filesystem

What version of the product are you using? On what operating system?
relay.1.53.tar.gz
windows 7 profesional


Please provide any additional information below.

I'm Use:
php 5.4
Apache 2.4
mysql 5

I can't install the program



Original issue reported on code.google.com by [email protected] on 11 Oct 2012 at 10:19

Attachments:

Flags should be customizable with text and color

What is the expected output? What do you see instead?
In the admin panel you should customize the text and color of the flags.
Instead of using just three pre-configured flags.

What version of the product are you using? On what operating system?
1.53

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 4:19

Logo should be link to homepage

What is the expected output? What do you see instead?
Logo is not a link, should be alinkt ot the homepage.

What version of the product are you using? On what operating system?
1.53

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 4:21

File information issue - delete folder

What steps will reproduce the problem?
1. create new folder
2. rename folder to new name - do not need
3. marked new folder and in File Information press button save

What is the expected output? What do you see instead?
After press button save folder is remove directly with content without warning 
message.

What version of the product are you using? On what operating system?
relay 1.53
Ubuntu 10.04, Apache2 2.2.14, PHP5 5.3.2, MySql 5.1.41

Please provide any additional information below.

Statistics
Latest Actions
timestamp   ip  user    type    details
2012-07-31 11:48:00 10.246.110.184  admin   folderRename    Untitled Folder to 
Untitled Folder
2012-07-31 
11:48:00    10.246.110.184  admin   folderDelete    /data/www/soda-relay/filestore/Untitl
ed Folder - second time press button save
2012-07-31 11:47:53 10.246.110.184  admin   folderRename    test to Untitled Folder   
                     - first time press button save
2012-07-31 
11:47:39    10.246.110.184  admin   fileExists  /data/www/soda-relay/filestore/test
2012-07-31 11:47:39 10.246.110.184  admin   folderRename    Untitled Folder to test   
                     - rename folder
2012-07-31 
11:47:34    10.246.110.184  admin   newFolder   /data/www/soda-relay/filestore/Untitled 
Folder - create folder

Best regards

Pavel Sodomka 
[email protected]

Original issue reported on code.google.com by [email protected] on 31 Jul 2012 at 10:03

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.