| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
view. Still need a button or setting to enable "unsafe viewing". This has no effect anywhere but in the album views. They can still be viewed by flipping through the individual photos with 'prev' and 'next'. We probably need a comprehensive strategy for how to deal with n-s-f-w photos in albums so consider this a band-aid which requires additional work and integration with other facilities which access these photos. It is entirely optional.
|
| |
|
|
|
|
| |
with categories.
|
| |
|
| |
|
|
|
|
| |
permissions toggling. No smoking guns and no obvious issues discovered here. Repeated and tried to duplicate zottell's issue as described without seeing any obvious problems.
|
|
|
|
|
|
|
|
|
|
| |
the default connection permissions for those who don't have a predefined (or therefore have a "custom") permissions role. Unfortunately this includes most people that were using this software more than a month ago. The real changes are that the SELF address book entry no longer holds "auto-permissions" but instead holds your "default permissions" (if you have a pre-defined role, the defaults will be pulled from the role table).
The auto permissions have moved to a pconfig (uid.system.autoperms). A DB update will move these settings into their new homes.
What used to be the "Auto-permissions settings" page is now the "default permissions settings" page and a checkbox therein decides whether or not to apply the permissions automatically. A link to this page will only be shown when you have the "custom" role selected.
With luck nobody will notice anything wrong. But at least for the next few days, please review permissions that have been assigned to new connections (either automatically or manually) and make sure they make sense (e.g. they aren't "nothing"). You still need to take action when seeing a message "permissions have changed but not yet submitted" as we always let you review and perhaps adjust the settings _before_ a connection is established (unless you have autoperms turned on).
|
|\ |
|
| | |
|
|/
|
|
| |
posted_date selector including years/months that had no posts
|
| |
|
| |
|
|
|
|
| |
this over and tested a lot of edge cases, and thought about from every angle I can think of to prevent looping. I don't *think* this can loop. I also doubt that this is the problem at friendicared.de, but I don't know for sure what that problem might be.
|
|
|
|
| |
back on
|
| |
|
|\ |
|
| |\
| | |
| | | |
Fix problem with default birth date
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| | |
prevent them from recursing
|
| |
| |
| |
| | |
a missing top-level post to match it with. So we'll send a request back to the sender that you've never seen this thread and please send a fresh copy of the entire conversation to date. We could soon have posts in the matrix from different platforms from days gone by, which have been migrated into the modern world. We'll be polite and not deliver these to everybody. However, if someone comments on one of these antique threads we wouldn't be able to see it in our own matrix because we won't have a copy of the parent post. So this rectifies that situation. Be aware that item deletion may need to change to keep "hard deleted" items indefinitely so that they don't keep coming back. We'll have to null out the important data of the former item to accomplish the deletion aspect.
|
| | |
|
| |
| |
| |
| | |
inadequate. Until we can make it configurable start off with something like a public social role. We're typically taking the person straight to the connection editor so they can change it before any privacy damage is done
|
| |
| |
| |
| | |
error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant.
|
| |
| |
| |
| | |
default for the custom role.
|
| | |
|
| |
| |
| |
| | |
permissions items accordingly.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
context trigger character which is likely to be present in that text already. Without escaping any previous instances of that character. Grrr.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
owners wall.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
signing and wall-to-wall attribution correctly.
Do it at the point of submission. This also fixes a potential bug in yesterday's wall-to-wall permission setting,
if it was a local comment to a remote post.
|
| |
| |
| |
| | |
unnecessarily.
|
| |
| |
| |
| | |
about 2 1/2 years and even survived a rewrite. Symptoms are that the archive widget only lists one month (the month when you first posted), and only if your first post was written between the 28th and 31st of whatever month that was.
|
| |
| |
| |
| |
| |
| | |
remaining before marking the xchan deleted.
Issue #657
|
|\ \ |
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Prevent multiple simultaneous pollers.
|