Search found 32 matches

by rubencm
Fri Sep 22, 2017 10:05 am
Forum: [3.x] Discussion
Topic: Subfolder system for attachments
Replies: 26
Views: 76787

Re: Subfolder system for attachments

BadBlock2 wrote: Fri Sep 22, 2017 1:40 am Interesting, I hope you tested it.
Not much really
BadBlock2 wrote: Fri Sep 22, 2017 1:40 am By the way, what if the board gets upgraded from a previous version? Will the existing attachments (all in one folder) still work?
The number of subfolders used is configurable, and by default is 0 (no subfolders)
by rubencm
Thu Sep 21, 2017 8:38 pm
Forum: [3.x] Discussion
Topic: Subfolder system for attachments
Replies: 26
Views: 76787

Re: Subfolder system for attachments

I have submitted a pr for this https://github.com/phpbb/phpbb/pull/4968
by rubencm
Sun Sep 17, 2017 7:42 pm
Forum: [3.x] Discussion
Topic: Subfolder system for attachments
Replies: 26
Views: 76787

Re: Subfolder system for attachments

It is solved if you use a cloud provider yes. But it also makes it easy to solve for the local storage: we can handle it completely in the local adapter. (Maybe with a fallback check for BC reasons) Yes, it can be done. About backwards compatibility, i think it may not be necessary, i have an idea.
by rubencm
Thu Sep 14, 2017 10:38 am
Forum: [3.x] Discussion
Topic: Subfolder system for attachments
Replies: 26
Views: 76787

Re: Subfolder system for attachments

I think this is partially solved in 3.3 with the storage system, since some storages allows unlimited files in one "virtual" folder.
by rubencm
Tue Jul 18, 2017 5:52 am
Forum: [3.x] Discussion
Topic: Attachments settings (allow/deny downloads)
Replies: 7
Views: 13678

Re: Attachments settings (allow/deny downloads)

Also, rules could be defined with something like this (only with actions allow/block):

Image

But with host/ip as columns. It would be a little more complex, but with more functionality
by rubencm
Sun Jul 16, 2017 3:13 pm
Forum: [3.x] Discussion
Topic: Attachments settings (allow/deny downloads)
Replies: 7
Views: 13678

Re: Attachments settings (allow/deny downloads)

With this system, how do you allow downloads for everyone except for google.com?
by rubencm
Sun Jul 16, 2017 2:04 pm
Forum: [3.x] Discussion
Topic: Attachments settings (allow/deny downloads)
Replies: 7
Views: 13678

Re: Attachments settings (allow/deny downloads)

Allow/Deny and then Exclude/Include is very confuse
by rubencm
Sun Jul 16, 2017 4:48 am
Forum: [3.x] Discussion
Topic: Attachments settings (allow/deny downloads)
Replies: 7
Views: 13678

Attachments settings (allow/deny downloads)

As I commented some days ago, i think that allow/deny policy in attachments settings in acp doesnt have much sense. Actually is something like this: https://i.gyazo.com/e4bf6332253c6864fb945d1db335abdf.png https://i.gyazo.com/1f839563add5054ecde695aedfadbd37.png I propose to change it to this: https...