Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tcurdt/feedbackreporter

Framework for sending feedback and system information reports from you Cocoa application.
https://github.com/tcurdt/feedbackreporter

Xcode 4,

documentation cleanup,

c263810e777f472f9b6ff15682cc9211d99448e1 authored over 13 years ago by Torsten Curdt <[email protected]>
support for prowl

5788feec72054c4668b629eab84ba57df4bd1f63 authored over 13 years ago by Torsten Curdt <[email protected]>
adjusted to Xcode 4

6d6d5c85633a42ecb40d019f2cccc5b285e2fd18 authored over 13 years ago by Torsten Curdt <[email protected]>
added nodejs app for receiving reports,

re-arranged files in the server section

dfc966ddeef4e66053a91670d9867fe7d726dbc7 authored over 13 years ago by Torsten Curdt <[email protected]>
Server-side support for apps with spaces in name

The server-side submit script now supports apps with spaces in their name by removing the spaces...

463202f02041e5a8762ad5a4444b7f5b1182acda authored over 13 years ago by philippm <[email protected]>
Set architecture to 32/64-bit universal

One of the last commits seems to have accidentally removed x86_64 as a target architecture.

Als...

649a735ba20f769c0f0099ab1bd51a84a4f6f656 authored over 13 years ago by philippm <[email protected]>
added fix to changes file

9a3156c30806cb52a9dcd1eb44572a927078c60f authored over 13 years ago by Torsten Curdt <[email protected]>
fixed https://github.com/tcurdt/feedbackreporter/issues/17

1c8d069b97f9a936dbcf56a43c6e2e4550f616b6 authored over 13 years ago by Torsten Curdt <[email protected]>
updated the changes file

a4454e7de38357272279793fcb8149b0ac34045e authored over 13 years ago by Torsten Curdt <[email protected]>
linking against foundation means we no longer need to duplicate these defines

62893a35aa9d9756a8b281c94a663859cf34b209 authored over 13 years ago by Torsten Curdt <[email protected]>
Merge branch 'master' of https://github.com/pypt/feedbackreporter into pypt-master

00555868e66c5b1c0b875d717391bd7b433b92de authored over 13 years ago by Torsten Curdt <[email protected]>
updated the changes file

85da37ee85b656a0d789e0aa234b117241abd3f8 authored over 13 years ago by Torsten Curdt <[email protected]>
Set cache policy to avoid caching the server response.

9e0eef6cba2ab3de68fe2152bb66df07e2918d2f authored over 13 years ago by Rick Fillion <[email protected]>
Added delegate method to return a target URL so that the developer has

more flexibility with variable substitutions.

c257b7ac81483c1abcd6e939fd71ae17a6d37fb5 authored over 13 years ago by Rick Fillion <[email protected]>
added spanish translation

39126f9fec4eee8bcf879a277d9f444791072d72 authored over 13 years ago by Torsten Curdt <[email protected]>
Merge branch 'master' of https://github.com/seanm/feedbackreporter into seanm

ada4ad5055a5c887791316a5bd4d2c612387e04b authored almost 14 years ago by Torsten Curdt <[email protected]>
Merge branch 'master' of github.com:seanm/feedbackreporter

88379a55a2a95e6825dd4b5e36e547ee411c9191 authored almost 14 years ago by Sean McBride <[email protected]>
use @loader_path instead of @executable_path; also minor updated done automatically by Xcode 3.2.4

34a6d773e79ec6d863d6b3098340ed5401b68353 authored almost 14 years ago by Sean McBride <[email protected]>
removed unneeded file

ef79ffe594a550747a9eca28a5387552fb32c63f authored almost 14 years ago by Sean McBride <[email protected]>
10.4 compatibility (linked Foundation.framework mostly)

a6dd70c2904fc9f18c0fd501165eeaabdf54a1c2 authored almost 14 years ago by Linas Valiukas <pypt@localhost>
added menu items to be able to repro bug #7

0aeeb23e74cc3ed6bc26a5c7851227e0a52ad31c authored about 14 years ago by Sean McBride <[email protected]>
updated history

f333faf4ba4ba56034be408e7433a36cf529e954 authored about 14 years ago by Torsten Curdt <[email protected]>
include pub key in zip

79dbf3274b4295e8aa47e2a646742cd2e27c84d5 authored over 14 years ago by Torsten Curdt <[email protected]>
sign updates

1d0300723cb363c04142a4f0da7dd21b88bea1ff authored over 14 years ago by Torsten Curdt <[email protected]>
updated release notes

