aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
Commit message (Collapse)AuthorAgeFilesLines
...
* core changes to better support media migrationsredmatrix2016-06-161-5/+9
|
* 'recent photos' query was buggered, also fix issue #163 by adding ↵redmatrix2016-06-071-15/+13
| | | | configurable sort order to the album widget - default is album name ascending
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-14/+14
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* code cleanupredmatrix2016-05-241-2/+0
|
* daemon conversion continued...redmatrix2016-05-191-1/+1
|
* allow engineering units (e.g. 400M, 1G) as service class limitsredmatrix2016-04-281-1/+1
|
* Use / for album name in photo activities if no album present.redmatrix2016-04-271-1/+1
|
* module updatesredmatrix2016-04-181-0/+40
|
* more work on file sync to clones, 60-70% test coverage, mostly working but ↵redmatrix2016-04-061-4/+4
| | | | many changes made during testing which themselves have not yet been tested
* file sync workredmatrix2016-04-061-2/+2
|
* static Appredmatrix2016-03-311-3/+3
|
* provide footer bbcodeMario Vavti2016-02-291-4/+4
|
* fix link to photo album and make sure that small photos are not overwritten ↵Mario Vavti2016-02-261-1/+1
| | | | by body text.
* retry the move of AccessList to composer format (one or more third-party ↵redmatrix2016-02-211-1/+1
| | | | plugins will likely break as a result)
* Revert "move accesslist class to namespace"redmatrix2016-02-201-1/+1
| | | | This reverts commit a9711895cf254a0ca34b1e3f7c8e75bb832e6973.
* move accesslist class to namespaceredmatrix2016-02-201-1/+1
|
* fix typos before mergingredmatrix2015-12-151-1/+1
|
* revise the photo activity a bit so that we always have a valid activity ↵redmatrix2015-12-151-13/+36
| | | | 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.
* revert include/photos.php:L380redmatrix2015-12-141-1/+1
|
* more work on api media uploadsredmatrix2015-12-131-1/+1
|
* fix the typoredmatrix2015-10-281-1/+1
|
* photos linked item visibility issueredmatrix2015-10-281-0/+14
|
* fix sharing of photo itemsMario Vavti2015-10-271-5/+6
|
* improve photo item object - we now provide the infos for all available photo ↵Mario Vavti2015-10-251-32/+43
| | | | sizes
* new line between photo and descriptionMario Vavti2015-10-241-2/+2
|
* another try to avoid dubble photo deletion. allow to set a photo caption and ↵Mario Vavti2015-10-241-10/+15
| | | | simple status body (if create status post is enabled) on upload
* add obj_type and object againMario Vavti2015-10-201-1/+3
|
* fix jot photo uploadMario Vavti2015-10-201-10/+6
|
* create photo object if feature large photos is enabled and display those ↵Mario Vavti2015-10-201-18/+52
| | | | slightly different
* we now provide images for all suffixes (0-3) -> simplify photo item body ↵Mario Vavti2015-10-161-36/+25
| | | | creation and provide width x height for any size
* generate all (non-square) photo scales - even if the original photo is ↵redmatrix2015-10-151-21/+21
| | | | smaller than the scale target sizes.
* (re)add default image-size 320px - it is good for gallery preview. this size ↵Mario Vavti2015-10-151-0/+9
| | | | has the suffix -3 now
* double up default photo sizes - even the mos simple camera can now do images ↵Mario Vavti2015-10-151-4/+4
| | | | > 1024px
* allow photo-items to appear full width if large photos feature is enabled. ↵Mario Vavti2015-10-141-1/+1
| | | | in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes.
* consolidate import_items/sync_itemsredmatrix2015-09-071-3/+0
|
* make js_upload work with hubzilla. It still needs a rewrite.redmatrix2015-09-051-2/+2
|
* more AccessList stuff - this time it's mod-item, which is a biggieredmatrix2015-08-281-1/+1
|
* now we get to the heavy lifting with AccessList stuffredmatrix2015-08-271-57/+29
|
* redphotos updatesredmatrix2015-08-261-1/+8
|
* change attach_store to allow a predefined item to accompany a photoredmatrix2015-08-261-44/+80
|
* lots of stuff that was needed for successful photo import from redredmatrix2015-08-241-6/+15
|
* fix photo locationredmatrix2015-08-191-1/+11
|
* photo permission inheritance. We want to use the folder permissions unless ↵redmatrix2015-08-061-14/+26
| | | | 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.
* don't throw errors or do the wrong thing if photos have no album (placed on ↵redmatrix2015-08-051-1/+1
| | | | your dav rootdir)
* photo album is decided in dav or attach modules now - don't set it in ↵redmatrix2015-08-051-8/+8
| | | | photos_upload
* incorrect photo permissions when uploaded via /cloud; issue #21redmatrix2015-07-301-0/+11
|
* the view_photos and post_photos permissions are redundant and are now mapped ↵redmatrix2015-07-191-5/+5
| | | | to view_storage and write_storage
* more work on photos, including os_storage for the size '0' photo and ↵redmatrix2015-06-231-2/+18
| | | | numbering duplicate filenames
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-161-2/+2
|\ | | | | | | | | | | Conflicts: mod/photos.php mod/siteinfo.php
| * fix deleting of album for remote channelMario Vavti2015-06-161-2/+2
| |