Hypolite Petovan
34f21b40f4
Move missing POST part of Profile\Photos from mod/photos
2022-12-01 17:57:29 -05:00
Hypolite Petovan
ae76fa1174
Remove unused first parameter from BaseProfile::getTabsHTML
...
- Add expected Profile::load call to Profile\Photos module
2022-12-01 08:03:35 -05:00
Hypolite Petovan
b83526ad0b
Tighten profile restriction feature
...
- Prevent feed access to restricted profiles
- Rework display of restricted profiles with a redirect to the profile/restricted route
- Normalize permission checking with IHandleUserSession->isAuthenticated
- Remove unusable "nocache" parameter in feed module because session isn't initialized
- Reword setting name and description
2022-12-01 08:03:35 -05:00
Marek Bachmann
79235b6db1
Removed redundant maximagesize = INF statements
2022-11-30 05:17:48 +01:00
Marek Bachmann
037e181f82
use the existing function for format byte values to KiB, MiB, GiB
2022-11-30 04:34:40 +01:00
Marek Bachmann
97a3587e58
Added handling as infinity if maxfilesize is set to 0
2022-11-30 02:44:48 +01:00
Marek Bachmann
2794100cbc
Fixed meaning of "maximagesize" = 0 --> infinity
2022-11-30 02:16:04 +01:00
Marek Bachmann
978fe26f4c
Added Strings::getBytesFromShorthand() for file size check at upload and new message.po
2022-11-30 01:26:08 +01:00
Marek Bachmann
9c383e2004
allow shorthands in the system.maximagesize
2022-11-30 01:26:08 +01:00
Marek Bachmann
f45b358393
using constant value for calculation of MiB output, really no need to calculate 2**20 for just dividing the bytes by one constant divisor.
2022-11-26 23:44:23 +01:00
Marek Bachmann
597f1ba9e3
using constant value for calculation of MiB output, really no need to cluclate 2**20 for just deviding the bytes by one constant divisor.
2022-11-26 23:33:51 +01:00
Marek Bachmann
54289b2d08
Integrated isnumeric check to limit comparison condition
2022-11-26 23:25:11 +01:00
Marek Bachmann
6c73077bbc
whitespaces
2022-11-26 21:53:12 +01:00
Marek Bachmann
f88722bf7f
Better formatting
2022-11-26 21:47:55 +01:00
Marek Bachmann
f4d49e561c
fixed a forgotten debug output
2022-11-26 21:44:41 +01:00
Marek Bachmann
907deed523
introduced getBytesFromShorthand function to covert from shorthand notation to int
2022-11-26 21:43:31 +01:00
Marek Bachmann
c4c1bd2908
changed var name
2022-11-25 23:36:28 +01:00
Marek Bachmann
bb67f6e219
Added check if upload_max_filesize (php.ini) or friendica option 'maxfilesize' is dominant for the actual image upload limit and print out the lower (relevant) one.
2022-11-25 22:57:06 +01:00
MarekBenjamin
9dd1cf8316
Update mod/photos.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-11-25 21:53:32 +01:00
Marek Bachmann
d402fe364e
Show image size limit in Frio as "usagemessage" for photo_upload
2022-11-25 19:44:09 +01:00
Hypolite Petovan
77e87da441
Create /profile/{nickname}/photos route
...
- Create new Profile\Photos\Index module class
- Update most references of the legacy /photos/{nickname} route
2022-11-20 17:15:07 -05:00
Hypolite Petovan
952e6c688c
Suppress warning when /phots route is used without a nickname
...
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1314964388
2022-11-15 09:04:12 -05:00
Hypolite Petovan
4a626ef101
Create new Contact\Redir module class
...
- Move /redir route to /contact/redir
2022-11-08 20:12:23 -05:00
Hypolite Petovan
e0dc7a471e
Create Post/Tag/Remove module class and route
...
- Fix tag name parameter in single tag removal link in mod/photos
- Remove "/post" from backend routes as it was preventing sessions from working in this module. No existing module had a route starting with "/post".
2022-11-03 00:27:08 -04:00
Philipp Holzer
8dda6144a9
Remove unnecessary "use"
2022-10-20 21:06:06 +02:00
Philipp Holzer
bfe68702db
UserSession class [2] - Refactor mod/ files
2022-10-20 21:02:49 +02:00
Michael
5874de4743
old boot.functions replaced in /mod
2022-10-19 04:14:42 +00:00
Roland Häder
26e0469de7
Merge branch 'develop' into rewrite/gravity-constants
2022-10-18 16:34:40 +02:00
Michael
fdfa1f8630
The notice and info have been moved
2022-10-17 18:55:22 +00:00
Roland Häder
da66730e4f
Rewrite:
...
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:
From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````
To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
Michael
f7b85092b0
Some more changed log levels
2022-08-31 05:01:22 +00:00
Michael
757a5c2de9
Loglevels are adjusted
2022-08-30 19:45:30 +00:00
Roland Häder
cf8698afe6
This is the correct way:
...
<?php
if (!isset($foo['account_removed) || $foo['account_removed'])
?>
2022-07-19 18:08:18 +02:00
Hypolite Petovan
eb8237dd89
Remove unused uid parameter in Item::newURI
2022-07-09 07:39:51 -04:00
Hypolite Petovan
ee96c26ede
Replace obsolete posted sort field by created in mod\photos
2022-06-25 11:46:54 -04:00
Roland Häder
e5cc7a5ab1
Fixes:
...
- Strings::isHex() should not be misused for checking on NULL
2022-06-20 08:25:45 +02:00
Michael
db4ad7883f
Revert some of the last changes
2022-06-04 12:11:41 +00:00
Michael
3b2c2e5d33
Don't make photo item visible
2022-06-04 12:02:59 +00:00
Michael
592665ed28
Fix: Show photos in high resolution
2022-05-31 04:52:50 +00:00
Michael
aabb56c70d
Issue 11561: Don't mark photo links as invalid
2022-05-29 19:10:00 +00:00
Michael
4ef7f42257
Issue 11470: Check for removed account
2022-05-28 16:21:41 +00:00
Michael
f6167b4cfd
New function to exit the program
2022-05-18 02:13:54 +00:00
Michael
4016a576d5
Log the execution time
2022-05-17 20:47:23 +00:00
Philipp
322b7c856c
Merge pull request #11129 from urbalazs/copyright-2022
...
Update copyright
2022-01-02 09:45:35 +01:00
Balázs Úr
e56a53647b
Update copyright
2022-01-02 08:27:47 +01:00
Hypolite Petovan
80da47921e
Replace references to UTC_TIMESTAMP in SQL queries with a DateTimeFormat generated parameter
2021-12-04 17:53:08 -05:00
Michael
9c61bd3ffc
Lists and tweet search moved
2021-11-25 11:16:47 +00:00
Michael Vogel
a12144bf61
Apply suggestions from code review
...
Co-authored-by: Philipp <admin+Github@philipp.info>
2021-11-07 13:57:24 +01:00
Michael
cfac13790b
"escapeTags" is finally removed
2021-11-07 09:18:25 +00:00
Michael
359dad4244
Some more "escapeTags" removed
2021-11-06 20:25:21 +00:00