450202903a6b15866f7cfe448574acedf14cac21 authored over 14 years ago by Torsten Curdt <[email protected]>
updated the russian translation (Thanks, Max!)

5dcfd89ed314f5fee7db543c038b5340cf5086b2 authored over 14 years ago by Torsten Curdt <[email protected]>
updated and cleaned up localizations,

french was missing in the bundle

233cb26eea7e287d85a25bf599158454f13470c4 authored over 14 years ago by Torsten Curdt <[email protected]>
use @loader_path instead of @executable_path

b8506ee80d463647f4148bf849b09ddb6c6ca5e7 authored over 14 years ago by Torsten Curdt <[email protected]>
fixed translation (thanks to Sebastian Kroll)

680d825fc33bd10783c6670fbfee10ea57fb8be3 authored over 14 years ago by Torsten Curdt <[email protected]>
added comments to public APIs

58206f9384a198aa515a65125395d9481fb407f7 authored over 14 years ago by Sean McBride <[email protected]>
added comments to public APIs

e799379cec6e365ba229ddc53131b22da2693d06 authored over 14 years ago by Sean McBride <[email protected]>
fixed error in my previous code review that caused a crash, whoops

e37741186f5a0c402cf2c1666b6fa1e55db3f5a3 authored over 14 years ago by Sean McBride <[email protected]>
fixed error in my previous code review that caused a crash, whoops

9c97ed59dbc15c2c27ba985438a301aeec1023eb authored over 14 years ago by Sean McBride <[email protected]>
code review of recent changes, enabled new warnings in project (GCC_WARN_SHADOW and GCC_WARN_UNDECLARED_SELECTOR), fixed warnings they generated by renaming variables and moving code around, removed unneeded casts, replaced all strcpy with strlcpy, added an FRUploaderDelegate declaration, fixed some clang static analyzer warnings

d546021a6aa854f60c40003435796f43fa056d37 authored over 14 years ago by Sean McBride <[email protected]>
Fixed a missing import statement and some warning messages.

a5ba332746893cc33b502af6d420cbceda2edba9 authored over 14 years ago by Christoph Priebe <[email protected]>
use constants and increase the stack limit

e0a63f2e7b0d30b2a2dac463e6fb4c00c06a26e7 authored over 14 years ago by Torsten Curdt <[email protected]>
more information if FR fails

42ccb13375d9ce0afca32a68e64e136e925eece9 authored over 14 years ago by Torsten Curdt <[email protected]>
call callStackSymbols directly (contributed by Sasmito Adibowo)

99b73c73c32ba2e6d1043452bedf568f9b2ecd88 authored over 14 years ago by Torsten Curdt <[email protected]>
show the last messages

c83b6ead869c44dbb60cb05014f555e4c1324973 authored over 14 years ago by Torsten Curdt <[email protected]>
retain command properties,

tabs to spaces,
improved console log performance by using a dedicated date formatter

076857154fc9f960875aac185d1c3d9289cc3926 authored over 14 years ago by Torsten Curdt <[email protected]>
Set the error mutable string for the exception backtrace command; this should fix a crash on error, as seen in http://log.sequelpro.com/view/35 (see 'View reports for this issue')

804dd70cb806573ad058fa00b468b50f2c3b68a9 authored over 14 years ago by Rowan Beentje <[email protected]>
When no DEFAULTS_KEY_LASTCRASHCHECKDATE key is present, don't offer to send a crash report - this should only be the case on first launch, or when updating the FR-containing app from a previous revision without FR support. This avoids sending already-out-of-date reports and leads to a cleaner experience with less confusion on first launch of the new version.

519011aed28d4418aefc5809b7191adf0d51215a authored over 14 years ago by Rowan Beentje <[email protected]>
Merge remote branch 'rowanbeentje/master'

d4cf3235789894e02571064e0471a952c29a146a authored over 14 years ago by Torsten Curdt <[email protected]>
patch submitted by Sasmito Adibowo

6b41fd157e02b0221adb83a22ba3373fb0ec7e94 authored over 14 years ago by Torsten Curdt <[email protected]>
- Fix [FRCommand appendDataFrom:to:] to add the data in string form to the specified string, instead of always appending to 'output'

- In the same method, fall back to a plain ASCII read if the UTF8 data read fails, and error-che...

2e999896a22bdb1071b006cc8def758ce77fd0f6 authored over 14 years ago by Rowan Beentje <[email protected]>
changed resizing springs as a first step to being able to resize the feedback window

