Rainy icon indicating copy to clipboard operation
Rainy copied to clipboard

Simple Tomboy/Tomdroid cloud/syncing server. Written in C# with AngularJS web frontend. Supports SQLite & Postgres Backends.

Results 21 Rainy issues
Sort by recently updated
recently updated
newest added

I'm getting "401 Unauthorized" error when accessing the server first time. I'm suspecting it's because my proposed username and password are not registered in the server. Basically I don't understand...

Starting it for the 1st time results in this: ``` 16/04/30_00:01:23.865 [DEBUG] Main->SetupLogging - logsystem initialized 16/04/30_00:01:23.897 [DEBUG] Main->SetupLogging - Writing all log messages to file: debug.log 16/04/30_00:01:23.905 [INFO ]...

I've been using v0.5.0 of Rainy for several month's without issue and my tomboy client is at v1.15.4. After two months of not using the server installed on Ubuntu 15.10,...

I've followed the [installation instructions](http://dynalon.github.io/Rainy/#!GETTING_STARTED.md) but when I try to run `mono Rainy.exe -c settings.conf` it crashes after a call to makecert fails (see output below). The instructions seemed to...

Hi, I am getting a crash with Mono 4.0.2.5-1, this is running on Arch. This is the stdout ``` 15/07/15_01:57:02.148 [DEBUG] Main->SetupLogging - logsystem initialized 15/07/15_01:57:02.183 [DEBUG] Main->SetupLogging - Writing...

bug

This is what I get after running the last nightly: ``` root:/opt/rainy# mono --debug Rainy.exe -c settings.conf -vvvv Missing method .ctor in assembly /opt/rainy-nightly-a3962b/Rainy.exe, type System.Runtime.CompilerServices.ExtensionAttribute Can't find custom attr...

I launch Rainy, and it brings up the Admin panel, I create a user, then launch tomboy and try to do a first sync and it launches this url: https://192.168.0.2:8080/oauth/authorize///?oauth_token=27f0d9cfe6076257b1dd43d85fe1073a&oauth_callback=http%3a%2f%2flocalhost%3a8001%2ftomboy-web-sync%2f...

I do not know what the exact reason is, but I tried to add a user "user" with proper email and alphanumeric password (numbers, letters and special character "!"), however...

bug

Hello there, I have successfully installed Rainy and I am capable of synchronizing my notes in my different machines using Tomboy as client. But in my N900 I have a...

bug

Hi, I think it would be little work and much improvement, if we make use of the core-scaffold and the core-toolbar features of the polymer project instead of the bootstrap...