summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-12-101-18/+18
|
* Merge pull request #762 from owncloud/database_exceptionThomas Müller2012-12-081-10/+15
|\ | | | | dont handle database exception in OC_DB
| * dont handle database exception in OC_DBRobin Appelman2012-12-071-10/+15
| | | | | | | | give the caller the option to handle the exception
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-081-9/+9
|/
* Merge pull request #182 from owncloud/fix-redirectBart Visscher2012-12-072-7/+11
|\ | | | | Make the redirect_url working again
| * Fix warning about redirect_url not setBart Visscher2012-12-071-1/+1
| |
| * Remove uneeded new lineLukas Reschke2012-11-011-1/+0
| |
| * Check for redirect_url for logged in usersLukas Reschke2012-11-011-0/+7
| | | | | | | | This checks if there is a redirect_url for logged in users
| * Make the redirect_url working againLukas Reschke2012-10-312-7/+5
| | | | | | | | Fixes #160
* | one more undefined index errorBjörn Schießle2012-12-061-2/+2
| |
* | fix more undefined indexesBjörn Schießle2012-12-061-1/+1
| |
* | Merge pull request #647 from owncloud/fix_app_settings_navigationThomas Müller2012-12-052-1/+2
|\ \ | | | | | | Move loading of all the apps to setting the active navigation entry.
| * | Move loading of all the apps to setting the active navigation entry.Bart Visscher2012-11-302-1/+2
| | | | | | | | | | | | | | | | | | We can't do the loading before matching the route, because some routes need to do the loading after matching of the route. For example the navigation detection of the app settings page.
* | | Merge pull request #700 from eMerzh/fix_error_displayThomas Müller2012-12-051-14/+10
|\ \ \ | | | | | | | | Quick Fix a dirty function preventing showing errors
| * | | Fix a dirty function preventing showing errorsBrice Maron2012-12-031-14/+10
| | | |
* | | | minified version no longer availableThomas Mueller2012-12-041-1/+1
|/ / /
* | | Merge pull request #682 from VicDeo/masterThomas Müller2012-12-031-32/+27
|\ \ \ | | | | | | | | Minor cleanup in OC_OCSClient::getKnownledgebaseEntries. Fix for #487
| * | | Clean KB entries processing codeVictor Dubiniuk2012-12-021-32/+27
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-031-1/+6
|/ / /
* | | Update lib/image.phpIsaac Rosenberg2012-12-011-1/+1
| | | | | | | | | Corrected simple typo
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-12-024-15/+32
| | |
* | | Merge pull request #619 from samtuke/versions_cacheBart Visscher2012-11-302-5/+31
|\ \ \ | | | | | | | | OC_FSV->copy now only caches files which are copied from data/user/files
| * | | OC_FSV->copy now only caches files which are copied from data/user/filesSam Tuke2012-11-282-5/+31
| |/ / | | | | | | | | | Added contextual comments
* | | use new obEnd function instead of ob_end_cleanRobin Appelman2012-11-293-3/+3
| | |
* | | add function to safely end output bufferingRobin Appelman2012-11-291-3/+12
| | |
* | | Cleaned up docblock commentsSam Tuke2012-11-281-21/+15
|/ /
* | Merge pull request #401 from owncloud/share_hooksJörn Friedrich Dreyer2012-11-282-12/+31
|\ \ | | | | | | Create functions to install standard hooks
| * | Rename install hook functions to register hookBart Visscher2012-11-151-9/+9
| | |
| * | Create functions to install standard hooksBart Visscher2012-11-132-12/+31
| | | | | | | | | | | | | | | Also use these in tests that needs them Fix #151
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-281-1/+5
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-273-3/+21
| | |
* | | Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-263-22/+49
|\ \ \ | | | | | | | | Feature share link with token
| * | | readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-1/+1
| | | |
| * | | implement share via link tokenJörn Friedrich Dreyer2012-11-203-21/+48
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-261-1/+5
| | | |
* | | | Merge pull request #556 from owncloud/postgres_insert_idThomas Müller2012-11-241-5/+12
|\ \ \ \ | | | | | | | | | | use lastval() to get the insert id in postgesql
| * | | | use lastval() to get the insert id in postgesqlRobin Appelman2012-11-231-5/+12
| | | | |
* | | | | remove left over tagFrank Karlitschek2012-11-241-1/+1
| | | | |
* | | | | A new function to create nice error page. And use it for fatal db errorsFrank Karlitschek2012-11-242-40/+23
| | | | |
* | | | | prettier error output. Let´s see how many more low hanging fruits I find on ↵Frank Karlitschek2012-11-231-9/+38
|/ / / / | | | | | | | | | | | | my way to the real bug that I want to fix ;-)
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-231-1/+5
| | | |
* | | | make it possible to manually override the hostname and protocol if the ↵Frank Karlitschek2012-11-221-0/+6
| | | | | | | | | | | | | | | | automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups.
* | | | Merge pull request #483 from owncloud/archive_sizesThomas Müller2012-11-222-7/+20
|\ \ \ \ | | | | | | | | | | stop increasing folder sizes once we hit a non folder
| * | | | stop increasing folder sizes once we hit a non folderRobin Appelman2012-11-161-2/+15
| | | | | | | | | | | | | | | | | | | | fixes #234
| * | | | also return fileid in OC_Filecache::getRobin Appelman2012-11-161-2/+2
| | | | |
| * | | | typoRobin Appelman2012-11-161-3/+3
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-223-3/+36
| | | | |
* | | | | Merge pull request #538 from Deltachaos/fix_537Thomas Müller2012-11-201-5/+7
|\ \ \ \ \ | | | | | | | | | | | | Fixes update of shared files with mirall because it dose not update all ...
| * | | | | Fixes update of shared files with mirall because it dose not update all ↵Maximilian Ruta2012-11-201-5/+7
| | |/ / / | |/| | | | | | | | | | | | | methadata for a file
* / | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-212-11/+15
|/ / / /