2066cd69c989ef3a508c66ef56b3a6b6d07f2f8d authored over 14 years ago by Sean McBride <[email protected]>
work on bug 6, always submit type and version, not only if 'show detials' is on

4a102a4b3ffd9c1f71c72f0f771cc52316de740a authored over 14 years ago by Sean McBride <[email protected]>
changed resizing springs as a first step to being able to resize the feedback window

611ea55745cfc59ab8e0332997d91500eaaa9e23 authored over 14 years ago by Sean McBride <[email protected]>
work on bug #6

5a9900382c9e800b735368a218da1d2403c49b87 authored over 14 years ago by Sean McBride <[email protected]>
work on bug #6

b96c39aa32da03f59d4ff0d2e5b086ee8e0a814e authored over 14 years ago by Sean McBride <[email protected]>
corrected Info.plist entries

56de69e0668a8d8f2878b7819991d6775cf3bc83 authored over 14 years ago by Sean McBride <[email protected]>
set encoding of some files that were not displaying properly in Xcode

6974fe79eb765960d9b941f9ef56a8c437a96ae9 authored over 14 years ago by Sean McBride <[email protected]>
Merge remote branch 'tcurdt/master'

d527ef9fb9e81dc523b5d88fe41ffb1054b2e9f0 authored over 14 years ago by Sean McBride <[email protected]>
fixed compiler warning

1f744cb73e7f2ace1772b7acf070fd533a66fd93 authored over 14 years ago by Sean McBride <[email protected]>
preparing to send all the different version information

7c2f13877b8e30afb1598662b7474f83f72293ae authored over 14 years ago by Torsten Curdt <[email protected]>
prepared to use the short version string as well

f70bf01cf184039947a123d440a7f53f16b83ea7 authored over 14 years ago by Torsten Curdt <[email protected]>
Merge remote branch 'seanm/master'

Conflicts:
Sources/Main/FRConsoleLog.m
Sources/Main/FRCrashLogFinder.m

a76f180947faa29303709a5a50f4da4e9eb4fc1b authored over 14 years ago by Torsten Curdt <[email protected]>
improved error checking, more robust detection of filename and extension, fixed bug where the wrong .crash file would be found if you have two different apps named, for example, 'App' and 'App Pro'

c73d2d2ba0af182067721ee6b024378b384c84ed authored over 14 years ago by Sean McBride <[email protected]>
updated comments

e9901f72b9ddf953ce897b1b5938d204b9b297f3 authored over 14 years ago by Sean McBride <[email protected]>
updated the release notes

4b6ec1c3953c2686dfd8693a3e6d40822088e260 authored over 14 years ago by Torsten Curdt <[email protected]>
consistent style fix

36a4ea9d2e89ebc60ae9ec7d3258d280db9c15f3 authored over 14 years ago by Torsten Curdt <[email protected]>
changed FRFeedbackReporterDelegate to a real @protocol, consistent with Apple's new convention in the 10.6 SDK, changed declarations accordingly; some code was testing failure by using the returned error instead of the return value; fixed conditional NSWindowDelegate usage to test against the SDK version; fixed possible premature garbage collection issues related to UTF8String; use SCNetworkReachabilityCreateWithName even on 10.5

4de791bc138ba4128be18db6aa70c2598ac2e837 authored over 14 years ago by Sean McBride <[email protected]>
changed FRFeedbackReporterDelegate to a real @protocol, consistent with Apple's new convention in the 10.6 SDK, changed declarations accordingly; some code was testing failure by using the returned error instead of the return value; fixed conditional NSWindowDelegate usage to test against the SDK version; fixed possible premature garbage collection issues related to UTF8String; use SCNetworkReachabilityCreateWithName even on 10.5

631b4d0c6390ab17fd171496b02511874e1d7357 authored over 14 years ago by Sean McBride <[email protected]>
changed development version of both nibs to IB 3.1, one was 3.0 the other was 3.2, this made building with Xcode 3.1 on 10.5 impossible. No other change to nibs.

