| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
plugins will likely break as a result)
|
|
|
|
| |
This reverts commit a9711895cf254a0ca34b1e3f7c8e75bb832e6973.
|
| |
|
| |
|
|
|
|
| |
body. Several network connectors can get empty posts or posts that don't contain any reference whatsoever to the actual photo. Since this can cause duplicate images on our own site, just provide the activity summary and any included body text to the activity by default. Provide a function to enhance this activity with an actual photo which can be applied on demand for any network connectors that desire it. Otherwise they'll just get a link to the photo in the activity statement - which is better than an empty post. Have applied this "add actual photo to the post" function to both Diaspora and RSS feeds. Also provide the album as the activity target.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
sizes
|
| |
|
|
|
|
| |
simple status body (if create status post is enabled) on upload
|
| |
|
| |
|
|
|
|
| |
slightly different
|
|
|
|
| |
creation and provide width x height for any size
|
|
|
|
| |
smaller than the scale target sizes.
|
|
|
|
| |
has the suffix -3 now
|
|
|
|
| |
> 1024px
|
|
|
|
| |
in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
specific permissions have been set to over-ride them. If nothing is set, use the channel default. We may have to mess with his further in the case of somebody trying to create a public photo directory when their normal permissions are set to private. Kind of a chicken/egg problem because the folder permissions will be empty.
|
|
|
|
| |
your dav rootdir)
|
|
|
|
| |
photos_upload
|
| |
|
|
|
|
| |
to view_storage and write_storage
|
|
|
|
| |
numbering duplicate filenames
|
|\
| |
| |
| |
| |
| | |
Conflicts:
mod/photos.php
mod/siteinfo.php
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
include/Import/refimport.php
include/activities.php
include/attach.php
include/event.php
include/externals.php
include/identity.php
include/items.php
include/notifier.php
include/photos.php
include/taxonomy.php
include/zot.php
mod/channel.php
mod/connedit.php
mod/events.php
mod/item.php
mod/like.php
mod/manage.php
mod/mood.php
mod/ping.php
mod/poke.php
mod/subthread.php
mod/tagger.php
mod/thing.php
|
| |/ |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
include/Contact.php
include/ItemObject.php
include/api.php
include/attach.php
include/diaspora.php
include/dir_fns.php
include/enotify.php
include/event.php
include/expire.php
include/items.php
include/notifier.php
include/notify.php
include/photos.php
include/taxonomy.php
include/text.php
include/widgets.php
include/zot.php
mod/admin.php
mod/channel.php
mod/dirsearch.php
mod/display.php
mod/editwebpage.php
mod/events.php
mod/home.php
mod/item.php
mod/manage.php
mod/mood.php
mod/network.php
mod/page.php
mod/photos.php
mod/ping.php
mod/post.php
mod/thing.php
mod/viewsrc.php
view/css/mod_events.css
|
| |
| |
| |
| |
| |
| |
| | |
Fixed wrong Doxygen syntax and add some of the available FIXME to
Doxygen documentation.
Updated Doxygen configuration to add also all capital letter tags.
Adding some more Doxygen documentation.
|
| | |
|
| | |
|
| |
| |
| |
| | |
div starts with display:none one needs to reload the frame or zoom in or they end up at minimum resolution. Still trying to sort this out.
|
| |
| |
| |
| | |
my phone isn't outputting the GPS tags even after being explicitly enabled so I'll have to wait until I've got a device that I can reliably test against.
|
| |
| |
| |
| | |
get a status post - leave it manual.
|
| |
| |
| |
| | |
it into a bona-fide on/off toggle. This takes up one more vertical line, but we have it to spare, and the single button (while concise visually) provided no feedback of the current state, or indicate whether a second click toggled it. Some addons use this setting so addons will need to be pulled when this is pulled in order to remain in sync.
|
| |
| |
| |
| | |
with no album specified will go now into an album based on YYYY-MM.
|
| |
| |
| |
| |
| |
| |
| | |
Fixed some wrong variable names.
Initialized some variables before using them.
Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in
include/security.php as it does not seem to be defined anywhere.
|