fabrixxm
cbb5124d59
Code standards
2019-01-21 09:02:57 -05:00
fabrixxm
ea0cd6c919
Filesystem storage: add "index.html" files in dirs
2019-01-21 09:02:57 -05:00
fabrixxm
76579e02cc
profile_photo: use Photo model function to get photo and image
2019-01-21 09:02:57 -05:00
fabrixxm
3ca0b0bf9d
photos: use model delete() to delete photos
2019-01-21 09:02:56 -05:00
fabrixxm
234c110d38
Model/Photo: use self select functions, reuse backend, fix quotes, add delete()
2019-01-21 09:01:52 -05:00
fabrixxm
9342888bd5
Remove default from backend columns
...
https://dev.mysql.com/doc/refman/8.0/en/blob.html
BLOB and TEXT columns cannot have DEFAULT values.
2019-01-21 09:00:00 -05:00
fabrixxm
75daf96590
Revert "Catch HTTPExceptions in App::runFrontend()"
...
This reverts commit 58bd75f8f3
.
2019-01-21 08:59:59 -05:00
fabrixxm
07d358adc1
More code standard
2019-01-21 08:57:30 -05:00
fabrixxm
9317a1c054
Address code standards issues
2019-01-21 08:57:30 -05:00
fabrixxm
12dd7b552f
Add Filesystem storage backend and store photo via backend
2019-01-21 08:57:29 -05:00
fabrixxm
0ada604c7d
Return default profile photo if no profile photo is set
2019-01-21 08:57:29 -05:00
fabrixxm
9b2e3fa916
Add IStorage interface
...
storage classes should implement this interface
2019-01-21 08:57:29 -05:00
fabrixxm
3b3c4e8cc7
Pluggable storage backends: first steps
...
- add backend related columns in photo table
- add system resource storage class
- add code to load image data from backend class
- return "nosign" image as photo meta with SystemResource backend
2019-01-21 08:57:28 -05:00
fabrixxm
89eaf508f1
Catch HTTPExceptions in App::runFrontend()
...
Set correct http response header, display error message using "404.tpl"
2019-01-21 08:49:17 -05:00
fabrixxm
b96dbcd4cb
Move Photo module, update Photo model
2019-01-21 08:40:47 -05:00
Unknown
5db9d2fe66
Some more alignation
2019-01-21 08:40:46 -05:00
Unknown
bc553a2c49
Translated string will never match what's saved in DB if not english
...
Rare jongens die Amerikanen ;)
2019-01-21 08:40:46 -05:00
Unknown
c44ca31aec
Why got this even approved?
2019-01-21 08:40:46 -05:00
Unknown
24dbb69421
Added EMPTY key + updated to hypolite's suggestions
2019-01-21 08:40:45 -05:00
Jeroen De Meerleer
4d81158dd1
Translated gender etc. in profile view
2019-01-21 08:40:45 -05:00
Jeroen De Meerleer
1d8c64cfec
Added original keys to maritial status
2019-01-21 08:40:44 -05:00
Jeroen De Meerleer
b70d762574
Added original keys to sexual preference
2019-01-21 08:40:43 -05:00
Jeroen De Meerleer
ab49a613c9
Added original keys to gender
2019-01-21 08:40:43 -05:00
Tobias Diekershoff
7441277e74
missed the day
2019-01-21 09:53:51 +01:00
Tobias Diekershoff
45a5e4a93b
Welcome 2019.01
2019-01-21 09:45:16 +01:00
Tobias Diekershoff
92e3ce748f
It is 2019
2019-01-21 09:44:58 +01:00
Tobias Diekershoff
c45e57d892
Merge pull request #6474 from tobiasd/2019.01-CHANGELOG
...
CHANGELOG for 2019.01
2019-01-21 09:40:39 +01:00
Tobias Diekershoff
59bcb952b4
forgotten issue 5966
2019-01-21 05:35:02 +01:00
Hypolite Petovan
aba617ae25
Merge pull request #6476 from annando/ap-reshare
...
AP: Only reshare stuff that is AP content
2019-01-20 19:12:19 -05:00
Michael
70c183b495
AP Bugfix: We hadn't transmitted an tag url at all ...
2019-01-20 23:13:55 +00:00
Michael
e2427eb9da
We only need to fetch the content once
2019-01-20 22:56:33 +00:00
Michael
9e7c59481f
Improved ID detection
2019-01-20 22:19:53 +00:00
Michael
e5d694f7fa
AP: Only reshare stuff that is AP content
2019-01-20 21:52:43 +00:00
Tobias Diekershoff
0e476ee21e
AP also tested with Hubzilla and Osada
2019-01-20 19:18:26 +01:00
Michael Vogel
ad7b85e0ec
Merge pull request #6475 from tobiasd/20190120-unescapealbums
...
HTML unescape existing albums
2019-01-20 18:58:46 +01:00
Tobias Diekershoff
10b5e7c73f
updated CHANGELOG
2019-01-20 18:54:27 +01:00
Tobias Diekershoff
6e258fc760
HTML unescape existing albums
...
When uploading a new photo the selection list for chosing existing albums was not shown. With this PR it is now again.xj
Part of #6208
2019-01-20 18:47:20 +01:00
Tobias Diekershoff
8daac62919
1st round of the CHANGELOG for 2019.01
2019-01-20 16:45:36 +01:00
Michael Vogel
f018c23bd0
Merge pull request #6473 from MrPetovan/bug/5092-redux
...
Move theme init after module init but before post/content
2019-01-20 13:44:21 +01:00
Hypolite Petovan
f4502af239
Fix docblock in mod/admin.php
2019-01-19 22:04:01 -05:00
Hypolite Petovan
89cb1b276d
Move rawContent before theme initialization
2019-01-19 22:03:49 -05:00
Hypolite Petovan
765784aad3
[frio] Remove unused code in frio_init()
2019-01-19 21:54:10 -05:00
Hypolite Petovan
6aa0899d67
Move theme selection to init() in mod/admin
2019-01-19 21:53:17 -05:00
Hypolite Petovan
af7b852d04
Insert theme init after module init but before post/content
2019-01-19 21:52:43 -05:00
Tobias Diekershoff
892a395eb7
Merge pull request #6471 from annando/ap-bcc
...
Transmit via BCC if contact is hidden, don't store announces
2019-01-19 18:23:44 +01:00
Michael
809e556009
Transmit via BCC if contact is hidden, don't store announces
2019-01-19 16:44:15 +00:00
Hypolite Petovan
6aebece494
Merge pull request #6470 from rabuzarus/20190118_-_some_more_magic_links
...
use magic links for common/all friends and the directory
2019-01-19 10:06:35 -05:00
rabuzarus
7b78ba3929
Bugfix - use magicLinks also for common/all friends and the directory
2019-01-19 15:12:46 +01:00
Hypolite Petovan
906f7b5698
Merge pull request #6469 from annando/diaspora-priority
...
Avoid that forum posts are received via the Diaspora protocol first
2019-01-19 08:08:28 -05:00
Michael
103b92fc48
Avoid that forum posts are received via the Diaspora protocol first
2019-01-19 12:30:16 +00:00