aa02d1332533cf30d9d5d0505664b92485d5d8a5 authored over 14 years ago by Sean McBride <[email protected]>
FeedbackReporter.pch was being added to the .framework, which I believe was accidental, fixed; enabled more compiler warnings in the project; changed ARCH setting from ppc7400 to ppc, which is what Apple recommends (the result will still be ppc7400 because the deployment target is 10.5 where G4 is the min req; restored default VALID_ARCHS setting, again as per Apple recommendation

6096f5cabfcbcf018abf5c7639b75a95b51af024 authored over 14 years ago by Sean McBride <[email protected]>
made ivars @private; fixed/changed some ints to NSUIntegers; don't release pools, drain them; fix format strings; change some FLT_MAX to CGFLOAT_MAX; nil some local vars on declaration; fixed warnings from AnalysisTool and clang; tightened some local var scopes; changed a setter's style; changed a NSASCIIStringEncoding to UTF8; removed unneeded nil checks when msg-to-nil behaviour suffices; fixed some whitespace; other misc changes

53540ebc09eb55f6ffbd5c80222fb9dc798635e4 authored over 14 years ago by Sean McBride <[email protected]>
FeedbackReporter.pch was being added to the .framework, which I believe was accidental, fixed; enabled more compiler warnings in the project; changed ARCH setting from ppc7400 to ppc, which is what Apple recommends (the result will still be ppc7400 because the deployment target is 10.5 where G4 is the min req; restored default VALID_ARCHS setting, again as per Apple recommendation

64a8f506240b7e096c6cfc50943daa55928778ec authored over 14 years ago by Sean McBride <[email protected]>
changed development version of both nibs to IB 3.1, one was 3.0 the other was 3.2, this made building with Xcode 3.1 on 10.5 impossible. No other change to nibs.

080b1567c08da7b6b5a92c27dfc911b31d98445f authored over 14 years ago by Sean McBride <[email protected]>
made ivars @private; fixed/changed some ints to NSUIntegers; don't release pools, drain them; fix format strings; change some FLT_MAX to CGFLOAT_MAX; nil some local vars on declaration; fixed warnings from AnalysisTool and clang; tightened some local var scopes; changed a setter's style; changed a NSASCIIStringEncoding to UTF8; removed unneeded nil checks when msg-to-nil behaviour suffices; fixed some whitespace; other misc changes

4e6f6dd2ed9e86e4ecca4b6243f749cd5fcbad1b authored over 14 years ago by Sean McBride <[email protected]>
Fixed wrong PList key constant mistakenly used for the 'target URL' key.

d26f4d6e43e8aae42efa79c9c5902a78db5758a2 authored almost 15 years ago by Christoph Priebe <[email protected]>
re-evaluate the type on every case

66021911efee88b8795734d6d44be92cb39029a7 authored almost 15 years ago by Torsten Curdt <[email protected]>
comment -> message (internally)

3b3eb30ba80d0647334ae60185540d9350e13ef5 authored almost 15 years ago by Torsten Curdt <[email protected]>
heading/subheading

ebf724d60773528b9e8fdc6d49856cc74b9c9636 authored almost 15 years ago by Torsten Curdt <[email protected]>
removed cruft (how did that end up in here?)

b7e7c98770a2bb60d6ef4bb9a49567653ade7352 authored almost 15 years ago by Torsten Curdt <[email protected]>
better naming of outlets

44c7702e1b0db0432af9d7b08a10ac41efea3096 authored almost 15 years ago by Torsten Curdt <[email protected]>
fix for the nib and IB

3af1dd808966ae55c8f3a774bfabff4668e4c417 authored almost 15 years ago by Torsten Curdt <[email protected]>
cleaned up the translations (a few more keys need translation/fixing),

check console max size on the go,
documented the plist keys,
removed tiger code

df4b0b188e081bfac01060fbd376d8cecc4da5c6 authored almost 15 years ago by Torsten Curdt <[email protected]>
Ensured that properties are not transmitted if their value is empty. So the HTTP post holds no empty parameters.

b7c47ab15fb2867feaad8a5990b83b6190948a0d authored almost 15 years ago by Christoph Priebe <[email protected]>
Added a 'FRFeedbackReporter.sendDetailsIsOptional' option which can be used in the application's PList to make the sending of details information optional by displaying a 'send details' checkbox to the user. By default the checkbox is not visible.

e4b22421c106a9abd2c294cfad68ef4245203796 authored almost 15 years ago by Christoph Priebe <[email protected]>
Added a 'FRFeedbackReporter.maxConsoleLogSize' option which can be used in the application's PList to set the maximal size of the console log send to the server. Size in characters.

ac3553c2d2daab66958923213fc6ee22eb06f2de authored almost 15 years ago by Christoph Priebe <[email protected]>
Made user interface strings in the feedback case talk more about feedback than about problems. Added some additional logging in case of an error. Removed unused ivar from FRFeedbackReporter.

71bc0de6455eb370126802961215c49703270ba8 authored almost 15 years ago by Christoph Priebe <[email protected]>
Added a 'FRFeedbackReporter.defaultSender' option which can be used in the application's PList to set wether the default email selection should be 'anonymous' or 'firstEmail'. Defaults to 'anonymous' if not defined.

ae779e3d9eac61c6d689d1c59b624981bd6d57ee authored almost 15 years ago by Christoph Priebe <[email protected]>
Created a window outlet in the test application to create a strong reference to that window. To prevent the window close automatically if the test app is run under garbage collection. This message is probably longer than the whole fix.

669232edc2dab9bb7477386569c9562a367786f4 authored almost 15 years ago by Christoph Priebe <[email protected]>
Handled some (deprecation) warnings which appeared when compiled under Mac OS X 10.6.

ab5ff6168fed1b3b0e6970326c3f7ed9a9c15944 authored almost 15 years ago by Christoph Priebe <[email protected]>
Switched the GarbageCollection setting of the framework to 'supported' and added a missing import statement to make the project compile under Mac OS X 10.6.

8a18c1fdf05ee13f694ae451c69632ec92cb0e8b authored almost 15 years ago by Christoph Priebe <[email protected]>
fixed a missing boundary in the POST,

tabs -> spaces,

e8c80081c74b5a2d588f6eb5e2b363db4b84ef7f authored almost 15 years ago by Torsten Curdt <[email protected]>
fixed the translations,

some of the Russian translation cross-checked

f93127d404bb5f9c3d2dbc063fadbaf61b644ffc authored almost 15 years ago by Torsten Curdt <[email protected]>
use UTF8 with BOM

ebd083372b3357eafe1754ebb38abd72978955ac authored almost 15 years ago by Torsten Curdt <[email protected]>
Merge branch 'master' of github.com:tcurdt/feedbackreporter

923636c110d5683679325b33b1dc7bb728c7ab2b authored almost 15 years ago by Torsten Curdt <[email protected]>
Replaced Tab -> 4 spaces

01072c3d46cd4cbcdea3266f39c7ff2bb333081c authored almost 15 years ago by Vera Tkachenko <[email protected]>
Fixed catching exceptions not from main thread. Added a button to App to test this case

7e6dcf786ce2a62c79eb7b65a2c413f2a09b19b5 authored almost 15 years ago by Vera Tkachenko <[email protected]>
Merge branch 'master' of github.com:tcurdt/feedbackreporter

2e8419bc34f5bc75f670537a450c2521f12aaf4d authored almost 15 years ago by Torsten Curdt <[email protected]>
added Italien and Armenia localization files,

upgraded reachability test

c3c637317d33c0255f7bc2a8bc3a1d6e64cd4dfc authored almost 15 years ago by Torsten Curdt <[email protected]>
1) Add a new delegate method anonymizePreferencesForFeedbackReport: to allow the app to remove any preference items that should not be sent in the feedback report.

2) Remove the FRFeedbackReporter.sender item from the preferences. The user may switch to an anon...

