Openphoto - iOS app
Find a file
2013-10-25 14:41:27 -02:00
Crashlytics.framework details for video support 2013-09-19 12:25:27 -03:00
Frameworks preparing build to release 2013-10-14 23:27:26 -03:00
Photo Closes #330: Removed sharing for Group Users 2013-10-25 14:41:27 -02:00
PhotoTests Closes #309: fixed header via script 2013-05-17 20:40:44 +02:00
Trovebox/Images.xcassets added new images for upload to App Store 2013-10-15 16:58:55 -03:00
Trovebox.xcodeproj #326: Added better way to show multi-accounts for iphone 2013-10-18 17:32:57 -03:00
.gitattributes -adding module to three20 2011-07-11 20:43:36 +02:00
.gitignore added constant to ignore 2013-04-11 16:48:24 +02:00
.gitmodules #324: fixed menu 2013-09-25 15:26:12 -03:00
Default-568h@2x.png #261: Changed loading image by Toby 2013-04-30 22:34:54 +02:00
Default-Landscape@2x~ipad.png added background default images for iPad. Well done Toby ... thanks 2013-04-28 21:27:18 +02:00
Default-Landscape~ipad.png added background default images for iPad. Well done Toby ... thanks 2013-04-28 21:27:18 +02:00
Default-Portrait@2x~ipad.png added background default images for iPad. Well done Toby ... thanks 2013-04-28 21:27:18 +02:00
Default-Portrait~ipad.png added background default images for iPad. Well done Toby ... thanks 2013-04-28 21:27:18 +02:00
Default.png #261: Changed loading image by Toby 2013-04-30 22:34:54 +02:00
Default@2x.png #261: Changed loading image by Toby 2013-04-30 22:34:54 +02:00
Entitlements.entitlements sharekit 2013-03-05 11:27:15 +01:00
LICENSE removing old project 2012-09-25 10:13:45 -07:00
README.mdown Update README.mdown 2013-05-17 17:11:08 +02:00

What is Trovebox?

  1. FAQ, Answers to the most common questions.
  2. API, Documentation to get started building applications on Trovebox.
  3. Schemas, Description of what the different objects in Trovebox look like (i.e. a photo or a comment).
  4. Guides, Detailed guides to help you get the Trovebox software installed on various systems.

How does Trovebox work?

Trovebox works similarly to Flickr, Smugmug and other photo sharing services with one major difference: you retain ownership and give Trovebox access to use them. All photos, tags and comments are stored in your personal cloud accounts with companies like Amazon, Rackspace or Google. This means you can easily switch between Trovebox services, use more than one at a time or stop using them altogether while retaining all of your photos, tags and comments.


Why should I use Trovebox?

While Trovebox functions like many existing services it's drastically different for several reasons.

  1. Ownership Users can specify where their photos are stored. By default they are seamlessly stored in your Amazon S3 bucket.
  2. Built in backups Since you upload photos to your own Amazon S3 bucket it's like uploading and archiving your photos in one step.
  3. Portability Easily start off by signing up for a hosted Trovebox account and later switch to hosting the software yourself. There's no need to transfer your photos somewhere else since it's federated. It's like plug and play.
  4. Durability Your photos are not tied to any particular photo service. Because everything is open you can write your own web interface for your photos, choose between Trovebox hosting providers or install the Trovebox software on your own server.
  5. Community New features will be entirely community driven. Features with the most votes will get top priority in getting implemented. If you want a feature that doesn't have many votes you can implement it yourself and issue a pull request.

What if I use Flickr or Smugmug?

If you're using Flickr or Smugmug you should consider switching to Trovebox. The more photos and time you invest on a proprietary photo sharing service the more devastated you're going to be once they shut down or no longer appeal to you.

There are importing tools available to make the switch easy.


DEVELOPERS

Reachability problems

Reachability / gcc-4.2 failed with exit code 1 / Duplicate symbol The Reachability class is included in ShareKit. As this class already exists in the project, you'll need to remove it from ShareKit. Open the ShareKit group and delete the Reachability group.

Modules

Don't forget to execute

$ git submodule update --init --recursive

Localization

Use this command to run in all files .m and generate the translation file to be filled by translators.

cd Photo
find . -name \*.m | xargs genstrings -o en.lproj

Missing implementation

After download our code, Xcode will complain that a PrivateAuthenticationService.m is missing. This happens because it is the implementation applied by Trovebox. You can download it here. It will be an empty implementation. Then to connect to your service use the OAuth Procedure. Click in Login with email > Own Server