]> git.mxchange.org Git - friendica.git/history - src
Use DBA::exists() in Photo::exists()
[friendica.git] / src /
2019-01-21 fabrixxmUse DBA::exists() in Photo::exists()
2019-01-21 fabrixxmFix unregister storage backend
2019-01-21 fabrixxmFix moving stored data
2019-01-21 fabrixxmRemove resourceid parameter from Photo::exists()
2019-01-21 fabrixxmUse Model\Photo as much as possible
2019-01-21 fabrixxmRemove empty line before code
2019-01-21 fabrixxmPhoto model: set edited and updated on update, fix...
2019-01-21 fabrixxmCode standards
2019-01-21 fabrixxmRewrite Proxy module
2019-01-21 fabrixxmFix Module\Photo exit with error
2019-01-21 fabrixxmAdd storage options form in admin/site page
2019-01-21 fabrixxmCode standards
2019-01-21 fabrixxmAdd move function to storage manager and console command
2019-01-21 fabrixxmAdd 'storage' console command
2019-01-21 fabrixxmAdd storage backend manager class
2019-01-21 fabrixxmAdd Database storage backend
2019-01-21 fabrixxmStorage: throw StorageException on errors
2019-01-21 fabrixxmPhoto model: fix docs, don't update "created" field
2019-01-21 fabrixxmCode standards
2019-01-21 fabrixxmPhoto model: set updated field in update()
2019-01-21 fabrixxmAdd update() to Photo model
2019-01-21 fabrixxmCode standards
2019-01-21 fabrixxmCode standards
2019-01-21 fabrixxmFilesystem storage: add "index.html" files in dirs
2019-01-21 fabrixxmprofile_photo: use Photo model function to get photo...
2019-01-21 fabrixxmModel/Photo: use self select functions, reuse backend...
2019-01-21 fabrixxmRevert "Catch HTTPExceptions in App::runFrontend()"
2019-01-21 fabrixxmMore code standard
2019-01-21 fabrixxmAddress code standards issues
2019-01-21 fabrixxmAdd Filesystem storage backend and store photo via...
2019-01-21 fabrixxmReturn default profile photo if no profile photo is set
2019-01-21 fabrixxmAdd IStorage interface
2019-01-21 fabrixxmPluggable storage backends: first steps
2019-01-21 fabrixxmCatch HTTPExceptions in App::runFrontend()
2019-01-21 fabrixxmMove Photo module, update Photo model
2019-01-21 UnknownSome more alignation
2019-01-21 UnknownTranslated string will never match what's saved in...
2019-01-21 UnknownWhy got this even approved?
2019-01-21 UnknownAdded EMPTY key + updated to hypolite's suggestions
2019-01-21 Jeroen De MeerleerTranslated gender etc. in profile view
2019-01-21 Jeroen De MeerleerAdded original keys to maritial status
2019-01-21 Jeroen De MeerleerAdded original keys to sexual preference
2019-01-21 Jeroen De MeerleerAdded original keys to gender
2019-01-21 Tobias DiekershoffMerge pull request #6474 from tobiasd/2019.01-CHANGELOG
2019-01-21 Hypolite PetovanMerge pull request #6476 from annando/ap-reshare
2019-01-20 MichaelAP Bugfix: We hadn't transmitted an tag url at all ...
2019-01-20 MichaelWe only need to fetch the content once
2019-01-20 MichaelImproved ID detection
2019-01-20 MichaelAP: Only reshare stuff that is AP content
2019-01-20 Michael VogelMerge pull request #6475 from tobiasd/20190120-unescape...
2019-01-20 Michael VogelMerge pull request #6473 from MrPetovan/bug/5092-redux
2019-01-20 Hypolite PetovanMove rawContent before theme initialization
2019-01-20 Hypolite PetovanInsert theme init after module init but before post...
2019-01-19 Tobias DiekershoffMerge pull request #6471 from annando/ap-bcc
2019-01-19 MichaelTransmit via BCC if contact is hidden, don't store...
2019-01-19 Hypolite PetovanMerge pull request #6470 from rabuzarus/20190118_-_some...
2019-01-19 rabuzarusBugfix - use magicLinks also for common/all friends...
2019-01-19 Hypolite PetovanMerge pull request #6469 from annando/diaspora-priority
2019-01-19 MichaelAvoid that forum posts are received via the Diaspora...
2019-01-19 Tobias DiekershoffMerge pull request #6465 from annando/theme-fix
2019-01-18 MichaelBugfix: Theme functions hadn't been executed anymore
2019-01-18 rabuzarusBugfix - provide magic links for remote user in magicLink()
2019-01-18 Tobias DiekershoffMerge pull request #6461 from annando/contacts-post
2019-01-18 MichaelBugfix: Private posts of contacts hadn't been displayed...
2019-01-18 Hypolite PetovanMerge pull request #6460 from annando/relaying
2019-01-17 MichaelSimplyfies AP relaying, fixes relaying of public contacts
2019-01-17 Tobias DiekershoffMerge pull request #6456 from annando/long-url
2019-01-17 Tobias DiekershoffMerge pull request #6457 from annando/onepoll-bug
2019-01-17 MichaelThe "]" had been at the wrong place
2019-01-16 Hypolite PetovanMerge pull request #6455 from annando/issue-6282
2019-01-16 MichaelThis fixes a problem when the URL is too long
2019-01-16 MichaelFixing a bug, adding some logging
2019-01-16 MichaelIssue 6282: Update the contact data regularly (includin...
2019-01-15 Hypolite PetovanMerge pull request #6454 from annando/sig-notice
2019-01-15 MichaelAvoid a notice in HTTP signature check, preparation...
2019-01-14 Hypolite PetovanMerge pull request #6452 from annando/composer
2019-01-14 Hypolite PetovanMerge pull request #6451 from annando/date-range
2019-01-14 MichaelAdding the date to signed get requests as well
2019-01-14 MichaelDate check added for HTTP signatures
2019-01-14 Hypolite PetovanMerge pull request #6447 from annando/peertube
2019-01-14 Hypolite PetovanMerge pull request #6446 from annando/approve
2019-01-14 MichaelEnable communication with Peertube
2019-01-14 MichaelNow storing the "manually approve" data / fix update...
2019-01-14 Tobias DiekershoffMerge pull request #6444 from MrPetovan/bug/5932-fix...
2019-01-14 Hypolite PetovanFix undefined offset notices in Protocol\Email
2019-01-13 Tobias DiekershoffMerge pull request #6440 from annando/notices
2019-01-13 MichaelAvoiding some notices
2019-01-13 Tobias DiekershoffMerge pull request #6439 from annando/issue-6438
2019-01-13 MichaelIssue 6438: Avoid fatal error
2019-01-13 Hypolite PetovanMerge pull request #6435 from annando/nextcloud
2019-01-13 Hypolite PetovanMerge pull request #6436 from annando/notice
2019-01-13 MichaelFixing some notice again
2019-01-13 MichaelMaking Friendica compatible to Nextcloud Social
2019-01-12 Hypolite PetovanMerge pull request #6434 from AndyHee/2019.01-rc
2019-01-12 Hypolite PetovanMerge pull request #6433 from annando/issue-6282
2019-01-12 MichaelIssue 6282: Update the forum status of contacts
2019-01-12 Hypolite PetovanMerge pull request #6432 from annando/deleted-pending
2019-01-12 MichaelDon't show deleted contacts, changed "pending" behaviour
2019-01-12 Hypolite PetovanMerge pull request #6430 from tobiasd/20190112-lng
2019-01-12 Michael VogelMerge pull request #6428 from MrPetovan/bug/5148-get...
next