3414 Commits

Author SHA1 Message Date
Florian
289f75def4 Merge branch 'master' into 'master'
Fix current-user-principal

The RFC 5397 (http://tools.ietf.org/html/rfc5397) states that current-user-principal should return the principal URL for the current user, the one who is currently authenticated.

DAViCal answers with the principal URL for the owner of the resource right now, so this is a simple patch to fix this behaviour.

See merge request !9
2014-12-15 22:22:01 +00:00
Florian
508837ed21 Merge branch 'master' into 'master'
Loop Over AWL Directory Candidates

Using this method we're able to loop over the candidate directories
until we find what should be suitable AWL location. Further, adding
additional locations is as simple as adding a new line to ${awldirs}.

It does have the limitation that if the path has a new line in it
(/some/ridic
ulous/path), it'll treat it as two different paths. However, if
somebody seriously has that, they deserve the pain.

See merge request !10
2014-12-15 22:07:08 +00:00
Jim Fenton
a877ef47c5 Correct links to mailing list archives and bug report location 2014-11-22 22:10:40 -08:00
Jim Fenton
58a573d698 Merge branch 'issue_20_localization' 2014-11-20 22:38:52 -08:00
Jim Fenton
2029e24f1a Merge branch issue_20_localization into master 2014-11-20 22:33:08 -08:00
Jim Fenton
70265e7539 Remove extraneous line space 2014-11-20 22:19:36 -08:00
Cyril Giraud
1cdb8adf5c Typo fixes, thanks to Jim. 2014-11-18 22:41:56 +01:00
Aaron W. Swenson
cfd5fd7555 Loop Over AWL Directory Candidates
Using this method we're able to loop over the candidate directories
until we find what should be suitable AWL location. Further, adding
additional locations is as simple as adding a new line to ${awldirs}.

It does have the limitation that if the path has a new line in it
(/some/ridic
ulous/path), it'll treat it as two different paths. However, if
somebody seriously has that, they deserve the pain.
2014-11-14 13:44:39 -05:00
Cyril Giraud
1ec4ce95b5 Update from Transifex. 2014-11-10 22:02:51 +01:00
Jorge López Pérez
5d6f6b8575 Fix current-user-principal
current-user-principal should always return the principal URL for the
currently authenticated user, not the accessed resource one.
2014-11-10 14:49:32 +01:00
Cyril Giraud
1db21c0bf2 Localization update according to Transifex (Englis, French, German and Slovak at 100%). 2014-10-27 22:16:06 +01:00
Cyril Giraud
d8d2dbfeda Translations update from Transifex. 2014-10-25 18:19:18 +02:00
Jim Fenton
ccfff62118 Removed website which is now in DAViCal Project/Website 2014-10-23 14:54:41 -07:00
Cyril Giraud
7d2056fb3a Translations update according to transifex (french). 2014-10-23 16:05:51 +02:00
Cyril Giraud
e431dc96e3 Issue #20: Code modification to make some strings translatable. 2014-10-22 22:14:48 +02:00
Florian Schlichting
bf4ade9b83 fix typo in setup.php 2014-10-20 23:05:54 +02:00
Cyril Giraud
5b5eba38ca Issue #20: setup.php and help.php fixed (to be reviewed) + translations updates. 2014-10-19 00:26:09 +02:00
Cyril Giraud
20e35352d1 Minor translation update. 2014-10-18 23:19:44 +02:00
Cyril Giraud
33b5b335f7 Minor translation update. 2014-10-12 00:22:33 +02:00
Florian Schlichting
cbe63d3182 release 1.1.3.1, fixing a critical typo in htdocs/always.php :-( debian/1.1.3.1-1 r1.1.3.1 2014-10-07 08:48:19 +02:00
Florian Schlichting
37e814c647 release 1.1.3 debian/1.1.3-1 r1.1.3 2014-10-07 00:58:47 +02:00
Florian Schlichting
398302d554 Add a README.Debian explaining the necessary steps for a basic installation 2014-10-07 00:58:47 +02:00
Florian Schlichting
c6b657a631 Add php5-ldap as Suggests (LP: #479378) 2014-10-07 00:37:42 +02:00
Florian Schlichting
7232c042bb exclude debian/ from tarball 2014-10-07 00:19:01 +02:00
Florian Schlichting
c38f4d2ee2 Bump dependency on awl to 0.55 2014-10-06 23:59:43 +02:00
Florian Schlichting
b5008e2e7e Declare compliance with Debian Policy 3.9.6 2014-10-06 23:57:35 +02:00
Florian Schlichting
0b1ab8dc65 document testing setup 2014-10-02 02:01:16 +02:00
Kribbio
af774dd89c Create array Organizer for merged with array Attendee on 'handle_schedule_reply' function. 2014-09-25 10:36:41 +12:00
Kribbio
bddab50aac Name property is 'schedule-inbox' and not 'schedule_inbox' 2014-09-25 10:27:45 +12:00
Andrew Ruthven
325840ab30 Heh, actually make it the same string. Damn quotes. 2014-09-24 15:21:52 +12:00
Andrew Ruthven
1a715ca47a Closes #25 - Remove a duplicate string.
We still need the newline on the end, so append to the result from
the translate call.

I do note that is the only translated string in the file...
2014-09-24 15:19:23 +12:00
Cyril Giraud
4f6e3ecd84 Local update.
Merge branch 'master' of https://gitlab.com/davical-project/davical
2014-09-22 22:56:14 +02:00
Ján Máté
19fbfb0343 fix for debian bug #740827 - ensure that the timestamp inserted into the INSERT query is valid 2014-09-22 22:46:20 +02:00
Cyril Giraud
fcc322e65f Merge branch 'master' of https://gitlab.com/davical-project/davical
Local repository update.
2014-09-22 22:18:37 +02:00
Cyril Giraud
be5c980ab3 Translations update from Transifex. 2014-09-22 22:10:11 +02:00
Paul Kallnbach
0bbf51f92d Merge branch 'remove_quoted_sql_identifiers' into 'master'
Remove quotes around sql language identifiers

As an reaction on Issue #26, removed quotes around language identifiers in SQL statements

See merge request !8
2014-09-16 16:11:06 +00:00
Florian Schlichting
ab2541e6c0 Declare compliance with Debian Policy 3.9.5 and update d/changelog 2014-09-14 21:40:52 +02:00
Florian Schlichting
1f8a4a93be Switch d/copyright to copyright-format 1.0, amend CREDITS from git log 2014-09-14 21:40:52 +02:00
Florian Schlichting
dfb10a7782 Add a debian/watch file 2014-09-14 20:09:04 +02:00
Florian Schlichting
4c8c48830a Bump dh compat to level 9 2014-09-14 20:09:04 +02:00
Florian Schlichting
f25f1fc818 Add doc-base registration for api doc and website in davical-doc 2014-09-14 20:09:04 +02:00
Florian Schlichting
c38809d5cf debian/control: update and sort dependencies, add php5, php5-cli (closes: #717043), php5-curl to Recommends (closes: #656390) 2014-09-14 20:09:04 +02:00
Florian Schlichting
f42a69bc6a Clean up duplicate files (symlink identical files in api documentation) 2014-09-14 20:07:40 +02:00
Florian Schlichting
469b578ebb Use short-form debian/rules and fix source format declaration (closes: #730941) 2014-09-14 17:00:17 +02:00
Florian Schlichting
e87a5abc26 Takeover for the Davical Development Team 2014-09-14 15:56:43 +02:00
“Paul
931651ca32 Remove quoted SQL language identifiers 2014-09-02 20:01:28 +02:00
Jim Fenton
29a0898a10 Update downloading information 2014-07-18 14:28:02 -07:00
Jim Fenton
ab046e5e21 Removed PayPal donation request and Flattr button 2014-07-02 17:11:59 -07:00
“Paul
96a5a31203 Fixed fetching new external resources on BIND 2014-06-23 21:55:11 +02:00
“Paul
e913676660 inc/drivers_ldap: fix 'Undefined variable' 2014-06-23 21:44:13 +02:00