c238cb334abd1dd59beff8c92760efde79072321 authored almost 15 years ago by brotherbard <[email protected]>
Replaced Tab -> 4 spaces

e93047037851f9c22552c8dff88b8f38610b2328 authored almost 15 years ago by Vera Tkachenko <[email protected]>
Fixed catching exceptions not from main thread. Added a button to App to test this case

74f41524c9797ac42ce3abc80638423761f97d94 authored almost 15 years ago by Vera Tkachenko <[email protected]>
1) Better CPU subtype string for Intel machines.

Xeon CPUs showed up as Core 2 Duos because they have the same hw.cputype.
Use machdep.cpu.b...

54748c5d4b7c8bb697b0aa9f6762bb80e92cd9a9 authored about 15 years ago by BrotherBard <[email protected]>
fixed french translation (Thanks to Sylvain Wallez), removed unnecessary newlines

c3ccbb034dd2419a5c7d3dbc7856656eb438164a authored about 15 years ago by Torsten Curdt <[email protected]>
localizations

2875228bdf925dfe8dfe136fa0914503f8a14b7e authored about 15 years ago by Torsten Curdt <[email protected]>
archs: x86_64 i386 ppc7400

ce011c70220ddefc7a9a1e227e11157cc85e8ae6 authored about 15 years ago by Torsten Curdt <[email protected]>