| Commit message (Expand) | Author | Age | Files | Lines |
* | Verify whether type is correct | Lukas Reschke | 2015-01-08 | 1 | -16/+12 |
* | Merge pull request #13016 from owncloud/sharing_fixes | Morris Jobke | 2015-01-07 | 1 | -2/+2 |
|\ |
|
| * | shareType and permissions are integers | Bjoern Schiessle | 2015-01-07 | 1 | -2/+2 |
* | | new OC.Search, add search result formatters and handlers, use full content wi... | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 |
|/ |
|
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -1/+16 |
* | Inject config | Victor Dubiniuk | 2014-12-10 | 1 | -1/+2 |
* | Use httphelper and cache response even when it empty | Victor Dubiniuk | 2014-12-06 | 1 | -1/+4 |
* | in case a translation javascript is not found we no longer bail out | Thomas Müller | 2014-10-29 | 1 | -30/+0 |
* | move some deprecated usage of OC_Config and OC_AppConfig to \OC::server | Thomas Müller | 2014-10-20 | 1 | -7/+8 |
* | Close the session for preview generation | Lukas Reschke | 2014-09-29 | 1 | -0/+1 |
* | Merge pull request #9512 from libasys/patch-2 | Lukas Reschke | 2014-09-09 | 1 | -1/+2 |
|\ |
|
| * | Fix use Sharing Api with calendar | libasys | 2014-07-08 | 1 | -2/+3 |
* | | Merge pull request #10739 from owncloud/eventsource-public | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Better phpdoc and method naming | Robin Appelman | 2014-09-04 | 1 | -1/+1 |
| * | | Use the public api to get event sources | Robin Appelman | 2014-09-03 | 1 | -1/+1 |
* | | | Fix upgrade process when apps enabled for specific groups | Vincent Petry | 2014-09-02 | 1 | -0/+4 |
|/ / |
|
* | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 2 | -4/+4 |
* | | Add require_once to update.php due to routing | Lukas Reschke | 2014-08-22 | 1 | -0/+1 |
* | | Merge pull request #10522 from owncloud/removeLoadAppScript | blizzz | 2014-08-21 | 1 | -1/+0 |
|\ \ |
|
| * | | Add update route to core | Lukas Reschke | 2014-08-19 | 1 | -1/+0 |
* | | | Merge pull request #9866 from owncloud/app-upgrade | Robin Appelman | 2014-08-19 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Send feedback from upgrading apps to the upgrade ui | Robin Appelman | 2014-08-04 | 1 | -0/+6 |
* | | | we need the recipient as a additional parameter to know for which share the n... | Bjoern Schiessle | 2014-08-13 | 1 | -2/+2 |
* | | | in case $_POST['itemSourceName'] does not exist we simply default it to null | Thomas Müller | 2014-08-01 | 1 | -1/+2 |
|/ / |
|
* | | Merge pull request #10051 from owncloud/preview-empty-text | Thomas Müller | 2014-07-31 | 1 | -1/+2 |
|\ \ |
|
| * | | Use svg mimeicons for empty text files | Robin Appelman | 2014-07-30 | 1 | -1/+2 |
* | | | Also keep maxY into account when scaling a preview while preserving aspect ratio | Robin Appelman | 2014-07-30 | 1 | -4/+0 |
|/ / |
|
* / | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -11/+5 |
|/ |
|
* | set minDate and maxDate in datepicker | Bjoern Schiessle | 2014-06-06 | 1 | -0/+2 |
* | unify share settings | Bjoern Schiessle | 2014-06-05 | 1 | -3/+3 |
* | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 1 | -0/+3 |
* | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -0/+8 |
* | Automatically copy the share expiration date when new shares are created | Joas Schilling | 2014-05-19 | 1 | -1/+2 |
* | Images on public sharing get downscaled to increase use experience - this wil... | Thomas Müller | 2014-05-02 | 1 | -1/+7 |
* | Merge pull request #5857 from owncloud/type-ahead-share-by-mail-master | Thomas Müller | 2014-04-11 | 1 | -0/+28 |
|\ |
|
| * | Fix copy/paste error :P | Thomas Tanghus | 2014-03-25 | 1 | -1/+1 |
| * | 'ID' => 'id' and check existence of EMAIL | Thomas Tanghus | 2014-03-25 | 1 | -1/+5 |
| * | introduce auto completion on share email - integrated with the contactsmanage... | Thomas Müller | 2013-11-14 | 1 | -0/+24 |
* | | killing some more calls to OC_App::loadApps(); - because we load all apps in ... | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
* | | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 4 | -127/+71 |
|\ \ |
|
| * \ | Merge pull request #7557 from owncloud/issue/7297 | Vincent Petry | 2014-03-19 | 1 | -0/+8 |
| |\ \ |
|
| | * | | Do not allow setting an expiration date in the past | Joas Schilling | 2014-03-05 | 1 | -0/+8 |
| * | | | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -9/+0 |
| * | | | send an individual email to each recipient | Thomas Müller | 2014-03-10 | 1 | -2/+9 |
| |/ / |
|
| * | | rename url parameter | Robin Appelman | 2014-02-24 | 1 | -1/+1 |
| * | | Add url parameter to control whether previews should return 404 when the mime... | Robin Appelman | 2014-02-21 | 1 | -1/+2 |
| * | | Merge branch 'master' into mimeicons-svg | Robin Appelman | 2014-02-20 | 2 | -105/+34 |
| |\ \ |
|
| | * \ | Merge pull request #7247 from owncloud/sharing_cleanup_step1 | Björn Schießle | 2014-02-20 | 1 | -99/+13 |
| | |\ \ |
|
| | | * | | clean up the sharing ajax calls, add mail notification class | Bjoern Schiessle | 2014-02-19 | 1 | -99/+13 |
| | * | | | Check whether the app is set | Lukas Reschke | 2014-02-18 | 1 | -1/+4 |