Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Remove getContent() from IRequest | Thomas Tanghus | 2013-10-01 | 1 | -8/+0 | |
| * | | | | | | | | Remove JSON request parsing from Server | Thomas Tanghus | 2013-10-01 | 2 | -13/+1 | |
| * | | | | | | | | Implement PUT an PATCH support | Thomas Tanghus | 2013-10-01 | 2 | -29/+74 | |
| * | | | | | | | | Add interface docs to IRequest. | Thomas Tanghus | 2013-10-01 | 1 | -0/+22 | |
| * | | | | | | | | Add patch method to OC_Route | Thomas Tanghus | 2013-10-01 | 1 | -0/+8 | |
| * | | | | | | | | Check if accessor matched request method. | Thomas Tanghus | 2013-10-01 | 1 | -0/+3 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #5087 from owncloud/templatefunction-relativedate | Vincent Petry | 2013-10-04 | 2 | -10/+39 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Removed $fromTime argument from public template API | Vincent Petry | 2013-10-04 | 1 | -2/+2 | |
| * | | | | | | | Fixed missing default values | Vincent Petry | 2013-10-03 | 2 | -3/+3 | |
| * | | | | | | | Added unit tests for relative_modified_date, changed method signature | Vincent Petry | 2013-10-03 | 2 | -9/+15 | |
| * | | | | | | | Removed stray debug log write | Vincent Petry | 2013-10-02 | 1 | -1/+0 | |
| * | | | | | | | Added dateOnly argument to relative_modified_date | Vincent Petry | 2013-10-02 | 2 | -10/+34 | |
* | | | | | | | | Merge pull request #5091 from guruz/webdav_connector_use_cache_for_etag | Markus Goetz | 2013-10-04 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DAV: Use fileinfo_cache for ETag | Markus Goetz | 2013-10-03 | 1 | -1/+8 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'master' into sharing_mail_notification_master | Bjoern Schiessle | 2013-10-04 | 1 | -0/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ups. remove debug | Frank Karlitschek | 2013-10-04 | 1 | -2/+0 | |
| * | | | | | | | | use Filesystem::isIgnoredDir | Frank Karlitschek | 2013-10-04 | 1 | -1/+1 | |
| * | | | | | | | | fix typo | Frank Karlitschek | 2013-10-04 | 1 | -1/+1 | |
| * | | | | | | | | add public static | Frank Karlitschek | 2013-10-04 | 1 | -1/+1 | |
| * | | | | | | | | make it possible to prepopulate a new user gome with a skeleton | Frank Karlitschek | 2013-10-03 | 1 | -0/+32 | |
* | | | | | | | | | Merge branch 'master' into sharing_mail_notification_master | Thomas Müller | 2013-10-02 | 2 | -1/+10 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | only perform files upgrade in case there are actually entries in the old fsca... | Thomas Müller | 2013-10-02 | 1 | -1/+9 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #5071 from owncloud/fix-autoloader-master | Thomas Müller | 2013-10-02 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix autoloader regression | Victor Dubiniuk | 2013-10-02 | 1 | -0/+1 | |
| | |/ / / / / / | ||||||
* | | | | | | | | Merge branch 'master' into sharing_mail_notification_master | Bjoern Schiessle | 2013-10-02 | 340 | -1098/+5904 | |
|\| | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into fixing-4620-master | Thomas Müller | 2013-10-01 | 340 | -1200/+6325 | |
| |\| | | | | | | ||||||
| | * | | | | | | Merge branch 'master' into lib-private-master-2 | Thomas Müller | 2013-10-01 | 3 | -7/+51 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | use public api for session access from server container | Thomas Müller | 2013-09-30 | 1 | -12/+18 | |
| | | * | | | | | | Merge branch 'master' into channels | Thomas Müller | 2013-09-30 | 166 | -1774/+10827 | |
| | | |\ \ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | | | ||||||
| | | * | | | | | | put the current version and edition into a seperate file to simplify packagin... | Frank Karlitschek | 2013-09-30 | 1 | -5/+38 | |
| | | * | | | | | | use === | Frank Karlitschek | 2013-09-30 | 1 | -1/+6 | |
| | | * | | | | | | prepare the updater for the new update channels | Frank Karlitschek | 2013-09-30 | 1 | -1/+1 | |
| | * | | | | | | | Merge branch 'master' into lib-private-master-2 | Thomas Müller | 2013-09-30 | 2 | -0/+23 | |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | | * | | | | | | Merge pull request #4967 from owncloud/dont_remember_login_if_enc_enabled | Thomas Müller | 2013-09-30 | 2 | -0/+23 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | check every enabled app if the remember login feature needs to be disabled | Bjoern Schiessle | 2013-09-26 | 1 | -3/+13 | |
| | | | * | | | | | | introduce OC_Util::rememberLoginAllowed() | Bjoern Schiessle | 2013-09-24 | 2 | -2/+13 | |
| | | | * | | | | | | don't remember login if the encrypion app is enabled because the user | Bjoern Schiessle | 2013-09-24 | 2 | -6/+8 | |
| | | | | |/ / / / | | | | |/| | | | | ||||||
| | * | | | | | | | reorganize file in lib | Thomas Müller | 2013-09-30 | 3 | -0/+0 | |
| | * | | | | | | | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 309 | -5/+5 | |
| | |/ / / / / / | ||||||
| | * | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-30 | 3 | -6/+20 | |
| | * | | | | | | Merge pull request #5012 from owncloud/check_keyfiles_exists | Morris Jobke | 2013-09-30 | 1 | -8/+12 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | check not only if the keyfile folder exists but also if it contains keyfiles | Bjoern Schiessle | 2013-09-27 | 1 | -8/+12 | |
| | * | | | | | | | Merge pull request #4459 from owncloud/appframework-master | Thomas Müller | 2013-09-30 | 65 | -990/+5505 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | | * | | | | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-30 | 6 | -14/+77 | |
| | | |\ \ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | | | ||||||
| | | * | | | | | | initialize $middleWares | Thomas Müller | 2013-09-28 | 1 | -1/+1 | |
| | | * | | | | | | delay middleware registrations | Thomas Müller | 2013-09-27 | 1 | -4/+9 | |
| | | * | | | | | | fixing error in initialization of TagManager | Thomas Müller | 2013-09-27 | 1 | -1/+1 | |
| | | * | | | | | | Merge branch 'master' into appframework-master | Thomas Müller | 2013-09-27 | 8 | -42/+48 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merge pull request #4892 from owncloud/vcategories_public | Thomas Müller | 2013-09-25 | 7 | -822/+945 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Add factory class for the server container. | Thomas Tanghus | 2013-09-24 | 6 | -19/+140 |