Giter Club home page Giter Club logo

codeigniter4-files's People

Contributors

dependabot[bot] avatar mgatner avatar samsonasik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codeigniter4-files's Issues

Where is get link option?

I can see the actions for the photos:

  • Preview
  • Archive
  • Upload

But to use this file manager, you need to be able to copy the file link to paste into the text
Tatter-Files-Actions

Missing dependency: authentication function user_id()

I have installed the package using composer on fresh codeigniter 4 application,but i can't able to run application as i am getting following error

Missing dependency: authentication function user_id()

I have read documentation where,should i define this user_id() function,can somebody give proper workflow for this?

for now i have defined this function in baseController

function user_id()
	{
		
		return (session()->get('user_data')['user_id'] != NULL) ? session()->get('user_data')['user_id'] : NULL;
	}

Missing dependency

Hi. I get Tatter\Files\Exceptions\FilesException
Missing dependency: authentication function user_id() What to do.

Implement virtual directories

Hi,

Thanks for the amazing file manager. I would like to ask if you have any plans to implement directory organization, I imagine something like:

  1. User press a button to create a virtual space directory
  2. User upload the files in the virtual directory

In this way all the files are organized in virtual space and the navigation is much more easier.

What do you think about this?

Kind regards

Bug: Thumbnail exceptions

Thumbnail failures are causing the whole upload to crash - they should be secondary to the actual file placement.

Feature: Layouts

Instead of $config->views this should implement $config->layout so develops can provide their own layout.

Loosen recursive scope

Relations should be able to load themselves one layer deep. E.g.:

$factory->machines->factory

Remove Files From Storage Directory

I think the controller delete function code is incomplete as delete action will delete files from the database, but not from storage directory! or I am missing something?

Bug: Chunk thumbnails

Logs suggest the controller is trying to create a thumbnail on every chunk rather than the completed file.

Support for custom views

It'll be nice if there is a config option to use custom views instead of the pre-configured ones.

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.